Public Member Functions | |
int | Count () const |
class ON_Value * | Duplicate () const |
int | GetBools (const bool *&b) const |
ON_BoolValue () | |
bool | ReadHelper (ON_BinaryArchive &archive) |
bool | ReportHelper (ON_TextLog &text_log) const |
bool | WriteHelper (ON_BinaryArchive &archive) const |
~ON_BoolValue () | |
Public Attributes | |
ON_SimpleArray< bool > | m_value |
Definition at line 144 of file opennurbs_object_history.cpp.
Definition at line 171 of file opennurbs_object_history.cpp.
Definition at line 176 of file opennurbs_object_history.cpp.
int ON_BoolValue::Count | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 187 of file opennurbs_object_history.cpp.
class ON_Value * ON_BoolValue::Duplicate | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 181 of file opennurbs_object_history.cpp.
int ON_BoolValue::GetBools | ( | const bool *& | b | ) | const [virtual] |
Reimplemented from ON_Value.
Definition at line 219 of file opennurbs_object_history.cpp.
bool ON_BoolValue::ReadHelper | ( | ON_BinaryArchive & | archive | ) | [virtual] |
Implements ON_Value.
Definition at line 193 of file opennurbs_object_history.cpp.
bool ON_BoolValue::ReportHelper | ( | ON_TextLog & | text_log | ) | const [virtual] |
Implements ON_Value.
Definition at line 205 of file opennurbs_object_history.cpp.
bool ON_BoolValue::WriteHelper | ( | ON_BinaryArchive & | archive | ) | const [virtual] |
Implements ON_Value.
Definition at line 199 of file opennurbs_object_history.cpp.
Definition at line 150 of file opennurbs_object_history.cpp.