Main Page | Class Hierarchy | Class List | File List | Class Members

ClassAds Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
AttributeReferenceRepresents a attribute reference node (like .b) in the expression tree
ClassAdThe ClassAd object represents a parsed ClassAd
ClassAdIteratorAn object for iterating over the attributes of a ClassAd--deprecated
ClassAdParserThis reads ClassAd strings from various sources and converts them into a ClassAd
ClassAdUnParserThis converts a ClassAd into a string representing the ClassAd
ClassAdXMLUnParserThis converts a ClassAd into an XML string representing the ClassAd
ExprListRepresents a list of expressions, like {1, 2, 3}
ExprListIteratorAn iterator for an ExprList--deprecated: you should use the STL-like iterators now
ExprTreeA node of the expression tree, which may be a literal, attribute reference, function call, classad, expression list, or an operator applied to other ExprTree operands
FunctionCallNode of the expression which represents a call to an function
LiteralRepresents the literals of the ClassAd language, such as integers, reals, booleans, strings, undefined and real
MatchClassAdSpecial case of a ClassAd which make it easy to do matching
OperationRepresents a node of the expression tree which is an operation applied to expression operands, like 3 + 2
PrettyPrintThis is a special case of the ClassAdParser which prints the ClassAds more nicely
ValueRepresents the result of an evaluation