The parser object
The parser object
bool ParseClassAd( const string &buffer, ClassAd &ad, bool full=false )
ad - The classad to be populated
full - If this parameter is true, the parse is considered to
succeed only if the ClassAd was parsed successfully and no
other tokens follow the ClassAd.
bool ParseExpression( const string &buffer, ExprTree*& expr, bool full=false)
full - If this parameter is true, the parse is considered to
succeed only if the expression was parsed successfully and no
other tokens follow the expression.
ExprTree* ParseExpression( const string &buffer, bool full=false)
full - If this parameter is true, the parse is considered to
succeed only if the expression was parsed successfully and no
other tokens are left.
generated by doc++