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