|
rippled
|

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 |
| const Severity | m_level |
| std::ostringstream | m_ostream |
| beast::Journal::ScopedStream::ScopedStream | ( | ScopedStream const & | other | ) |
Definition at line 119 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 126 of file beast_Journal.cpp.
| beast::Journal::ScopedStream::~ScopedStream | ( | ) |
Definition at line 134 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 147 of file beast_Journal.cpp.
| std::ostream & beast::Journal::ScopedStream::operator<< | ( | T const & | t | ) | const |
|
private |
|
mutableprivate |
1.8.17