Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
IStreamWrapper Class Reference

Public Types

typedef char Ch
 

Public Member Functions

void Flush ()
 
 IStreamWrapper (std::istream &is)
 
Ch Peek () const
 
void Put (Ch)
 
ChPutBegin ()
 
size_t PutEnd (Ch *)
 
Ch Take ()
 
size_t Tell () const
 

Private Member Functions

 IStreamWrapper (const IStreamWrapper &)
 
IStreamWrapperoperator= (const IStreamWrapper &)
 

Private Attributes

std::istream & is_
 

Detailed Description

Definition at line 1067 of file readertest.cpp.

Member Typedef Documentation

typedef char IStreamWrapper::Ch

Definition at line 1069 of file readertest.cpp.

Constructor & Destructor Documentation

IStreamWrapper::IStreamWrapper ( std::istream &  is)
inline

Definition at line 1071 of file readertest.cpp.

IStreamWrapper::IStreamWrapper ( const IStreamWrapper )
private

Member Function Documentation

void IStreamWrapper::Flush ( )
inline

Definition at line 1087 of file readertest.cpp.

IStreamWrapper& IStreamWrapper::operator= ( const IStreamWrapper )
private
Ch IStreamWrapper::Peek ( ) const
inline

Definition at line 1073 of file readertest.cpp.

void IStreamWrapper::Put ( Ch  )
inline

Definition at line 1086 of file readertest.cpp.

Ch* IStreamWrapper::PutBegin ( )
inline

Definition at line 1085 of file readertest.cpp.

size_t IStreamWrapper::PutEnd ( Ch )
inline

Definition at line 1088 of file readertest.cpp.

Ch IStreamWrapper::Take ( )
inline

Definition at line 1078 of file readertest.cpp.

size_t IStreamWrapper::Tell ( ) const
inline

Definition at line 1083 of file readertest.cpp.

Member Data Documentation

std::istream& IStreamWrapper::is_
private

Definition at line 1094 of file readertest.cpp.


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


choreo_rapidjson
Author(s):
autogenerated on Thu Jul 18 2019 03:59:10