#include <opennurbs_array.h>
Public Member Functions | |
ON_UuidPair () | |
Static Public Member Functions | |
static int | Compare (const class ON_UuidPair *, const class ON_UuidPair *) |
Compares m_uuid[0] then m_uuid[1]. More... | |
static int | CompareFirstUuid (const class ON_UuidPair *, const class ON_UuidPair *) |
Compares m_uuid[0] and ignores m_uuid[1] More... | |
static int | CompareSecondUuid (const class ON_UuidPair *, const class ON_UuidPair *) |
Compares m_uuid[1] and ignores m_uuid[0] More... | |
Public Attributes | |
ON_UUID | m_uuid [2] |
ON_UuidPair::ON_UuidPair | ( | ) |
|
static |
Compares m_uuid[0] then m_uuid[1].
|
static |
Compares m_uuid[0] and ignores m_uuid[1]
|
static |
Compares m_uuid[1] and ignores m_uuid[0]
ON_UUID ON_UuidPair::m_uuid[2] |