Simple++
Powerfull and lightning fast C++ Library
Public Member Functions | List of all members
BasicSimpleIO Class Reference

#include <BasicSimpleIO.h>

Inheritance diagram for BasicSimpleIO:
BasicIO BasicSimpleLoadableIO MapObject< I, T > MapObject< BasicString< T >, BasicString< T > > MapObject< UCodePoint, Graphic::FreeTypeChar * > Vector< T > Vector< char > Vector< Graphic::_Image< T > * > Vector< Graphic::GradientPoint< C > * > Vector< MapObject< BasicString< T >, BasicString< T > > > Vector< MapObject< I, T > > Vector< MapObject< UCodePoint, Graphic::FreeTypeChar * > > Vector< Network::Connection * > Vector< UCodePoint > Vector< wchar_t >

Public Member Functions

bool read (std::fstream *fileStream)
 read from a file stream More...
 
bool write (std::fstream *fileStream) const
 write this object as binary into a file stream More...
 

Member Function Documentation

bool BasicSimpleIO::read ( std::fstream *  fileStream)

read from a file stream

Parameters
fileStreamstream used to read load this object
Returns
boolean to know if the operation is a success of not.
bool BasicSimpleIO::write ( std::fstream *  fileStream) const

write this object as binary into a file stream

Parameters
fileStreamstream used to write this object
Returns
boolean to know if the operation is a success of not.

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