
Public Member Functions | |
| TagArrayProperty (BitSet &property_, int tagNum_, const char **tags_, bool inverted_) | |
Protected Member Functions | |
| BitSet | operation_eq (const TextPropertyGroup::Entry &entry) const |
| BitSet | operation_add (const TextPropertyGroup::Entry &entry) const |
| BitSet | operation_sub (const TextPropertyGroup::Entry &entry) const |
| ASCString | toString () const |
Definition at line 168 of file textfile_evaluation.cpp.
| TagArrayProperty::TagArrayProperty | ( | BitSet & | property_, | |
| int | tagNum_, | |||
| const char ** | tags_, | |||
| bool | inverted_ | |||
| ) | [inline] |
Definition at line 178 of file textfile_evaluation.cpp.
| BitSet TagArrayProperty::operation_eq | ( | const TextPropertyGroup::Entry & | entry | ) | const [protected, virtual] |
Reimplemented from PropertyTemplate< T >.
Definition at line 1056 of file textfile_evaluation.cpp.
References ASCString::compare_ci(), PropertyContainer::Property::entry, PropertyContainer::error(), StringTokenizer::getNextToken(), PropertyContainer::Property::name, PropertyContainer::Property::propertyContainer, and TextPropertyGroup::Entry::value.
Referenced by operation_add(), and operation_sub().
| BitSet TagArrayProperty::operation_add | ( | const TextPropertyGroup::Entry & | entry | ) | const [protected, virtual] |
Reimplemented from PropertyTemplate< T >.
Definition at line 1045 of file textfile_evaluation.cpp.
References PropertyContainer::Property::entry, operation_eq(), TextPropertyGroup::Entry::parent, and PropertyTemplate< T >::parse().
| BitSet TagArrayProperty::operation_sub | ( | const TextPropertyGroup::Entry & | entry | ) | const [protected, virtual] |
Reimplemented from PropertyTemplate< T >.
Definition at line 1050 of file textfile_evaluation.cpp.
References PropertyContainer::Property::entry, operation_eq(), TextPropertyGroup::Entry::parent, and PropertyTemplate< T >::parse().
| ASCString TagArrayProperty::toString | ( | ) | const [protected, virtual] |
Implements PropertyContainer::Property.
Definition at line 1086 of file textfile_evaluation.cpp.
References PropertyTemplate< T >::property.
1.5.1