|
Fawkes API
Fawkes Development Version
|
Thread aspect to get access to a CLIPS environment. More...
#include <>>

Public Member Functions | |
| CLIPSAspect () | |
| Constructor. More... | |
| virtual | ~CLIPSAspect () |
| Virtual empty destructor. More... | |
Public Member Functions inherited from fawkes::Aspect | |
| const std::list< const char * > & | get_aspects () const |
| Get list of aspect names attached to a aspected thread. More... | |
Protected Attributes | |
| LockPtr< CLIPS::Environment > | clips |
| CLIPS environment for exclusive usage. More... | |
Friends | |
| class | CLIPSAspectIniFin |
Additional Inherited Members | |
Protected Member Functions inherited from fawkes::Aspect | |
| void | add_aspect (const char *name) |
| Add an aspect to a thread. More... | |
Thread aspect to get access to a CLIPS environment.
Give this aspect to your thread to get a CLIPS environment for exclusive usage.
| fawkes::CLIPSAspect::CLIPSAspect | ( | ) |
|
virtual |
Virtual empty destructor.
Definition at line 53 of file clips.cpp.
References fawkes::LockPtr< T_CppObject >::clear(), and clips.
|
protected |
CLIPS environment for exclusive usage.
Definition at line 48 of file clips.h.
Referenced by ~CLIPSAspect().