#include <src/requestad/ExpDagAd.h>
Public Member Functions | |
JobIdStruct () | |
Default Constructor. | |
JobIdStruct (const JobIdStruct &jobStruct) | |
Copy Constructor. | |
~JobIdStruct () | |
Distructor. | |
JobIdStruct & | operator= (const JobIdStruct &jobStruct) |
Operator =. | |
Data Fields | |
glite::jobid::JobId | jobid |
The identifier of the job. | |
std::string * | nodeName |
The name of the node. | |
std::vector< JobIdStruct * > | children |
The list of the sub-jobs of this struct (0-size vector if of job type). |
glite::jdl::JobIdStruct::JobIdStruct | ( | ) |
Default Constructor.
glite::jdl::JobIdStruct::JobIdStruct | ( | const JobIdStruct & | jobStruct | ) |
Copy Constructor.
glite::jdl::JobIdStruct::~JobIdStruct | ( | ) |
Distructor.
JobIdStruct& glite::jdl::JobIdStruct::operator= | ( | const JobIdStruct & | jobStruct | ) |
Operator =.
std::vector< JobIdStruct* > glite::jdl::JobIdStruct::children |
The list of the sub-jobs of this struct (0-size vector if of job type).
glite::jobid::JobId glite::jdl::JobIdStruct::jobid |
The identifier of the job.
std::string* glite::jdl::JobIdStruct::nodeName |
The name of the node.