clipsmm - C++ CLIPS Interface Library

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

#include <function.h>

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

Public Types

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

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 ()
 
- 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 Function::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

◆ Function()

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

Referenced by create().

◆ ~Function()

CLIPS::Function::~Function ( )

Member Function Documentation

◆ create()

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

◆ formatted()

std::string CLIPS::Function::formatted ( )

◆ is_deletable()

bool CLIPS::Function::is_deletable ( )

◆ is_watched()

bool CLIPS::Function::is_watched ( )

◆ module_name()

std::string CLIPS::Function::module_name ( )

◆ name()

std::string CLIPS::Function::name ( )

◆ next()

Function::pointer CLIPS::Function::next ( )

◆ set_watch()

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

◆ undefine()

bool CLIPS::Function::undefine ( )

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

Generated on Thu Jul 12 2018 22:34:28 for clipsmm by doxygen 1.8.14