#include <opennurbs_array.h>
◆ ON_UuidIndexList2() [1/2]
ON_UuidIndexList2::ON_UuidIndexList2 |
( |
| ) |
|
◆ ~ON_UuidIndexList2()
ON_UuidIndexList2::~ON_UuidIndexList2 |
( |
| ) |
|
◆ ON_UuidIndexList2() [2/2]
◆ AddUuidIndex()
bool ON_UuidIndexList2::AddUuidIndex |
( |
const ON_UUID & |
uuid, |
|
|
int |
index |
|
) |
| |
◆ Count()
unsigned int ON_UuidIndexList2::Count |
( |
| ) |
const |
◆ FindUuid() [1/2]
bool ON_UuidIndexList2::FindUuid |
( |
const ON_UUID & |
uuid | ) |
const |
◆ FindUuid() [2/2]
bool ON_UuidIndexList2::FindUuid |
( |
const ON_UUID & |
uuid, |
|
|
int * |
index |
|
) |
| const |
◆ FindUuidIndex()
bool ON_UuidIndexList2::FindUuidIndex |
( |
const ON_UUID & |
uuid, |
|
|
int |
index |
|
) |
| const |
◆ GetUuids()
◆ ImproveSearchSpeed()
void ON_UuidIndexList2::ImproveSearchSpeed |
( |
| ) |
|
◆ operator=()
◆ RemoveAll()
void ON_UuidIndexList2::RemoveAll |
( |
| ) |
|
◆ RemoveUuid()
bool ON_UuidIndexList2::RemoveUuid |
( |
const ON_UUID & |
uuid | ) |
|
◆ Reserve()
void ON_UuidIndexList2::Reserve |
( |
size_t |
capacity | ) |
|