#include <textfile_evaluation.h>
Inheritance diagram for PropertyReadingContainer:

Public Member Functions | |
| virtual ASCString | getLocation () |
| virtual ASCString | getFileName () |
| virtual ASCString | getArchive () |
| PropertyReadingContainer (const ASCString &baseName, TextPropertyGroup *tpg) | |
| ~PropertyReadingContainer () | |
| void | writeProperty (Property &p, const ASCString &value) |
Definition at line 129 of file textfile_evaluation.h.
| PropertyReadingContainer::PropertyReadingContainer | ( | const ASCString & | baseName, | |
| TextPropertyGroup * | tpg | |||
| ) |
Definition at line 569 of file textfile_evaluation.cpp.
References PropertyContainer::openBracket().
| PropertyReadingContainer::~PropertyReadingContainer | ( | ) |
Definition at line 575 of file textfile_evaluation.cpp.
| virtual ASCString PropertyReadingContainer::getLocation | ( | ) | [inline, virtual] |
Implements PropertyContainer.
Definition at line 131 of file textfile_evaluation.h.
References TextPropertyGroup::location, and PropertyContainer::textPropertyGroup.
| virtual ASCString PropertyReadingContainer::getFileName | ( | ) | [inline, virtual] |
Implements PropertyContainer.
Definition at line 132 of file textfile_evaluation.h.
References TextPropertyGroup::fileName, and PropertyContainer::textPropertyGroup.
| virtual ASCString PropertyReadingContainer::getArchive | ( | ) | [inline, virtual] |
Implements PropertyContainer.
Definition at line 133 of file textfile_evaluation.h.
References TextPropertyGroup::archive, and PropertyContainer::textPropertyGroup.
Referenced by ItemRepositoryLoader< T >::readTextFiles().
| void PropertyReadingContainer::writeProperty | ( | Property & | p, | |
| const ASCString & | value | |||
| ) |
1.5.1