ITBool CompatibleType( ITValue *object)
Returns TRUE if the specified object is of the same type as the current object.
TRUE
ITBool Equal(ITValue *object)
Returns TRUE if the specified object is equal to the current object.
ITBool FromPrintable( const ITString &printable)
Sets the value of the current object, using a string equivalent to the one returned by the input function of the object.
ITBool IsNull()
Returns TRUE if the current object has a null value.
ITBool IsUpdated()
Returns TRUE if the current object has been updated since it was created.
ITBool LessThan(ITValue *object)
Returns TRUE if the current object is less than the specified objects and the objects are comparable.
const ITString &Printable()
Returns the value of the current object, in a string equivalent to the one returned by the output function of the object.
ITBool SameType(ITValue *object)
ITBool SetNull()
Sets the current object to a null value.
const ITTypeInfo &TypeOf()
Returns the type information for the current object.