Represents the literals of the ClassAd language, such as integers, reals, booleans, strings, undefined and real
Represents the literals of the ClassAd language, such as integers, reals, booleans, strings, undefined and real
static Literal* MakeRelTime( time_t secs=-1 )
static Literal* MakeRelTime( time_t t1, time_t t2 )
t2 - the start time of the interval If -1 is passed in, the
system's current time will be used.
static Literal* MakeLiteral( const Value& v, Value::NumberFactor f= Value::NO_FACTOR )
f - The number factor (B, K, M, G, T) --- ignored for
non-numeric values.
void GetComponents( Value& v, Value::NumberFactor &f )
f - The number factor (invalid if v is non-numeric) void GetValue( Value& v )
generated by doc++