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