#include <TAOConstructor.h>
Public Member Functions | |
string | getId () const |
Next (string parent, string parentTao, ITAOConstructor *constructor=0) | |
void | writeXml (ostream &stream, int depth) |
Public Attributes | |
vector< string > | next_ops |
string | protocol |
string | taoName |
Definition at line 136 of file TAOConstructor.h.
tao_constructor::Next::Next | ( | string | parent, |
string | parentTao, | ||
ITAOConstructor * | constructor = 0 |
||
) | [inline] |
Definition at line 142 of file TAOConstructor.h.
string tao_constructor::Next::getId | ( | ) | const [inline] |
Definition at line 159 of file TAOConstructor.h.
void tao_constructor::Next::writeXml | ( | ostream & | stream, |
int | depth | ||
) | [inline, virtual] |
Implements tao_constructor::IXmlWritable.
Definition at line 148 of file TAOConstructor.h.
vector<string> tao_constructor::Next::next_ops |
Definition at line 139 of file TAOConstructor.h.
Definition at line 138 of file TAOConstructor.h.
Definition at line 140 of file TAOConstructor.h.