#include <diameter_parser_api.h>
Public Member Functions | |
AvpType (char *name, AAA_AVPDataType type, ACE_UINT32 size, AvpValueParserFunctor parserCreator, AvpContainerEntryFunctor containerEntryCreator) | |
char * | getName (void) |
AAA_AVPDataType | getType (void) |
ACE_UINT32 | getMinSize (void) |
AvpValueParser * | createParser () |
AAAAvpContainerEntry * | createContainerEntry (int type) |
|
constructor
|
|
This function is used for crating a type-specific container entry. |
|
This function is used for creating a type-specific AVP value parser. |
|
This function is used for obtaining the minimum AVP payload size. |
|
This function is used for obtaining the AVP type name. |
|
This function is used for obtaining the AVP type value. |