#include <itemrepository.h>
Inheritance diagram for ItemRepositoryLoader< T >:

Public Member Functions | |
| ItemRepositoryLoader (const ASCString &typeName_) | |
| void | readTextFiles (PropertyReadingContainer &prc, const ASCString &fileName, const ASCString &location) |
| void | read (tnstream &stream) |
| void | write (tnstream &stream) |
| ASCString | getTypeName () |
Definition at line 112 of file itemrepository.h.
| ItemRepositoryLoader< T >::ItemRepositoryLoader | ( | const ASCString & | typeName_ | ) | [inline] |
Definition at line 115 of file itemrepository.h.
| void ItemRepositoryLoader< T >::readTextFiles | ( | PropertyReadingContainer & | prc, | |
| const ASCString & | fileName, | |||
| const ASCString & | location | |||
| ) | [virtual] |
Implements TextFileDataLoader.
Definition at line 83 of file itemrepository.cpp.
References ItemRepository< T >::add(), and PropertyReadingContainer::getArchive().
| void ItemRepositoryLoader< T >::read | ( | tnstream & | stream | ) | [virtual] |
Implements TextFileDataLoader.
Definition at line 96 of file itemrepository.cpp.
References ItemRepository< T >::add(), dataLoaderTicker, tnstream::getLocation(), tnstream::readInt(), and tnstream::readString().
| void ItemRepositoryLoader< T >::write | ( | tnstream & | stream | ) | [virtual] |
Implements TextFileDataLoader.
Definition at line 120 of file itemrepository.cpp.
References tnstream::writeInt(), and tnstream::writeString().
| ASCString ItemRepositoryLoader< T >::getTypeName | ( | ) | [inline, virtual] |
Implements TextFileDataLoader.
Definition at line 119 of file itemrepository.h.
References ItemRepository< T >::getTypeName().
1.5.1