![]() |
VR-Forces 4.10 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | makVrf::DtStreamString |
| Helper class to archive string objects from string stream and back. More... | |
| class | makVrf::DtStreamNumber< Type > |
| Helper class to archive number objects from string stream and back. More... | |
| class | makVrf::DtCopyObject |
| class | makVrf::DtCopyObjectCreator |
| Creator used to create copy classes. More... | |
Namespaces | |
| makVrv | |
| Declare & export the plugin initialization function (bool initDeModule(DtDe* de)) | |
| makVrf | |
| Contains makVrf::DtVrfDisDriver class. | |
Functions | |
| DT_DLL_VRFGUICORE std::ostringstream & | makVrf::operator<< (std::ostringstream &, const DtStreamString &) |
| DT_DLL_VRFGUICORE std::istringstream & | makVrf::operator>> (std::istringstream &, DtStreamString &) |
| DT_DLL_VRFGUICORE std::ostringstream & | makVrf::operator<< (std::ostringstream &, const DtVector &) |
| DT_DLL_VRFGUICORE std::istringstream & | makVrf::operator>> (std::istringstream &, DtVector &) |
| template<typename Type > | |
| std::ostringstream & | makVrf::operator<< (std::ostringstream &s, const DtStreamNumber< Type > &num) |
| template<typename Type > | |
| std::istringstream & | makVrf::operator>> (std::istringstream &s, DtStreamNumber< Type > &num) |