Additional Inherited Members |
| | ON_SimpleArray () |
| | ON_SimpleArray (int) |
| | ON_SimpleArray (const ON_SimpleArray< ON_UuidPair > &) |
| virtual | ~ON_SimpleArray () |
virtual ON_SimpleArray
< ON_UuidPair > & | operator= (const ON_SimpleArray< ON_UuidPair > &) |
| void | EmergencyDestroy (void) |
| int | Count () const |
| unsigned int | UnsignedCount () const |
| int | Capacity () const |
| unsigned int | SizeOfArray () const |
| unsigned int | SizeOfElement () const |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| ON_UuidPair & | operator[] (int) |
| ON_UuidPair & | operator[] (unsigned int) |
| ON_UuidPair & | operator[] (ON__INT64) |
| ON_UuidPair & | operator[] (ON__UINT64) |
| const ON_UuidPair & | operator[] (int) const |
| const ON_UuidPair & | operator[] (unsigned int) const |
| const ON_UuidPair & | operator[] (ON__INT64) const |
| const ON_UuidPair & | operator[] (ON__UINT64) const |
| | operator ON_UuidPair * () |
| | operator const ON_UuidPair * () const |
| ON_UuidPair * | First () |
| const ON_UuidPair * | First () const |
| ON_UuidPair * | At (int) |
| ON_UuidPair * | At (unsigned int) |
| ON_UuidPair * | At (ON__INT64) |
| ON_UuidPair * | At (ON__UINT64) |
| const ON_UuidPair * | At (int) const |
| const ON_UuidPair * | At (unsigned int) const |
| const ON_UuidPair * | At (ON__INT64) const |
| const ON_UuidPair * | At (ON__UINT64) const |
| ON_UuidPair * | Last () |
| const ON_UuidPair * | Last () const |
| ON_UuidPair & | AppendNew () |
| void | Append (const ON_UuidPair &) |
| void | Append (int, const ON_UuidPair *) |
| void | Insert (int, const ON_UuidPair &) |
| void | Remove () |
| virtual void | Remove (int) |
| void | Empty () |
| void | Reverse () |
| void | Swap (int, int) |
| int | Search (const ON_UuidPair &) const |
| int | Search (const ON_UuidPair *, int(*)(const ON_UuidPair *, const ON_UuidPair *)) const |
| int | BinarySearch (const ON_UuidPair *, int(*)(const ON_UuidPair *, const ON_UuidPair *)) const |
| int | BinarySearch (const ON_UuidPair *, int(*)(const ON_UuidPair *, const ON_UuidPair *), int) const |
| bool | HeapSort (int(*)(const ON_UuidPair *, const ON_UuidPair *)) |
| bool | QuickSort (int(*)(const ON_UuidPair *, const ON_UuidPair *)) |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_UuidPair *, const ON_UuidPair *)) const |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_UuidPair *, const ON_UuidPair *, void *), void *) const |
| bool | Permute (const int *) |
| void | Zero () |
| void | MemSet (unsigned char) |
| void | Reserve (int) |
| void | Shrink () |
| void | Destroy () |
| virtual ON_UuidPair * | Realloc (ON_UuidPair *, int) |
| ON_UuidPair * | Array () |
| const ON_UuidPair * | Array () const |
| void | SetCount (int) |
| void | SetCapacity (int) |
| int | NewCapacity () const |
| ON_UuidPair * | KeepArray () |
| void | SetArray (ON_UuidPair *) |
| void | SetArray (ON_UuidPair *, int, int) |
| void | Move (int, int, int) |
Definition at line 1481 of file opennurbs_array.h.