#include <diameter_parser_api.h>
Inheritance diagram for AAATypeSpecificAvpContainerEntry< T >:
Public Member Functions | |
AAATypeSpecificAvpContainerEntry (int type) | |
~AAATypeSpecificAvpContainerEntry () | |
T * | dataPtr () const |
T & | dataRef () const |
void * | operator new (size_t s) |
void | operator delete (void *p) |
|
Constructor with assigning a specific type value.
|
|
Destructor. |
|
Returns a type-specific pointer to data. |
|
Returns a type-specific reference to data. |
|
Abstracted delete operator
Reimplemented from AAAAvpContainerEntry. |
|
Abstracted new operator
Reimplemented from AAAAvpContainerEntry. |