|
rippled
|
#include <PropertyStream.h>

Public Member Functions | |
| Set (std::string const &key, Map &map) | |
| Set (std::string const &key, PropertyStream &stream) | |
| ~Set () | |
| Set (Set const &)=delete | |
| Set & | operator= (Set const &)=delete |
| PropertyStream & | stream () |
| PropertyStream const & | stream () const |
| template<typename Value > | |
| void | add (Value value) const |
Private Attributes | |
| PropertyStream & | m_stream |
Definition at line 275 of file PropertyStream.h.
| beast::PropertyStream::Set::Set | ( | std::string const & | key, |
| Map & | map | ||
| ) |
Definition at line 125 of file beast_PropertyStream.cpp.
| beast::PropertyStream::Set::Set | ( | std::string const & | key, |
| PropertyStream & | stream | ||
| ) |
Definition at line 131 of file beast_PropertyStream.cpp.
| beast::PropertyStream::Set::~Set | ( | ) |
Definition at line 137 of file beast_PropertyStream.cpp.
|
delete |
| PropertyStream & beast::PropertyStream::Set::stream | ( | ) |
Definition at line 143 of file beast_PropertyStream.cpp.
| PropertyStream const & beast::PropertyStream::Set::stream | ( | ) | const |
Definition at line 149 of file beast_PropertyStream.cpp.
| void beast::PropertyStream::Set::add | ( | Value | value | ) | const |
Definition at line 296 of file PropertyStream.h.
|
private |
Definition at line 278 of file PropertyStream.h.