EpcTools
An event based multi-threaded C++ development framework.
Public Member Functions | List of all members
AvpDictionaryEntry Class Reference

Public Member Functions

 AvpDictionaryEntry ()
 
 ~AvpDictionaryEntry ()
 
void init (const char *avp_name)
 
const std::string & getAvpName ()
 
struct dict_object * getBaseEntry ()
 
struct dict_avp_data & getBaseData ()
 
AvpDataType getType ()
 

Constructor & Destructor Documentation

◆ AvpDictionaryEntry()

AvpDictionaryEntry::AvpDictionaryEntry ( )
inline

◆ ~AvpDictionaryEntry()

AvpDictionaryEntry::~AvpDictionaryEntry ( )
inline

Member Function Documentation

◆ getAvpName()

const std::string& AvpDictionaryEntry::getAvpName ( )
inline

◆ getBaseData()

struct dict_avp_data& AvpDictionaryEntry::getBaseData ( )
inline

◆ getBaseEntry()

struct dict_object* AvpDictionaryEntry::getBaseEntry ( )
inline

◆ getType()

AvpDataType AvpDictionaryEntry::getType ( )
inline

◆ init()

void AvpDictionaryEntry::init ( const char *  avp_name)
inline

The documentation for this class was generated from the following file: