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... | |
![]() | |
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 | |
![]() | |
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.
|
virtual |
|
protected |