Thread aspect to get access to a CLIPS environment.
More...
#include <>>
Public Member Functions |
| CLIPSAspect () |
| Constructor.
|
virtual | ~CLIPSAspect () |
| Virtual empty destructor.
|
const std::list< const char * > & | get_aspects () const |
| Get list of aspect names attached to a aspected thread.
|
Protected Attributes |
LockPtr< CLIPS::Environment > | clips |
| CLIPS environment for exclusive usage.
|
Friends |
class | CLIPSAspectIniFin |
Additional Inherited Members |
void | add_aspect (const char *name) |
| Add an aspect to a thread.
|
Detailed Description
Thread aspect to get access to a CLIPS environment.
Give this aspect to your thread to get a CLIPS environment for exclusive usage.
- Author
- Tim Niemueller
Definition at line 39 of file clips.h.
Constructor & Destructor Documentation
fawkes::CLIPSAspect::CLIPSAspect |
( |
| ) |
|
fawkes::CLIPSAspect::~CLIPSAspect |
( |
| ) |
|
|
virtual |
Virtual empty destructor.
Definition at line 53 of file clips.cpp.
Member Data Documentation
fawkes:LockPtr< CLIPS::Environment > fawkes::CLIPSAspect::clips |
|
protected |
CLIPS environment for exclusive usage.
Definition at line 48 of file clips.h.
The documentation for this class was generated from the following files: