SCENE C++ API  2.1.0
Public Member Functions | List of all members
LSPod< T > Class Template Reference

Helper class to manage the conversion of different data structures to POD (Plain Old Data) format so that they can safely be passed over the dll boundary. More...

#include <lspod.h>

Public Member Functions

 LSPod (const T &from)
 Creates an LSPod instance from an existing value type. More...
 
 LSPod (const LSPod< T > &from)
 
virtual ~LSPod ()
 Destroys the LSPod instance. More...
 
get ()
 Gets the contained value. More...
 

Detailed Description

template<class T>
class SCENE_API::LSPod< T >

Helper class to manage the conversion of different data structures to POD (Plain Old Data) format so that they can safely be passed over the dll boundary.

Version
SCENE API Version 2.0.0.

Constructor & Destructor Documentation

◆ LSPod() [1/2]

LSPod ( const T &  from)

Creates an LSPod instance from an existing value type.

Version
SCENE API Version 2.0.0.

◆ LSPod() [2/2]

LSPod ( const LSPod< T > &  from)
Version
SCENE API Version 2.0.0.

◆ ~LSPod()

~LSPod ( )
virtual

Destroys the LSPod instance.

Version
SCENE API Version 2.0.0.

Member Function Documentation

◆ get()

T get ( )

Gets the contained value.

Version
SCENE API Version 2.0.0.