|
ADTF
|
Generator template to create an instance of a ant::IStreamType class for penguin::stream_meta_type_string ("adtf/string"). More...
#include <streammetatypestring.h>
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. | |
Generator template to create an instance of a ant::IStreamType class for penguin::stream_meta_type_string ("adtf/string").
brings latest penguin::stream_type_string to the users scope
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. |
|
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:
|