#include <Xabsl2Agent.h>
Inheritance diagram for Xabsl2Agent:


Public Member Functions | |
| Xabsl2Agent (const char *name, Xabsl2Option *rootOption, Xabsl2ErrorHandler &errorHandler) | |
| Constructor. | |
| Xabsl2Option * | getRootOption () const |
| Returns the root option. | |
Private Attributes | |
| Xabsl2Option * | rootOption |
| A pointer to the root option. | |
| Xabsl2ErrorHandler & | errorHandler |
| Is invoked when errors occur. | |
Definition at line 21 of file Xabsl2Agent.h.
|
||||||||||||||||
|
Constructor.
Definition at line 11 of file Xabsl2Agent.cpp. References Xabsl2ErrorHandler::message(), Xabsl2NamedItem::n, and XABSL2_DEBUG_INIT. |
Here is the call graph for this function:

|
|
Returns the root option.
Definition at line 18 of file Xabsl2Agent.cpp. References rootOption. Referenced by Xabsl2Engine::createOptionGraph(), Xabsl2Engine::setRootOption(), and Xabsl2Engine::setSelectedAgent(). |
|
|
A pointer to the root option.
Definition at line 38 of file Xabsl2Agent.h. Referenced by getRootOption(). |
|
|
Is invoked when errors occur.
Definition at line 41 of file Xabsl2Agent.h. |
1.3.6