ADTF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
tNamedVersion

Named version information consisting of the modules name and its adtf_util::tVersion. More...

#include <class_info_intf.h>

Public Attributes

const char * m_strName
 Product name that the version is given for.
 
adtf_util::tVersion m_sVersion
 The actual version for the product.
 

Detailed Description

Named version information consisting of the modules name and its adtf_util::tVersion.

Definition at line 21 of file class_info_intf.h.

Member Data Documentation

◆ m_strName

const char* m_strName

Product name that the version is given for.

Definition at line 23 of file class_info_intf.h.

◆ m_sVersion

adtf_util::tVersion m_sVersion

The actual version for the product.

Definition at line 24 of file class_info_intf.h.