EpcTools
An event based multi-threaded C++ development framework.
|
Represents a Diameter application. More...
#include <efd.h>
Public Member Functions | |
FDApplication (FDDictionaryEntryApplication *de) | |
Class constructor. More... | |
~FDApplication () | |
Class destructor. More... | |
FDDictionaryEntryApplication & | getDictionaryEntry () |
The dictionary entry for the application. More... | |
FDApplication & | registerHandler (FDCommandRequest &cmd) |
Registers a message handler for a request command. More... | |
Protected Member Functions | |
FDApplication () | |
Default class constructor. More... | |
FDDictionaryEntryApplication * | setDictionaryEntry (FDDictionaryEntryApplication *de) |
Retrieves the dictionary entry for the application. More... | |
Represents a Diameter application.
FDApplication::FDApplication | ( | FDDictionaryEntryApplication * | de | ) |
Class constructor.
de | the dictionary entry for the application. |
FDApplication::~FDApplication | ( | ) |
Class destructor.
|
inlineprotected |
Default class constructor.
|
inline |
The dictionary entry for the application.
FDApplication & FDApplication::registerHandler | ( | FDCommandRequest & | cmd | ) |
Registers a message handler for a request command.
cmd | the request command to register. |
|
inlineprotected |
Retrieves the dictionary entry for the application.