#include <opennurbs_array.h>
|
ON_UUID * | SearchHelper (const ON_UUID *) const |
|
void | SortHelper () |
|
void | Append (const ON_UUID &) |
|
void | Append (int, const ON_UUID *) |
|
ON_UUID & | AppendNew () |
|
ON_UUID * | Array () |
|
const ON_UUID * | Array () const |
|
ON_UUID * | At (int) |
|
const ON_UUID * | At (int) const |
|
int | BinarySearch (const ON_UUID *, int(*)(const ON_UUID *, const ON_UUID *)) const |
|
int | Capacity () const |
|
int | Count () const |
|
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
|
void | Destroy () |
|
void | EmergencyDestroy (void) |
|
void | Empty () |
|
ON_UUID * | First () |
|
const ON_UUID * | First () const |
|
bool | HeapSort (int(*)(const ON_UUID *, const ON_UUID *)) |
|
void | Insert (int, const ON_UUID &) |
|
ON_UUID * | KeepArray () |
|
ON_UUID * | Last () |
|
const ON_UUID * | Last () const |
|
void | MemSet (unsigned char) |
|
int | NewCapacity () const |
|
| ON_SimpleArray () |
|
| ON_SimpleArray (const ON_SimpleArray< ON_UUID > &) |
|
| ON_SimpleArray (int) |
|
| operator const ON_UUID * () const |
|
| operator ON_UUID * () |
|
virtual ON_SimpleArray< ON_UUID > & | operator= (const ON_SimpleArray< ON_UUID > &) |
|
ON_UUID & | operator[] (int) |
|
const ON_UUID & | operator[] (int) const |
|
bool | Permute (const int *) |
|
bool | QuickSort (int(*)(const ON_UUID *, const ON_UUID *)) |
|
virtual ON_UUID * | Realloc (ON_UUID *, int) |
|
void | Remove () |
|
virtual void | Remove (int) |
|
void | Reserve (int) |
|
void | Reverse () |
|
int | Search (const ON_UUID &) const |
|
int | Search (const ON_UUID *, int(*)(const ON_UUID *, const ON_UUID *)) const |
|
void | SetArray (ON_UUID *) |
|
void | SetCapacity (int) |
|
void | SetCount (int) |
|
void | Shrink () |
|
unsigned int | SizeOfArray () const |
|
bool | Sort (ON::sort_algorithm, int *, int(*)(const ON_UUID *, const ON_UUID *)) const |
|
bool | Sort (ON::sort_algorithm, int *, int(*)(const ON_UUID *, const ON_UUID *, void *), void *) const |
|
void | Swap (int, int) |
|
void | Zero () |
|
virtual | ~ON_SimpleArray () |
|
void | Move (int, int, int) |
|
◆ ON_UuidList() [1/3]
ON_UuidList::ON_UuidList |
( |
| ) |
|
◆ ON_UuidList() [2/3]
ON_UuidList::ON_UuidList |
( |
int | capacity | ) |
|
◆ ~ON_UuidList()
ON_UuidList::~ON_UuidList |
( |
| ) |
|
◆ ON_UuidList() [3/3]
◆ AddUuid()
bool ON_UuidList::AddUuid |
( |
ON_UUID | uuid, |
|
|
bool | bCheckForDupicates = true ) |
◆ Array()
◆ Compact()
void ON_UuidList::Compact |
( |
| ) |
|
◆ CompareUuid()
◆ Count()
int ON_UuidList::Count |
( |
| ) |
const |
◆ Destroy()
void ON_UuidList::Destroy |
( |
| ) |
|
◆ Empty()
void ON_UuidList::Empty |
( |
| ) |
|
◆ FindUuid()
bool ON_UuidList::FindUuid |
( |
ON_UUID | uuid | ) |
const |
◆ GetUuids()
◆ operator=()
◆ Read()
◆ RemapUuids()
◆ RemoveUuid()
bool ON_UuidList::RemoveUuid |
( |
ON_UUID | uuid | ) |
|
◆ Reserve()
void ON_UuidList::Reserve |
( |
int | capacity | ) |
|
◆ SearchHelper()
◆ SortHelper()
void ON_UuidList::SortHelper |
( |
| ) |
|
|
private |
◆ Write()
◆ m_removed_count
int ON_UuidList::m_removed_count |
|
private |
◆ m_sorted_count
int ON_UuidList::m_sorted_count |
|
private |
The documentation for this class was generated from the following files: