![]() |
VR-Forces 4.2 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtArchiver |
| class | DtArchivableCreatorInfo |
| class | DtArchiveObject |
| This object will know how to read/write itself out to the supplied text file. More... | |
Typedefs | |
| typedef void(* | DtArchiverFunction )(QTextStream &ts, DtArchiveObject *obj) |
Functions | |
| DT_DLL_archiver QTextStream & | operator<< (QTextStream &ts, DtArchiver &archive) |
| DT_DLL_archiver QTextStream & | operator>> (QTextStream &ts, DtArchiver &archive) |
| QTextStream & | operator<< (QTextStream &ts, DtArchiveObject &obj) |
| QTextStream & | operator>> (QTextStream &ts, DtArchiveObject &obj) |
| typedef void(* DtArchiverFunction)(QTextStream &ts, DtArchiveObject *obj) |
| DT_DLL_archiver QTextStream& operator<< | ( | QTextStream & | ts, |
| DtArchiver & | archive | ||
| ) |
| DT_DLL_archiver QTextStream& operator>> | ( | QTextStream & | ts, |
| DtArchiver & | archive | ||
| ) |
| QTextStream& operator<< | ( | QTextStream & | ts, |
| DtArchiveObject & | obj | ||
| ) |
| QTextStream& operator>> | ( | QTextStream & | ts, |
| DtArchiveObject & | obj | ||
| ) |