VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrf::DtStreamNumber< Type > Class Template Reference

template<typename Type>
class makVrf::DtStreamNumber< Type >

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
 

Constructor & Destructor Documentation

template<typename Type>
makVrf::DtStreamNumber< Type >::DtStreamNumber ( Type  t)
inline
template<typename Type>
makVrf::DtStreamNumber< Type >::DtStreamNumber ( Type *  t)
inline

Member Function Documentation

template<typename Type>
void makVrf::DtStreamNumber< Type >::write ( std::ostringstream &  s) const
inline
template<typename Type>
void makVrf::DtStreamNumber< Type >::read ( std::istringstream &  s)
inline
template<typename Type>
Type makVrf::DtStreamNumber< Type >::value ( ) const
inline

Member Data Documentation

template<typename Type>
Type makVrf::DtStreamNumber< Type >::myValue
protected
template<typename Type>
Type* makVrf::DtStreamNumber< Type >::myInput
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)