#include <BTConstructor.h>

Public Member Functions | |
| void | add_call () |
| void | add_node () |
| Node & | call () |
| void | create_call () |
| void | create_node () |
| void | drop_node () |
| std::string | getId () const |
| Node () | |
| Node & | node () |
Public Attributes | |
| string | decorator_name |
| string | file |
| string | id |
| int | line |
| string | name |
| std::vector< Node > | nodes |
| int | pos |
| string | task_result |
| string | type |
Protected Member Functions | |
| Node (string t) | |
Definition at line 63 of file BTConstructor.h.
| bt_constructor::Node::Node | ( | string | t | ) | [inline, protected] |
Definition at line 65 of file BTConstructor.h.
| bt_constructor::Node::Node | ( | ) | [inline] |
Definition at line 74 of file BTConstructor.h.
| void bt_constructor::Node::add_call | ( | ) | [inline] |
Definition at line 110 of file BTConstructor.h.
| void bt_constructor::Node::add_node | ( | ) | [inline] |
Definition at line 85 of file BTConstructor.h.
| Node& bt_constructor::Node::call | ( | ) | [inline] |
Definition at line 112 of file BTConstructor.h.
| void bt_constructor::Node::create_call | ( | ) | [inline] |
Definition at line 105 of file BTConstructor.h.
| void bt_constructor::Node::create_node | ( | ) | [inline] |
Definition at line 78 of file BTConstructor.h.
| void bt_constructor::Node::drop_node | ( | ) | [inline] |
Definition at line 82 of file BTConstructor.h.
| std::string bt_constructor::Node::getId | ( | ) | const [inline] |
Definition at line 116 of file BTConstructor.h.
| Node& bt_constructor::Node::node | ( | ) | [inline] |
Definition at line 97 of file BTConstructor.h.
Definition at line 70 of file BTConstructor.h.
| string bt_constructor::Node::file |
Definition at line 73 of file BTConstructor.h.
string bt_constructor::Node::id [mutable] |
Definition at line 67 of file BTConstructor.h.
Definition at line 72 of file BTConstructor.h.
| string bt_constructor::Node::name |
Definition at line 69 of file BTConstructor.h.
| std::vector<Node> bt_constructor::Node::nodes |
Definition at line 76 of file BTConstructor.h.
Definition at line 72 of file BTConstructor.h.
Definition at line 71 of file BTConstructor.h.
| string bt_constructor::Node::type |
Definition at line 68 of file BTConstructor.h.