#include <clipsmm/function.h>
Inheritance diagram for CLIPS::Function:
Vinyard, Jr. <rvinyard@cs.nmsu.edu>
Public Types | |
typedef CLIPSPointer< Function > | pointer |
Public Member Functions | |
Function (Environment &environment, void *cobj=NULL) | |
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) |