Fawkes API
Fawkes Development Version
|
#include <>>
Public Member Functions | |
CLIPSManagerAspect () | |
Constructor. More... | |
virtual | ~CLIPSManagerAspect () |
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< CLIPSEnvManager > | clips_env_mgr |
Additional Inherited Members | |
![]() | |
void | add_aspect (const char *name) |
Add an aspect to a thread. More... | |
Thread aspect access the CLIPS environment manager.
Give this aspect to your thread if you want to access the CLIPS environment manager. Use this with extreme care and only if you know what you are doing. If you want to create a CLIPS environment to work with use the CLIPSAspect. If you want to provide a CLIPS feature to other environments use the CLIPSFeatureAspect.
Definition at line 39 of file clips_manager.h.
fawkes::CLIPSManagerAspect::CLIPSManagerAspect | ( | ) |
Constructor.
Definition at line 52 of file clips_manager.cpp.
|
virtual |
Virtual empty destructor.
Definition at line 58 of file clips_manager.cpp.
|
protected |
CLIPS environment manager.
Definition at line 48 of file clips_manager.h.
Referenced by ClipsExecutiveRestApi::init().