Rudiments
|
#include <scalarcollection.h>
Inherits collection.
Inherited by scalar< valuetype >.
The scalarcollection class is the parent class for all rudiments scalar collections.
|
inlinevirtual |
Returns 1.
Implements collection.
|
pure virtual |
Returns a reference to the value stored in this instance.
Implemented in scalar< valuetype >.
Returns "scalar".
Implements collection.
|
pure virtual |
Returns the value stored in this instance. Returns NULL or 0 if no value has been stored.
Implemented in scalar< valuetype >.
|
pure virtual |
Sets the value stored in this instance to "v".
Implemented in scalar< valuetype >.
|
inlinevirtual |
Writes a representation of the scalarcollection to standard output.
Implements collection.
|
inlinevirtual |
Writes a representation of the scalarcollection to "out".
Implements collection.
|
inlinevirtual |
Writes a JSON representation of the scalarcollection to standard output.
Implements collection.
|
inlinevirtual |
Writes a JSON representation of the scalarcollection to standard output.
If "indent" is true, then the output is automatically indented. If "indent" is false, then the tree is written without indentation.
Implements collection.
|
inlinevirtual |
Writes a JSON representation of the scalarcollection to "out".
Implements collection.
|
inlinevirtual |
Writes a JSON representation of the scalarcollection to "out".
If "indent" is true, then the output is automatically indented. If "indent" is false, then the tree is written without indentation.
Implements collection.