clipsmm - C++ CLIPS Interface Library

clipsmm logo
Public Types | Public Member Functions | Static Public Member Functions | List of all members
CLIPS::Global Class Reference

#include <global.h>

Inheritance diagram for CLIPS::Global:
Inheritance graph
[legend]

Public Types

typedef CLIPSPointer< Globalpointer
 
- Public Types inherited from CLIPS::Object
typedef CLIPSPointer< Objectpointer
 

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 ()
 
- Public Member Functions inherited from CLIPS::EnvironmentObject
 EnvironmentObject (Environment &environment, void *cobj=NULL)
 
 ~EnvironmentObject ()
 
Environmentenvironment () const
 
- Public Member Functions inherited from CLIPS::Object
 Object (void *cobj=NULL)
 
 ~Object ()
 
void * cobj () const
 Returns a pointer to the underlying CLIPS C object. More...
 

Static Public Member Functions

static Global::pointer create (Environment &environment, void *cobj=NULL)
 

Additional Inherited Members

- Protected Attributes inherited from CLIPS::EnvironmentObject
Environmentm_environment
 
- Protected Attributes inherited from CLIPS::Object
void * m_cobj
 The underlying CLIPS C object. More...
 

Detailed Description

Author
Rick L. Vinyard, Jr. rviny.nosp@m.ard@.nosp@m.cs.nm.nosp@m.su.e.nosp@m.du

Member Typedef Documentation

◆ pointer

Constructor & Destructor Documentation

◆ Global()

CLIPS::Global::Global ( Environment environment,
void *  cobj = NULL 
)

Referenced by create().

◆ ~Global()

CLIPS::Global::~Global ( )

Member Function Documentation

◆ create()

Global::pointer CLIPS::Global::create ( Environment environment,
void *  cobj = NULL 
)
static

◆ formatted()

std::string CLIPS::Global::formatted ( )

◆ is_deletable()

bool CLIPS::Global::is_deletable ( )

◆ is_watched()

bool CLIPS::Global::is_watched ( )

◆ module_name()

std::string CLIPS::Global::module_name ( )

◆ name()

std::string CLIPS::Global::name ( )

◆ next()

Global::pointer CLIPS::Global::next ( )

◆ reset_value()

void CLIPS::Global::reset_value ( )

◆ set_value() [1/2]

void CLIPS::Global::set_value ( const Value values)

◆ set_value() [2/2]

void CLIPS::Global::set_value ( const Values values)

◆ set_watch()

void CLIPS::Global::set_watch ( bool  watch = true)

◆ undefine()

bool CLIPS::Global::undefine ( )

◆ value()

Values CLIPS::Global::value ( )

The documentation for this class was generated from the following files:

Generated on Wed Jul 21 2021 00:00:00 for clipsmm by doxygen 1.9.1