rippled
|
Public Member Functions | |
Proxy (Map const &map, std::string const &key) | |
Proxy (Proxy const &other) | |
~Proxy () | |
template<typename Value > | |
Proxy & | operator= (Value value) |
std::ostream & | operator<< (std::ostream &manip(std::ostream &)) const |
template<typename T > | |
std::ostream & | operator<< (T const &t) const |
template<typename Value > | |
PropertyStream::Proxy & | operator= (Value value) |
Private Attributes | |
Map const * | m_map |
std::string | m_key |
std::ostringstream | m_ostream |
Definition at line 191 of file PropertyStream.h.
beast::PropertyStream::Proxy::Proxy | ( | Map const & | map, |
std::string const & | key | ||
) |
Definition at line 62 of file beast_PropertyStream.cpp.
beast::PropertyStream::Proxy::Proxy | ( | Proxy const & | other | ) |
Definition at line 67 of file beast_PropertyStream.cpp.
beast::PropertyStream::Proxy::~Proxy | ( | ) |
Definition at line 72 of file beast_PropertyStream.cpp.
Proxy& beast::PropertyStream::Proxy::operator= | ( | Value | value | ) |
std::ostream & beast::PropertyStream::Proxy::operator<< | ( | std::ostream & | manipstd::ostream & | ) | const |
Definition at line 80 of file beast_PropertyStream.cpp.
std::ostream& beast::PropertyStream::Proxy::operator<< | ( | T const & | t | ) | const |
Definition at line 212 of file PropertyStream.h.
PropertyStream::Proxy& beast::PropertyStream::Proxy::operator= | ( | Value | value | ) |
Definition at line 284 of file PropertyStream.h.
|
private |
Definition at line 194 of file PropertyStream.h.
|
private |
Definition at line 195 of file PropertyStream.h.
|
mutableprivate |
Definition at line 196 of file PropertyStream.h.