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

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.

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.


Field Documentation

A list of all the children for this node.

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 16 May 2012 for glite-wms-wmproxy-api-cpp-3.3.3 by  doxygen 1.6.1