|
rippled
|
#include <PropertyStream.h>

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 189 of file PropertyStream.h.
| beast::PropertyStream::Proxy::Proxy | ( | Map const & | map, |
| std::string const & | key | ||
| ) |
Definition at line 65 of file beast_PropertyStream.cpp.
| beast::PropertyStream::Proxy::Proxy | ( | Proxy const & | other | ) |
Definition at line 70 of file beast_PropertyStream.cpp.
| beast::PropertyStream::Proxy::~Proxy | ( | ) |
Definition at line 75 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 82 of file beast_PropertyStream.cpp.
| std::ostream & beast::PropertyStream::Proxy::operator<< | ( | T const & | t | ) | const |
Definition at line 209 of file PropertyStream.h.
| PropertyStream::Proxy & beast::PropertyStream::Proxy::operator= | ( | Value | value | ) |
Definition at line 282 of file PropertyStream.h.
|
private |
Definition at line 192 of file PropertyStream.h.
|
private |
Definition at line 193 of file PropertyStream.h.
|
mutableprivate |
Definition at line 194 of file PropertyStream.h.