blocxx
Public Member Functions | Private Member Functions | Private Attributes
BLOCXX_NAMESPACE::DelayedFormatInternals::DelayedFormatReference< T > Class Template Reference

#include <DelayedFormat.hpp>

Inheritance diagram for BLOCXX_NAMESPACE::DelayedFormatInternals::DelayedFormatReference< T >:
BLOCXX_NAMESPACE::DelayedFormatInternals::DelayedFormatReferenceBase

List of all members.

Public Member Functions

 DelayedFormatReference (T &t)
 ~DelayedFormatReference ()
- Public Member Functions inherited from BLOCXX_NAMESPACE::DelayedFormatInternals::DelayedFormatReferenceBase
virtual ~DelayedFormatReferenceBase ()
std::ostream & dumpToStream (std::ostream &o) const

Private Member Functions

 DelayedFormatReference (const DelayedFormatReference &)
DelayedFormatReferenceoperator= (const DelayedFormatReference &)
virtual std::ostream & doDumpToStream (std::ostream &o) const

Private Attributes

T & ref_

Additional Inherited Members

- Protected Member Functions inherited from BLOCXX_NAMESPACE::DelayedFormatInternals::DelayedFormatReferenceBase
 DelayedFormatReferenceBase ()

Detailed Description

template<class T>
class BLOCXX_NAMESPACE::DelayedFormatInternals::DelayedFormatReference< T >

Definition at line 71 of file DelayedFormat.hpp.


Constructor & Destructor Documentation

Definition at line 74 of file DelayedFormat.hpp.

Definition at line 77 of file DelayedFormat.hpp.


Member Function Documentation

template<class T >
virtual std::ostream& BLOCXX_NAMESPACE::DelayedFormatInternals::DelayedFormatReference< T >::doDumpToStream ( std::ostream &  o) const
inlineprivatevirtual

Member Data Documentation

template<class T >
T& BLOCXX_NAMESPACE::DelayedFormatInternals::DelayedFormatReference< T >::ref_
private

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