![]() |
SCENE C++ API
2.0.31
|
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... | |
T | get () |
Gets the contained value. More... | |
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.
LSPod | ( | const T & | from | ) |
Creates an LSPod instance from an existing value type.
T get | ( | ) |
Gets the contained value.