Represents the result of an evaluation.
Represents the result of an evaluation.
void SetBooleanValue(bool b)
void SetRealValue(double r)
void SetIntegerValue(int i)
void SetListValue(const ExprList* l)
void SetClassAdValue(ClassAd* c)
void SetStringValue( const string &str )
void SetStringValue( const char *str )
void SetAbsoluteTimeValue( time_t secs )
void SetRelativeTimeValue( time_t secs )
inline ValueType GetType()
inline bool IsBooleanValue(bool& b)
inline bool IsBooleanValue()
inline bool IsIntegerValue(int &i)
inline bool IsIntegerValue()
inline bool IsRealValue(double &r)
inline bool IsRealValue()
bool IsStringValue( string &str )
bool IsStringValue( const char *&str )
bool IsStringValue( char *str, int len )
len - The size of the buffer.
inline bool IsStringValue()
inline bool IsListValue(const ExprList*& l)
inline bool IsListValue()
inline bool IsClassAdValue(ClassAd *&c)
inline bool IsClassAdValue()
inline bool IsUndefinedValue()
inline bool IsErrorValue()
inline bool IsExceptional()
bool IsNumber()
bool IsNumber(int &i)
bool IsNumber(double &r)
bool IsAbsoluteTimeValue( )
bool IsAbsoluteTimeValue( time_t& secs )
bool IsRelativeTimeValue( )
bool IsRelativeTimeValue( time_t& secs )
generated by doc++