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

Public Types

typedef char Ch
 
typedef char Ch
 

Public Member Functions

 OStreamWrapper (std::ostream &os)
 
Ch Peek () const
 
Ch Take ()
 
size_t Tell () const
 
ChPutBegin ()
 
void Put (Ch c)
 
void Flush ()
 
size_t PutEnd (Ch *)
 
 OStreamWrapper (std::ostream &os)
 
Ch Peek () const
 
Ch Take ()
 
size_t Tell () const
 
ChPutBegin ()
 
void Put (Ch c)
 
void Flush ()
 
size_t PutEnd (Ch *)
 

Private Member Functions

 OStreamWrapper (const OStreamWrapper &)
 
OStreamWrapperoperator= (const OStreamWrapper &)
 
 OStreamWrapper (const OStreamWrapper &)
 
OStreamWrapperoperator= (const OStreamWrapper &)
 

Private Attributes

std::ostream & os_
 

Member Typedef Documentation

◆ Ch [1/2]

typedef char OStreamWrapper::Ch

◆ Ch [2/2]

typedef char OStreamWrapper::Ch

Constructor & Destructor Documentation

◆ OStreamWrapper() [1/4]

OStreamWrapper::OStreamWrapper ( std::ostream &  os)
inline

◆ OStreamWrapper() [2/4]

OStreamWrapper::OStreamWrapper ( const OStreamWrapper )
private

◆ OStreamWrapper() [3/4]

OStreamWrapper::OStreamWrapper ( std::ostream &  os)
inline

◆ OStreamWrapper() [4/4]

OStreamWrapper::OStreamWrapper ( const OStreamWrapper )
private

Member Function Documentation

◆ Flush() [1/2]

void OStreamWrapper::Flush ( )
inline
Here is the caller graph for this function:

◆ Flush() [2/2]

void OStreamWrapper::Flush ( )
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ Peek() [1/2]

Ch OStreamWrapper::Peek ( ) const
inline

◆ Peek() [2/2]

Ch OStreamWrapper::Peek ( ) const
inline

◆ Put() [1/2]

void OStreamWrapper::Put ( Ch  c)
inline
Here is the caller graph for this function:

◆ Put() [2/2]

void OStreamWrapper::Put ( Ch  c)
inline

◆ PutBegin() [1/2]

Ch* OStreamWrapper::PutBegin ( )
inline

◆ PutBegin() [2/2]

Ch* OStreamWrapper::PutBegin ( )
inline

◆ PutEnd() [1/2]

size_t OStreamWrapper::PutEnd ( Ch )
inline

◆ PutEnd() [2/2]

size_t OStreamWrapper::PutEnd ( Ch )
inline

◆ Take() [1/2]

Ch OStreamWrapper::Take ( )
inline

◆ Take() [2/2]

Ch OStreamWrapper::Take ( )
inline

◆ Tell() [1/2]

size_t OStreamWrapper::Tell ( ) const
inline

◆ Tell() [2/2]

size_t OStreamWrapper::Tell ( ) const
inline

Member Data Documentation

◆ os_

std::ostream & OStreamWrapper::os_
private

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