ADTF  3.18.2
Info< INFO_T >

Helper template class to create valid IInfo objects. More...

Inheritance diagram for Info< INFO_T >:
[legend]

Protected Member Functions

uint8_t getInfoType () const override
 Get the Info Type object. More...
 

Additional Inherited Members

- Public Member Functions inherited from IInfo
virtual ~IInfo ()=default
 virtual DTOR for IInfo object
 

Detailed Description

template<typename INFO_T>
class ddl::dd::datamodel::Info< INFO_T >

Helper template class to create valid IInfo objects.

Template Parameters
INFO_Tthe info class type this IInfo interface instance is implemented for.

Definition at line 57 of file infomodel_base.h.

Member Function Documentation

◆ getInfoType()

uint8_t getInfoType ( ) const
inlineoverrideprotectedvirtual

Get the Info Type object.

Returns
uint8_t returns the type for the info
See also

Implements IInfo.

Definition at line 65 of file infomodel_base.h.