This template class implements dynamic Array objects with memory pre-allocation by pages of provided size and tree-like links to neighboring elements within the ODA Platform.
Methods are provided to access Array elements via both array indices and array pointers (iterators).
Some definitions are in order:
File: OdLinkedArray.h
Module: API Reference
Constructor |
This is the overview for the append method overload. | |
This is the overview for the begin method overload. | |
Removes all elements from this Array object. | |
Returns true if and only if this Array object contains ths specified value. | |
Returns true if and only if this Array is empty. | |
This is the overview for the end method overload. | |
This is the overview for the find method overload. | |
This is the overview for the first method overload. | |
Removes excessive elements in internal buffer of this Array object. | |
Inserts an element into this Array object. | |
This is the overview for the last method overload. | |
Removes the specified element from this Array object. | |
Removes the last element in this Array object. | |
Specifies the logical length for this Array object. | |
Returns the logical length of this Array object. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|