#include <glite/jdl/adconverter.h>
Public Member Functions | |
NodeStruct () | |
NodeStruct (std::string *name) | |
NodeStruct (const NodeStruct &node) | |
~NodeStruct () | |
NodeStruct & | operator= (const NodeStruct &node) |
Data Fields | |
std::string * | name |
std::vector< NodeStruct * > | childrenNodes |
glite::jdl::NodeStruct::NodeStruct | ( | ) |
Default Constructor
glite::jdl::NodeStruct::NodeStruct | ( | std::string * | name | ) |
Name Constructor
glite::jdl::NodeStruct::NodeStruct | ( | const NodeStruct & | node | ) |
Copy Constructor
glite::jdl::NodeStruct::~NodeStruct | ( | ) |
Distructor
NodeStruct& glite::jdl::NodeStruct::operator= | ( | const NodeStruct & | node | ) |
Operator =
std::vector< NodeStruct* > glite::jdl::NodeStruct::childrenNodes |
The list of all the node that depend on this node (0-size vector if empty)
std::string* glite::jdl::NodeStruct::name |
The name of the node