rippled
|
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 296 of file PropertyStream.h.
beast::PropertyStream::Set::Set | ( | std::string const & | key, |
Map & | map | ||
) |
Definition at line 141 of file beast_PropertyStream.cpp.
beast::PropertyStream::Set::Set | ( | std::string const & | key, |
PropertyStream & | stream | ||
) |
Definition at line 147 of file beast_PropertyStream.cpp.
beast::PropertyStream::Set::~Set | ( | ) |
Definition at line 153 of file beast_PropertyStream.cpp.
|
delete |
PropertyStream const & beast::PropertyStream::Set::stream | ( | ) |
Definition at line 159 of file beast_PropertyStream.cpp.
PropertyStream const& beast::PropertyStream::Set::stream | ( | ) | const |
void beast::PropertyStream::Set::add | ( | Value | value | ) | const |
Definition at line 317 of file PropertyStream.h.
|
private |
Definition at line 299 of file PropertyStream.h.