This template class implements dynamic Array objects within DWGdirect.
Methods are provided to access Array elements via both array indices and array pointers (iterators).
Some definitions are in order:
File: OdArrayMemAlloc.h
Module: API Reference
Db
This is the overview for the OdArrayMemAlloc constructor overload. | |
|
This is the overview for the append method overload. | |
This is the overview for the asArrayPtr method overload. | |
Assigns the specified range of elements to this Array object. | |
This is the overview for the at method overload. | |
This is the overview for the begin method overload. | |
Returns the physical length of this Array object. | |
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 erase method overload. | |
Returns true if and only if this Array object contains ths specified value. | |
This is the overview for the first method overload. | |
Returns the element of this Array object at the specified position. | |
Returns the data buffer of this Array object. | |
Returns the grow length of this Array object. | |
This is the overview for the insert method overload. | |
Inserts the specified value into this Array object at the specified index. | |
Returns true if and only if this Array is empty. | |
This is the overview for the last method overload. | |
Returns the number of elements in this Array object. | |
Returns the logical length of this Array object. | |
Returns the physical length of this Array object. | |
Appends an element to the end of this Array object. | |
Removes the element with the specified value from this Array object. | |
Removes the element at the specified index from this Array object. | |
Removes the first element in this Array object. | |
Removes the last element in this Array object. | |
Removes the specified elements from this Array object. | |
Sets the physical length of this Array object to the specified reserve length if the reserve length is greater than its physical length. | |
This is the overview for the resize method overload. | |
Reverses the order of the elements in this Array object. | |
Sets all the elements in this Array object to the specified value. | |
Sets the element of this Array object at the specified index. | |
Sets the grow length of this Array object. | |
Sets the logical length of this Array object. | |
Sets the physical length of this Array object. | |
Returns the logical length of this Array object. | |
Swaps the specified elements in this Array object. |
| |
| |
This is the overview for the [] operator overload. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|