|
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 294 of file PropertyStream.h.
| beast::PropertyStream::Set::Set | ( | std::string const & | key, |
| Map & | map | ||
| ) |
Definition at line 144 of file beast_PropertyStream.cpp.
| beast::PropertyStream::Set::Set | ( | std::string const & | key, |
| PropertyStream & | stream | ||
| ) |
Definition at line 150 of file beast_PropertyStream.cpp.
| beast::PropertyStream::Set::~Set | ( | ) |
Definition at line 156 of file beast_PropertyStream.cpp.
|
delete |
| PropertyStream & beast::PropertyStream::Set::stream | ( | ) |
Definition at line 162 of file beast_PropertyStream.cpp.
| PropertyStream const & beast::PropertyStream::Set::stream | ( | ) | const |
Definition at line 168 of file beast_PropertyStream.cpp.
| void beast::PropertyStream::Set::add | ( | Value | value | ) | const |
Definition at line 315 of file PropertyStream.h.
|
private |
Definition at line 297 of file PropertyStream.h.