|
xrpld
|
#include <PropertyStream.h>

Public Member Functions | |
| Proxy (Map const &map, std::string 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 * | map_ |
| std::string | key_ |
| std::ostringstream | ostream_ |
Definition at line 169 of file PropertyStream.h.
| beast::PropertyStream::Proxy::Proxy | ( | Map const & | map, |
| std::string | key ) |
Definition at line 47 of file beast_PropertyStream.cpp.
| beast::PropertyStream::Proxy::Proxy | ( | Proxy const & | other | ) |
Definition at line 51 of file beast_PropertyStream.cpp.
| beast::PropertyStream::Proxy::~Proxy | ( | ) |
Definition at line 55 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 62 of file beast_PropertyStream.cpp.
| std::ostream & beast::PropertyStream::Proxy::operator<< | ( | T const & | t | ) | const |
Definition at line 189 of file PropertyStream.h.
| PropertyStream::Proxy & beast::PropertyStream::Proxy::operator= | ( | Value | value | ) |
Definition at line 262 of file PropertyStream.h.
|
private |
Definition at line 172 of file PropertyStream.h.
|
private |
Definition at line 173 of file PropertyStream.h.
|
mutableprivate |
Definition at line 174 of file PropertyStream.h.