ADTF  3.18.2
stream_type_plain< T >

Generator template to create an instance of a ant::IStreamType class for ant::stream_meta_type_plain ("adtf/plaintype"). More...

Inheritance diagram for stream_type_plain< T >:
[legend]

Detailed Description

template<typename T>
class adtf::streaming::ant::stream_type_plain< T >

Generator template to create an instance of a ant::IStreamType class for ant::stream_meta_type_plain ("adtf/plaintype").

Use this template to create a IStreamType instance for a special c-type given in T. It will immediatelly set the stream_meta_type_plain::PlainTypeProperty property to the corresponting value. You might use this template to create your own c-types.

Template Parameters
TThe type you define the property value for.
See also
stream_meta_type_plain.

Definition at line 118 of file streammetatypeplain.h.