ADTF  3.18.3
arithmetic_type< Type >

Type implementation for arithmetic (POD) types. More...

Inheritance diagram for arithmetic_type< Type >:
[legend]

Public Member Functions

std::string GetName () const override
 
size_t GetSize () const override
 
size_t GetAlignment () const override
 

Detailed Description

template<typename Type>
struct adtf::mediadescription::flash::arithmetic_type< Type >

Type implementation for arithmetic (POD) types.

Definition at line 110 of file type_reflection_legacy.h.

Member Function Documentation

◆ GetAlignment()

size_t GetAlignment ( ) const
inlineoverridevirtual
Returns
The default alignment of the type.

Implements cType.

Definition at line 127 of file type_reflection_legacy.h.

◆ GetName()

std::string GetName ( ) const
inlineoverridevirtual
Returns
The name of the type.

Implements cType.

Definition at line 117 of file type_reflection_legacy.h.

◆ GetSize()

size_t GetSize ( ) const
inlineoverridevirtual
Returns
The size of the type.

Implements cType.

Definition at line 122 of file type_reflection_legacy.h.