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

Public Member Functions | |
| CLIPSAspect () | |
| Constructor. | |
| virtual | ~CLIPSAspect () |
| Virtual empty destructor. | |
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. | |
Protected Attributes | |
| LockPtr< CLIPS::Environment > | clips |
| CLIPS environment for exclusive usage. | |
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. | |
Thread aspect to get access to a CLIPS environment.
Give this aspect to your thread to get a CLIPS environment for exclusive usage.
|
virtual |
|
protected |