#include <SCXMLReader.h>
◆ ~SCXMLReader()
| virtual scxml4cpp::SCXMLReader::~SCXMLReader |
( |
| ) |
|
|
inlinevirtual |
◆ read() [1/2]
| virtual bool scxml4cpp::SCXMLReader::read |
( |
const std::string & |
filename, |
|
|
std::list< Action * > * |
actions, |
|
|
std::list< Activity * > * |
activities, |
|
|
StateMachine & |
sm |
|
) |
| |
|
pure virtual |
◆ read() [2/2]
| virtual bool scxml4cpp::SCXMLReader::read |
( |
const std::string & |
input, |
|
|
const std::string & |
id, |
|
|
std::list< Action * > * |
actions, |
|
|
std::list< Activity * > * |
activities, |
|
|
StateMachine & |
sm |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: