Public Member Functions | |
int | Count () const |
class ON_Value * | Duplicate () const |
int | GetStrings (ON_ClassArray< ON_wString > &s) const |
ON_StringValue () | |
bool | ReadHelper (ON_BinaryArchive &archive) |
bool | ReportHelper (ON_TextLog &text_log) const |
bool | WriteHelper (ON_BinaryArchive &archive) const |
~ON_StringValue () | |
Public Attributes | |
ON_ClassArray< ON_wString > | m_value |
Definition at line 840 of file opennurbs_object_history.cpp.
Definition at line 867 of file opennurbs_object_history.cpp.
Definition at line 872 of file opennurbs_object_history.cpp.
int ON_StringValue::Count | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 883 of file opennurbs_object_history.cpp.
class ON_Value * ON_StringValue::Duplicate | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 877 of file opennurbs_object_history.cpp.
int ON_StringValue::GetStrings | ( | ON_ClassArray< ON_wString > & | s | ) | const [virtual] |
Reimplemented from ON_Value.
Definition at line 915 of file opennurbs_object_history.cpp.
bool ON_StringValue::ReadHelper | ( | ON_BinaryArchive & | archive | ) | [virtual] |
Implements ON_Value.
Definition at line 889 of file opennurbs_object_history.cpp.
bool ON_StringValue::ReportHelper | ( | ON_TextLog & | text_log | ) | const [virtual] |
Implements ON_Value.
Definition at line 901 of file opennurbs_object_history.cpp.
bool ON_StringValue::WriteHelper | ( | ON_BinaryArchive & | archive | ) | const [virtual] |
Implements ON_Value.
Definition at line 895 of file opennurbs_object_history.cpp.
Definition at line 846 of file opennurbs_object_history.cpp.