RetroArch
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

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

Private Member Functions

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

Private Attributes

std::istream & is_
 

Member Typedef Documentation

◆ Ch

typedef char IStreamWrapper::Ch

Constructor & Destructor Documentation

◆ IStreamWrapper() [1/2]

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

◆ IStreamWrapper() [2/2]

IStreamWrapper::IStreamWrapper ( const IStreamWrapper )
private

Member Function Documentation

◆ Flush()

void IStreamWrapper::Flush ( )
inline

◆ operator=()

IStreamWrapper& IStreamWrapper::operator= ( const IStreamWrapper )
private

◆ Peek()

Ch IStreamWrapper::Peek ( ) const
inline

◆ Put()

void IStreamWrapper::Put ( Ch  )
inline

◆ PutBegin()

Ch* IStreamWrapper::PutBegin ( )
inline

◆ PutEnd()

size_t IStreamWrapper::PutEnd ( Ch )
inline

◆ Take()

Ch IStreamWrapper::Take ( )
inline

◆ Tell()

size_t IStreamWrapper::Tell ( ) const
inline

Member Data Documentation

◆ is_

std::istream& IStreamWrapper::is_
private

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