Rudiments
|
#include <scalar.h>
Inherits scalarcollection< valuetype >.
The scalar class allows you to store a single value.
Creates an instance of the scalar class.
Creates an instance of the scalar class that is a copy of "a".
Creates an instance of the scalar class that is a copy of "a".
Deletes this instance of the scalar class.
Removes the value currently stored in this instance, such that getValue() will return NULL or 0.
The value is only deleted if setManageValues(true) or setManageArrayValues(true) has been called.
Always returns true.
Implements collection.
Returns a reference to the value stored in this instance.
Implements scalarcollection< valuetype >.
Returns the value stored in this instance. Returns NULL or 0 if no value has been stored.
Implements scalarcollection< valuetype >.
Makes this instance of the scalar class identical to "a".
|
inline |
Makes this instance of the scalar class identical to "a".