#include <global.h>
Public Types | |
typedef CLIPSPointer< Global > | pointer |
Public Member Functions | |
Global (Environment &environment, void *cobj=NULL) | |
~Global () | |
std::string | name () |
std::string | formatted () |
std::string | module_name () |
Values | value () |
void | set_value (const Values &values) |
void | set_value (const Value &values) |
void | reset_value () |
bool | is_watched () |
void | set_watch (bool watch=true) |
bool | is_deletable () |
Global::pointer | next () |
bool | undefine () |
Static Public Member Functions | |
static Global::pointer | create (Environment &environment, void *cobj=NULL) |
typedef CLIPSPointer<Global> CLIPS::Global::pointer |
Reimplemented from CLIPS::Object.
CLIPS::Global::Global | ( | Environment & | environment, |
void * | cobj = NULL |
||
) |
Referenced by create().
CLIPS::Global::~Global | ( | ) |
Global::pointer CLIPS::Global::create | ( | Environment & | environment, |
void * | cobj = NULL |
||
) | [static] |
References Global().
Referenced by CLIPS::Environment::get_global(), CLIPS::Environment::get_global_list_head(), and next().
std::string CLIPS::Global::formatted | ( | ) |
bool CLIPS::Global::is_deletable | ( | ) |
bool CLIPS::Global::is_watched | ( | ) |
std::string CLIPS::Global::module_name | ( | ) |
std::string CLIPS::Global::name | ( | ) |
Global::pointer CLIPS::Global::next | ( | ) |
void CLIPS::Global::reset_value | ( | ) |
void CLIPS::Global::set_value | ( | const Values & | values | ) |
void CLIPS::Global::set_value | ( | const Value & | values | ) |
void CLIPS::Global::set_watch | ( | bool | watch = true | ) |
bool CLIPS::Global::undefine | ( | ) |
Values CLIPS::Global::value | ( | ) |