The Gaudi Framework
v25r5
|
#include <src/JobOptionsSvc/Node.h>
Public Types | |
enum | NodeType { kRoot, kInclude, kIdentifier, kProperty, kOperation, kValue, kAssign, kEqual, kPlusEqual, kMinusEqual, kVector, kMap, kPair, kSimple, kString, kReal, kBool, kUnits, kUnit, kCondition, kIfdef, kIfndef, kElse, kPrintOptions, kPrintOn, kPrintOff, kShell, kPrintTree, kDumpFile, kPropertyRef } |
Public Member Functions | |
Node () | |
std::string | name () const |
std::string | ToString () const |
std::string | ToString (int indent) const |
Public Attributes | |
NodeType | type |
std::string | value |
std::vector< Node > | children |
Position | position |
enum Gaudi::Parsers::Node::NodeType |
Definition at line 27 of file Node.h.
std::string Gaudi::Parsers::Node::name | ( | ) | const |
Definition at line 21 of file Node.cpp.
std::string Gaudi::Parsers::Node::ToString | ( | int | indent | ) | const |
Definition at line 63 of file Node.cpp.