#include <actionobject.h>
Inheritance diagram for oxygen::ActionObject:
Public Types | |
typedef std::list< boost::shared_ptr< ActionObject > > | TList |
Public Member Functions | |
ActionObject (const std::string &predicate) | |
virtual | ~ActionObject () |
std::string | GetPredicate () |
returns the described predicate | |
Protected Attributes | |
std::string | mPredicate |
the predicate a derived ActionObject describes |
Definition at line 34 of file actionobject.h.
|
Definition at line 37 of file actionobject.h. |
|
Definition at line 40 of file actionobject.h. |
|
Definition at line 42 of file actionobject.h. |
|
returns the described predicate
Definition at line 45 of file actionobject.h. |
|
the predicate a derived ActionObject describes
Definition at line 49 of file actionobject.h. |