Fawkes API
Fawkes Development Version
|
Wrapper class for using the config in the implementation of the external predicates. More...
Public Member Functions | |
~EclExternalConfig () | |
Destructor. More... | |
Static Public Member Functions | |
static void | create_initial_object (Configuration *config) |
Creates the initial EclExternalConfig object. More... | |
static EclExternalConfig * | instance () |
Get the EclExternalConfig instance. More... | |
static Configuration * | config_instance () |
Access the Configuration instance. More... | |
Wrapper class for using the config in the implementation of the external predicates.
Definition at line 25 of file eclipseclp_config.h.
fawkes::EclExternalConfig::~EclExternalConfig | ( | ) |
Destructor.
Definition at line 63 of file eclipseclp_config.cpp.
|
static |
Access the Configuration instance.
Definition at line 95 of file eclipseclp_config.cpp.
|
static |
Creates the initial EclExternalConfig object.
bb | pointer to the Configuration to be used |
Definition at line 73 of file eclipseclp_config.cpp.
Referenced by EclipseAgentThread::init().
|
static |
Get the EclExternalConfig instance.
Definition at line 82 of file eclipseclp_config.cpp.