Public Member Functions | |
int | Count () const |
class ON_Value * | Duplicate () const |
int | GetInts (const int *&b) const |
ON_IntValue () | |
bool | ReadHelper (ON_BinaryArchive &archive) |
bool | ReportHelper (ON_TextLog &text_log) const |
bool | WriteHelper (ON_BinaryArchive &archive) const |
~ON_IntValue () | |
Public Attributes | |
ON_SimpleArray< int > | m_value |
Definition at line 231 of file opennurbs_object_history.cpp.
Definition at line 258 of file opennurbs_object_history.cpp.
Definition at line 263 of file opennurbs_object_history.cpp.
int ON_IntValue::Count | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 274 of file opennurbs_object_history.cpp.
class ON_Value * ON_IntValue::Duplicate | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 268 of file opennurbs_object_history.cpp.
int ON_IntValue::GetInts | ( | const int *& | b | ) | const [virtual] |
Reimplemented from ON_Value.
Definition at line 306 of file opennurbs_object_history.cpp.
bool ON_IntValue::ReadHelper | ( | ON_BinaryArchive & | archive | ) | [virtual] |
Implements ON_Value.
Definition at line 280 of file opennurbs_object_history.cpp.
bool ON_IntValue::ReportHelper | ( | ON_TextLog & | text_log | ) | const [virtual] |
Implements ON_Value.
Definition at line 292 of file opennurbs_object_history.cpp.
bool ON_IntValue::WriteHelper | ( | ON_BinaryArchive & | archive | ) | const [virtual] |
Implements ON_Value.
Definition at line 286 of file opennurbs_object_history.cpp.
Definition at line 237 of file opennurbs_object_history.cpp.