|
Fawkes API
Fawkes Development Version
|
Thread aspect to provide a feature to CLIPS environments. More...
#include <>>

Public Member Functions | |
| CLIPSFeatureAspect (CLIPSFeature *feature) | |
| Constructor. More... | |
| CLIPSFeatureAspect (const std::list< CLIPSFeature * > features) | |
| Constructor for multiple features. More... | |
| virtual | ~CLIPSFeatureAspect () |
| 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... | |
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 provide a feature to CLIPS environments.
Give this aspect to your thread if you want to provide a CLIPS feature (library) to other threads which have the CLIPSAspect.
Definition at line 57 of file clips_feature.h.
| fawkes::CLIPSFeatureAspect::CLIPSFeatureAspect | ( | CLIPSFeature * | feature | ) |
Constructor.
| feature | CLIPS feature maintainer |
Definition at line 79 of file clips_feature.cpp.
References fawkes::Aspect::add_aspect().
| fawkes::CLIPSFeatureAspect::CLIPSFeatureAspect | ( | const std::list< CLIPSFeature * > | features | ) |
Constructor for multiple features.
| features | CLIPS feature maintainers |
Definition at line 88 of file clips_feature.cpp.
References fawkes::Aspect::add_aspect().
|
virtual |
Virtual empty destructor.
Definition at line 95 of file clips_feature.cpp.