#include <dataio.h>
Inheritance diagram for _dataiorec::
Public Methods | |
bool | stringtoitem (string &s, T &item) |
Specialize this methods of _dataiorec template class, if use you own primitive class that is not specialized by default and pretend to read (from text stream). See dataio class for arlead specialized classes.
| |
void | itemtostring (T const &item, string &s) |
Specialize this methods of _dataiorec template class, if use you own primitive class that is not specialized by default and pretend to write (to text stream). See dataio class for arlead specialized classes.
| |
bool | readitem (istream &is, T &item) |
Specialize this methods of _dataiorec template class, if use you own primitive class that is not specialized by default and pretend to read (from binary stream). See dataio class for arlead specialized classes.
| |
void | writeitem (ostream &os, T const &item) |
Specialize this methods of _dataiorec template class, if use you own primitive class that is not specialized by default and pretend to write. See dataio class for arlead specialized classes.
|
Internal use only. In the special case that add new class and pretend that is read/writed as primitive, need to specialize the methods: bool _dataiorec<T>::stringtoitem() and bool _dataiorec<T>::itemtostring()
Definition at line 338 of file dataio.h.
|
Specialize this methods of _dataiorec template class, if use you own primitive class that is not specialized by default and pretend to write (to text stream). See dataio class for arlead specialized classes.
|
|
Specialize this methods of _dataiorec template class, if use you own primitive class that is not specialized by default and pretend to read (from binary stream). See dataio class for arlead specialized classes.
|
|
Specialize this methods of _dataiorec template class, if use you own primitive class that is not specialized by default and pretend to read (from text stream). See dataio class for arlead specialized classes.
|
|
Specialize this methods of _dataiorec template class, if use you own primitive class that is not specialized by default and pretend to write. See dataio class for arlead specialized classes.
|