#include <module.h>


Public Types | |
| typedef CLIPSPointer< Module > | pointer |
| typedef CLIPSPointer< Module > | pointer |
Public Member Functions | |
| Module (Environment &environment, void *cobj=NULL) | |
| ~Module () | |
| std::string | name () |
| std::string | formatted () |
| Module::pointer | next () |
| Module::pointer | set_current () |
| void | focus () |
| Module (Environment &environment, void *cobj=NULL) | |
| ~Module () | |
| std::string | name () |
| std::string | formatted () |
| Module::pointer | next () |
| Module::pointer | set_current () |
| void | focus () |
Static Public Member Functions | |
| static Module::pointer | create (Environment &environment, void *cobj=NULL) |
| static Module::pointer | create (Environment &environment, void *cobj=NULL) |
Definition at line 29 of file module.h.
| typedef CLIPSPointer<Module> DACLIPS::Module::pointer |
| typedef CLIPSPointer<Module> DACLIPS::Module::pointer |
| DACLIPS::Module::Module | ( | Environment & | environment, | |
| void * | cobj = NULL | |||
| ) |
Definition at line 29 of file module.cpp.
| DACLIPS::Module::~Module | ( | ) |
Definition at line 39 of file module.cpp.
| DACLIPS::Module::Module | ( | Environment & | environment, | |
| void * | cobj = NULL | |||
| ) |
| DACLIPS::Module::~Module | ( | ) |
| Module::pointer DACLIPS::Module::create | ( | Environment & | environment, | |
| void * | cobj = NULL | |||
| ) | [static] |
Definition at line 34 of file module.cpp.
| std::string DACLIPS::Module::name | ( | ) |
Definition at line 43 of file module.cpp.
| std::string DACLIPS::Module::formatted | ( | ) |
Definition at line 51 of file module.cpp.
| Module::pointer DACLIPS::Module::next | ( | ) |
Definition at line 59 of file module.cpp.
| Module::pointer DACLIPS::Module::set_current | ( | ) |
Sets the current module and returns the old module
Definition at line 71 of file module.cpp.
| void DACLIPS::Module::focus | ( | ) |
Definition at line 83 of file module.cpp.
| static Module::pointer DACLIPS::Module::create | ( | Environment & | environment, | |
| void * | cobj = NULL | |||
| ) | [static] |
| std::string DACLIPS::Module::name | ( | ) |
| std::string DACLIPS::Module::formatted | ( | ) |
| Module::pointer DACLIPS::Module::next | ( | ) |
| Module::pointer DACLIPS::Module::set_current | ( | ) |
Sets the current module and returns the old module
| void DACLIPS::Module::focus | ( | ) |
1.5.6