#include <opennurbs_array.h>
|
void | Append (const T &) |
|
void | Append (int, const T *) |
|
T & | AppendNew () |
|
T * | Array () |
|
const T * | Array () const |
|
T * | At (int) |
|
const T * | At (int) const |
|
int | BinarySearch (const T *, int(*)(const T *, const T *)) const |
|
int | Capacity () const |
|
int | Count () const |
|
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
|
void | Destroy () |
|
void | EmergencyDestroy (void) |
|
void | Empty () |
|
T * | First () |
|
const T * | First () const |
|
bool | HeapSort (int(*)(const T *, const T *)) |
|
void | Insert (int, const T &) |
|
T * | KeepArray () |
|
T * | Last () |
|
const T * | Last () const |
|
void | MemSet (unsigned char) |
|
int | NewCapacity () const |
|
| ON_SimpleArray () |
|
| ON_SimpleArray (const ON_SimpleArray< T > &) |
|
| ON_SimpleArray (int) |
|
| operator const T * () const |
|
| operator T* () |
|
virtual ON_SimpleArray< T > & | operator= (const ON_SimpleArray< T > &) |
|
T & | operator[] (int) |
|
const T & | operator[] (int) const |
|
bool | Permute (const int *) |
|
bool | QuickSort (int(*)(const T *, const T *)) |
|
virtual T * | Realloc (T *, int) |
|
void | Remove () |
|
virtual void | Remove (int) |
|
void | Reserve (int) |
|
void | Reverse () |
|
int | Search (const T &) const |
|
int | Search (const T *, int(*)(const T *, const T *)) const |
|
void | SetArray (T *) |
|
void | SetCapacity (int) |
|
void | SetCount (int) |
|
void | Shrink () |
|
unsigned int | SizeOfArray () const |
|
bool | Sort (ON::sort_algorithm, int *, int(*)(const T *, const T *)) const |
|
bool | Sort (ON::sort_algorithm, int *, int(*)(const T *, const T *, void *), void *) const |
|
void | Swap (int, int) |
|
void | Zero () |
|
virtual | ~ON_SimpleArray () |
|
|
void | Move (int, int, int) |
|
◆ ON_SimpleArray() [1/3]
◆ ON_SimpleArray() [2/3]
◆ ON_SimpleArray() [3/3]
◆ ~ON_SimpleArray()
◆ Append() [1/2]
◆ Append() [2/2]
◆ AppendNew()
◆ Array() [1/2]
◆ Array() [2/2]
◆ At() [1/2]
◆ At() [2/2]
◆ BinarySearch()
◆ Capacity()
◆ Count()
◆ DataCRC()
◆ Destroy()
◆ EmergencyDestroy()
◆ Empty()
◆ First() [1/2]
◆ First() [2/2]
◆ HeapSort()
◆ Insert()
◆ KeepArray()
◆ Last() [1/2]
◆ Last() [2/2]
◆ MemSet()
◆ Move()
◆ NewCapacity()
◆ operator const T *()
◆ operator T*()
◆ operator=()
◆ operator[]() [1/2]
◆ operator[]() [2/2]
◆ Permute()
◆ QuickSort()
◆ Realloc()
◆ Remove() [1/2]
◆ Remove() [2/2]
◆ Reserve()
◆ Reverse()
◆ Search() [1/2]
◆ Search() [2/2]
◆ SetArray()
◆ SetCapacity()
◆ SetCount()
◆ Shrink()
◆ SizeOfArray()
◆ Sort() [1/2]
◆ Sort() [2/2]
template<class T >
bool ON_SimpleArray< T >::Sort |
( |
ON::sort_algorithm | sa, |
|
|
int * | index, |
|
|
int(*)(const T *, const T *, void *) | compar, |
|
|
void * | p ) const |
◆ Swap()
◆ Zero()
◆ m_a
◆ m_capacity
◆ m_count
The documentation for this class was generated from the following files: