
Public Member Functions | |
| int | Count () const |
| class ON_Value * | Duplicate () const |
| int | GetUuids (const ON_UUID *&a) const |
| ON_UuidValue () | |
| bool | ReadHelper (ON_BinaryArchive &archive) |
| bool | ReportHelper (ON_TextLog &text_log) const |
| bool | WriteHelper (ON_BinaryArchive &archive) const |
| ~ON_UuidValue () | |
Public Attributes | |
| ON_SimpleArray< ON_UUID > | m_value |
Definition at line 754 of file opennurbs_object_history.cpp.
Definition at line 781 of file opennurbs_object_history.cpp.
Definition at line 786 of file opennurbs_object_history.cpp.
| int ON_UuidValue::Count | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 797 of file opennurbs_object_history.cpp.
| class ON_Value * ON_UuidValue::Duplicate | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 791 of file opennurbs_object_history.cpp.
| int ON_UuidValue::GetUuids | ( | const ON_UUID *& | a | ) | const [virtual] |
Reimplemented from ON_Value.
Definition at line 829 of file opennurbs_object_history.cpp.
| bool ON_UuidValue::ReadHelper | ( | ON_BinaryArchive & | archive | ) | [virtual] |
Implements ON_Value.
Definition at line 803 of file opennurbs_object_history.cpp.
| bool ON_UuidValue::ReportHelper | ( | ON_TextLog & | text_log | ) | const [virtual] |
Implements ON_Value.
Definition at line 815 of file opennurbs_object_history.cpp.
| bool ON_UuidValue::WriteHelper | ( | ON_BinaryArchive & | archive | ) | const [virtual] |
Implements ON_Value.
Definition at line 809 of file opennurbs_object_history.cpp.
Definition at line 760 of file opennurbs_object_history.cpp.