Rudiments
|
#include <arraycollection.h>
Inherits collection.
Inherited by dynamicarray< valuetype >, and staticarray< valuetype, count >.
The arraycollection class is the parent class for all rudiments array collections.
Returns "array".
Implements collection.
|
pure virtual |
Provides read/write access ot the "index"th element of the array.
Implemented in dynamicarray< valuetype >, and staticarray< valuetype, count >.
|
inlinevirtual |
Writes a representation of the arraycollection to standard output.
Implements collection.
|
inlinevirtual |
Writes a representation of the arraycollection to "out".
Implements collection.
|
inlinevirtual |
Writes a JSON representation of the arraycollection to standard output.
Implements collection.
|
inlinevirtual |
Writes a JSON representation of the arraycollection 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 arraycollection to "out".
Implements collection.
|
inlinevirtual |
Writes a JSON representation of the arraycollection 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.