#include <TAOConstructor.h>
Public Member Functions | |
Beh (string parent, string behName, string parentTao, ITAOConstructor *constructor) | |
string | getId (string parent, string name) |
string | getId () const |
void | writeXml (ostream &stream, int depth) |
Public Attributes | |
Alloc | alloc |
string | name |
Next | next |
string | start |
string | stop |
string | taoName |
vector< string > | task_calls |
Definition at line 197 of file TAOConstructor.h.
tao_constructor::Beh::Beh | ( | string | parent, |
string | behName, | ||
string | parentTao, | ||
ITAOConstructor * | constructor | ||
) | [inline] |
Definition at line 211 of file TAOConstructor.h.
string tao_constructor::Beh::getId | ( | string | parent, |
string | name | ||
) | [inline] |
Definition at line 240 of file TAOConstructor.h.
string tao_constructor::Beh::getId | ( | ) | const [inline] |
Definition at line 245 of file TAOConstructor.h.
void tao_constructor::Beh::writeXml | ( | ostream & | stream, |
int | depth | ||
) | [inline, virtual] |
Implements tao_constructor::IXmlWritable.
Definition at line 219 of file TAOConstructor.h.
Definition at line 206 of file TAOConstructor.h.
string tao_constructor::Beh::name |
Definition at line 199 of file TAOConstructor.h.
Definition at line 207 of file TAOConstructor.h.
string tao_constructor::Beh::start |
Definition at line 201 of file TAOConstructor.h.
string tao_constructor::Beh::stop |
Definition at line 202 of file TAOConstructor.h.
Definition at line 209 of file TAOConstructor.h.
vector<string> tao_constructor::Beh::task_calls |
Definition at line 204 of file TAOConstructor.h.