EpcTools
An event based multi-threaded C++ development framework.
|
A dictionary entry object associated with an application. More...
#include <efd.h>
Public Member Functions | |
FDDictionaryEntryApplication (const char *name, struct dictionary *dict=NULL) | |
Class constructor. More... | |
const char * | getName () const |
Returns the name of the application. More... | |
application_id_t | getId () const |
Returns the Diameter application ID of the application. More... | |
![]() | |
struct dictionary * | getDictionary () const |
Returns the freeDiameter dictionary structure pointer. More... | |
struct dict_object * | getEntry () const |
Returns the freeDiameter dictionary entry structure pointer. More... | |
Bool | isValid () |
Returns true if the dictionary entry is valid. More... | |
Additional Inherited Members | |
![]() | |
FDDictionaryEntry () | |
Class constructor. More... | |
FDDictionaryEntry (const Void *what, enum dict_object_type type, Int criteria, struct dictionary *dict=NULL) | |
Class constructor. More... | |
Void | init (const Void *what, enum dict_object_type type, Int criteria, struct dictionary *dict=NULL) |
initializes an object created with the default constructor. More... | |
Void | init (struct dict_object *de, struct dictionary *dict=NULL) |
intializes an object using an existing freeDiameter dictionary entry. More... | |
virtual | ~FDDictionaryEntry () |
Class destructor. More... | |
A dictionary entry object associated with an application.
FDDictionaryEntryApplication::FDDictionaryEntryApplication | ( | const char * | name, |
struct dictionary * | dict = NULL |
||
) |
Class constructor.
name | the name of the application. |
dict | the dictionary to search. If NULL, then globally defined freeDiameter dictionary will be searched. |
FDException |
|
inline |
Returns the Diameter application ID of the application.
|
inline |
Returns the name of the application.