ADTF  3.18.2
stream_type_plain< T >

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

Inheritance diagram for stream_type_plain< T >:
[legend]

Public Member Functions

 stream_type_plain ()
 CTOR.
 

Detailed Description

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

Generator template to create an instance of a ant::IStreamType class for penguin::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 corresponding value.

Template Parameters
TThe type you define the property value for.
See also
stream_meta_type_plain and how to use for Arithmetic data types

Definition at line 331 of file streammetatypeplain.h.