#include <function.h>


Public Types | |
| typedef CLIPSPointer< Function > | pointer |
| typedef CLIPSPointer< Function > | pointer |
Public Member Functions | |
| Function (Environment &environment, void *cobj=NULL) | |
| ~Function () | |
| std::string | name () |
| std::string | formatted () |
| std::string | module_name () |
| bool | is_watched () |
| void | set_watch (bool watch=true) |
| bool | is_deletable () |
| Function::pointer | next () |
| bool | undefine () |
| Function (Environment &environment, void *cobj=NULL) | |
| ~Function () | |
| std::string | name () |
| std::string | formatted () |
| std::string | module_name () |
| bool | is_watched () |
| void | set_watch (bool watch=true) |
| bool | is_deletable () |
| Function::pointer | next () |
| bool | undefine () |
Static Public Member Functions | |
| static Function::pointer | create (Environment &environment, void *cobj=NULL) |
| static Function::pointer | create (Environment &environment, void *cobj=NULL) |
Definition at line 29 of file function.h.
| typedef CLIPSPointer<Function> DACLIPS::Function::pointer |
| typedef CLIPSPointer<Function> DACLIPS::Function::pointer |
| DACLIPS::Function::Function | ( | Environment & | environment, | |
| void * | cobj = NULL | |||
| ) |
Definition at line 29 of file function.cpp.
| DACLIPS::Function::~Function | ( | ) |
Definition at line 36 of file function.cpp.
| DACLIPS::Function::Function | ( | Environment & | environment, | |
| void * | cobj = NULL | |||
| ) |
| DACLIPS::Function::~Function | ( | ) |
| Function::pointer DACLIPS::Function::create | ( | Environment & | environment, | |
| void * | cobj = NULL | |||
| ) | [static] |
Definition at line 32 of file function.cpp.
| std::string DACLIPS::Function::name | ( | ) |
Definition at line 40 of file function.cpp.
| std::string DACLIPS::Function::formatted | ( | ) |
Definition at line 48 of file function.cpp.
| std::string DACLIPS::Function::module_name | ( | ) |
Definition at line 56 of file function.cpp.
| bool DACLIPS::Function::is_watched | ( | ) |
Definition at line 63 of file function.cpp.
| void DACLIPS::Function::set_watch | ( | bool | watch = true |
) |
Definition at line 70 of file function.cpp.
| bool DACLIPS::Function::is_deletable | ( | ) |
Definition at line 85 of file function.cpp.
| Function::pointer DACLIPS::Function::next | ( | ) |
Definition at line 75 of file function.cpp.
| bool DACLIPS::Function::undefine | ( | ) |
Definition at line 91 of file function.cpp.
| static Function::pointer DACLIPS::Function::create | ( | Environment & | environment, | |
| void * | cobj = NULL | |||
| ) | [static] |
| std::string DACLIPS::Function::name | ( | ) |
| std::string DACLIPS::Function::formatted | ( | ) |
| std::string DACLIPS::Function::module_name | ( | ) |
| bool DACLIPS::Function::is_watched | ( | ) |
| void DACLIPS::Function::set_watch | ( | bool | watch = true |
) |
| bool DACLIPS::Function::is_deletable | ( | ) |
| Function::pointer DACLIPS::Function::next | ( | ) |
| bool DACLIPS::Function::undefine | ( | ) |
1.5.6