ADTF
|
Generator template to create an instance of a ant::IStreamType class for penguin::stream_meta_type_string ("adtf/string"). More...
Public Member Functions | |
stream_type_string (stream_meta_type_string::EncodingType eEncoding) | |
Construct a new stream type string object for the "adtf/string" meta type. More... | |
Generator template to create an instance of a ant::IStreamType class for penguin::stream_meta_type_string ("adtf/string").
Use this template to create a ant::IStreamType instance for a special string given in T
. Following types are supported:
std::string
std::u16string
T | The type you define the stream_string_type for. |
Definition at line 287 of file streammetatypestring.h.
|
inline |
Construct a new stream type string object for the "adtf/string" meta type.
eEncoding | The encoding type for the specified string. This does not need to be changed until the default encoding for the specified type T is does not fit. Following default encodings are used by type:
|
Definition at line 299 of file streammetatypestring.h.