![]() |
VR-Forces 5.0.1 Developer's Guide
|
Helper class to archive number objects from string stream and back.
Public Member Functions | |
| DtStreamNumber (Type t) | |
| DtStreamNumber (Type *t) | |
| void | write (std::ostringstream &s) const |
| void | read (std::istringstream &s) |
| Type | value () const |
Protected Attributes | |
| Type | myValue |
| Type * | myInput |
|
inline |
|
inline |
|
inline |
References makVrf::DtStreamNumber< Type >::myValue.
|
inline |
References makVrf::DtStreamNumber< Type >::myInput, and makVrf::DtStreamNumber< Type >::myValue.
Referenced by makVrf::operator>>().
|
inline |
References makVrf::DtStreamNumber< Type >::myValue.
|
protected |
|
protected |
Referenced by makVrf::DtStreamNumber< Type >::read().