Used to define the the structure of a dag the name of the node might be NULL for the first instance (if it's representing the dag itself) while all the children have to be properly initialised. More...
#include <interface/glite/wms/wmproxyapi/wmproxy_api.h>
Data Fields | |
std::string * | nodeName |
The name of the node (might be NULL for the first instance). | |
std::vector< NodeStruct * > | childrenNodes |
A list of all the children for this node. |
Used to define the the structure of a dag the name of the node might be NULL for the first instance (if it's representing the dag itself) while all the children have to be properly initialised.
std::vector< NodeStruct* > glite::wms::wmproxyapi::NodeStruct::childrenNodes |
A list of all the children for this node.
std::string* glite::wms::wmproxyapi::NodeStruct::nodeName |
The name of the node (might be NULL for the first instance).