Represents Action data in the Manifest. More...
Public Types | |
|
typedef boost::shared_ptr < ManifestActionData > | SharedPtr |
Public Member Functions | |
| ManifestActionData (const std::string &a_when, const std::string &a_state, const std::string &a_operation, const std::string &a_operand) | |
| Ctor. | |
| ~ManifestActionData () | |
| Dtor. | |
| const std::string & | getWhen () |
| Gets the when. | |
| const std::string & | getState () |
| Gets the state. | |
| const std::string & | getOperation () |
| Gets the operation. | |
| const std::string & | getOperand () |
| Gets the operand. | |
Represents Action data in the Manifest.
| Tonido::Plugin::ManifestActionData::ManifestActionData | ( | const std::string & | a_when, |
| const std::string & | a_state, | ||
| const std::string & | a_operation, | ||
| const std::string & | a_operand | ||
| ) |
Ctor.
Details if needed
| Tonido::Plugin::ManifestActionData::~ManifestActionData | ( | ) |
Dtor.
Details if needed