
Public Member Functions | |
| void | evaluate () |
| PropertyTemplate (T &property_) | |
| PropertyTemplate (T &property_, const T &defaultValue_) | |
Protected Member Functions | |
| virtual T | parse (const TextPropertyGroup::Entry &entry) const |
| virtual T | operation_mult (const TextPropertyGroup::Entry &entry) const |
| virtual T | operation_add (const TextPropertyGroup::Entry &entry) const |
| virtual T | operation_sub (const TextPropertyGroup::Entry &entry) const |
| virtual T | operation_eq (const TextPropertyGroup::Entry &entry) const |
Protected Attributes | |
| T & | property |
| T | defaultValue |
|
||||||||||
|
Definition at line 60 of file textfile_evaluation.cpp. |
|
||||||||||||||||
|
Definition at line 61 of file textfile_evaluation.cpp. |
|
|||||||||
|
||||||||||
|
Reimplemented in IntegerProperty, FloatProperty, StringProperty, ValArrayProperty< T >, TagArrayProperty, TagIntProperty, ValArrayProperty< double >, and ValArrayProperty< int >. Definition at line 671 of file textfile_evaluation.cpp. References T. Referenced by PropertyTemplate< T >::parse(). |
|
||||||||||
|
Reimplemented in IntegerProperty, FloatProperty, BoolProperty, StringProperty, StringArrayProperty, IntegerArrayProperty, DoubleArrayProperty, IntRangeArrayProperty, TagArrayProperty, TagIntProperty, NamedIntProperty, ASCImageProperty, and ASCImageArrayProperty. Definition at line 657 of file textfile_evaluation.cpp. References T. Referenced by PropertyTemplate< T >::parse(). |
|
||||||||||
|
Reimplemented in IntegerProperty, FloatProperty, ValArrayProperty< T >, ValArrayProperty< double >, and ValArrayProperty< int >. Definition at line 664 of file textfile_evaluation.cpp. References T. Referenced by PropertyTemplate< T >::parse(). |
|
||||||||||
|
Reimplemented in IntegerProperty, ValArrayProperty< T >, TagArrayProperty, TagIntProperty, ValArrayProperty< double >, and ValArrayProperty< int >. Definition at line 678 of file textfile_evaluation.cpp. References T. Referenced by PropertyTemplate< T >::parse(). |
|
||||||||||
|
|||||
|
Definition at line 48 of file textfile_evaluation.cpp. Referenced by PropertyTemplate< T >::evaluate(), and PropertyTemplate< T >::parse(). |
|
|||||
|
Definition at line 47 of file textfile_evaluation.cpp. Referenced by PropertyTemplate< T >::evaluate(), ASCImageArrayProperty::toString(), ASCImageProperty::toString(), StringArrayProperty::toString(), StringProperty::toString(), FloatProperty::toString(), and IntegerProperty::toString(). |
1.4.2