| 
    rippled
    
   | 
 
#include <Journal.h>

Public Member Functions | |
| ScopedStream (ScopedStream const &other) | |
| ScopedStream (Sink &sink, Severity level) | |
| template<typename T > | |
| ScopedStream (Stream const &stream, T const &t) | |
| ScopedStream (Stream const &stream, std::ostream &manip(std::ostream &)) | |
| ScopedStream & | operator= (ScopedStream const &)=delete | 
| ~ScopedStream () | |
| std::ostringstream & | ostream () const | 
| std::ostream & | operator<< (std::ostream &manip(std::ostream &)) const | 
| template<typename T > | |
| std::ostream & | operator<< (T const &t) const | 
Private Attributes | |
| Sink & | m_sink | 
| Severity const | m_level | 
| std::ostringstream | m_ostream | 
| beast::Journal::ScopedStream::ScopedStream | ( | ScopedStream const & | other | ) | 
Definition at line 110 of file beast_Journal.cpp.
| beast::Journal::ScopedStream::ScopedStream | ( | Journal::Stream const & | stream, | 
| T const & | t | ||
| ) | 
| beast::Journal::ScopedStream::ScopedStream | ( | Stream const & | stream, | 
| std::ostream & | manipstd::ostream & | ||
| ) | 
Definition at line 117 of file beast_Journal.cpp.
| beast::Journal::ScopedStream::~ScopedStream | ( | ) | 
Definition at line 125 of file beast_Journal.cpp.
      
  | 
  delete | 
| std::ostringstream & beast::Journal::ScopedStream::ostream | ( | ) | const | 
| std::ostream & beast::Journal::ScopedStream::operator<< | ( | std::ostream & | manipstd::ostream & | ) | const | 
Definition at line 137 of file beast_Journal.cpp.
| std::ostream & beast::Journal::ScopedStream::operator<< | ( | T const & | t | ) | const | 
      
  | 
  private | 
      
  | 
  mutableprivate |