clipsmm - C++ CLIPS Interface Library

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

#include <module.h>

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

Public Types

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

Public Member Functions

 Module (Environment &environment, void *cobj=NULL)
 
 ~Module ()
 
std::string name ()
 
std::string formatted ()
 
Module::pointer next ()
 
Module::pointer set_current ()
 Sets the current module and returns the old module. More...
 
void focus ()
 
- 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 Module::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

◆ Module()

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

◆ ~Module()

CLIPS::Module::~Module ( )

Member Function Documentation

◆ create()

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

◆ focus()

void CLIPS::Module::focus ( )

◆ formatted()

std::string CLIPS::Module::formatted ( )

◆ name()

std::string CLIPS::Module::name ( )

◆ next()

Module::pointer CLIPS::Module::next ( )

◆ set_current()

Module::pointer CLIPS::Module::set_current ( )

Sets the current module and returns the old module.

References CLIPS::Object::cobj(), create(), CLIPS::Object::m_cobj, and CLIPS::EnvironmentObject::m_environment.


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

Generated on Thu Apr 13 2023 00:00:00 for clipsmm by doxygen 1.9.5