|
ADTF
|
Generator template to create an instance of the stream_meta_type_default. More...
#include <stream_type_default.h>
Inherits detail::cStreamTypeDefaultBase.
Public Member Functions | |
| stream_type_default () | |
| CTOR. Creates an instance of the stream_meta_type_default. This ctor expects a generated osborn::description for the given type! | |
| stream_type_default (ddl::DataRepresentation eDataRep) | |
| CTOR. Creates an instance of the stream_meta_type_default. This ctor expects a generated osborn::description for the given type! | |
Generator template to create an instance of the stream_meta_type_default.
| T | Structured data. std::is_trivially_copyable<T>::value must evaluate to true! |
|
inline |
CTOR. Creates an instance of the stream_meta_type_default. This ctor expects a generated osborn::description for the given type!
|
inline |
CTOR. Creates an instance of the stream_meta_type_default. This ctor expects a generated osborn::description for the given type!
| eDataRep | The repesentation to set. |