glite::wms::wmproxyapi::NodeStruct Struct Reference

#include <interface/glite/wms/wmproxyapi/wmproxy_api.h>


Detailed Description

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.


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.


Field Documentation

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).


The documentation for this struct was generated from the following file:
Generated on Wed May 16 19:13:04 2012 for glite-wms-wmproxy-api-cpp-3.3.3 by  doxygen 1.4.7