rippled
Public Member Functions | Private Attributes | List of all members
beast::PropertyStream::Set Class Reference
Collaboration diagram for beast::PropertyStream::Set:
Collaboration graph
[legend]

Public Member Functions

 Set (std::string const &key, Map &map)
 
 Set (std::string const &key, PropertyStream &stream)
 
 ~Set ()
 
 Set (Set const &)=delete
 
Setoperator= (Set const &)=delete
 
PropertyStreamstream ()
 
PropertyStream const & stream () const
 
template<typename Value >
void add (Value value) const
 

Private Attributes

PropertyStreamm_stream
 

Detailed Description

Definition at line 296 of file PropertyStream.h.

Constructor & Destructor Documentation

◆ Set() [1/3]

beast::PropertyStream::Set::Set ( std::string const &  key,
Map map 
)

Definition at line 141 of file beast_PropertyStream.cpp.

◆ Set() [2/3]

beast::PropertyStream::Set::Set ( std::string const &  key,
PropertyStream stream 
)

Definition at line 147 of file beast_PropertyStream.cpp.

◆ ~Set()

beast::PropertyStream::Set::~Set ( )

Definition at line 153 of file beast_PropertyStream.cpp.

◆ Set() [3/3]

beast::PropertyStream::Set::Set ( Set const &  )
delete

Member Function Documentation

◆ operator=()

Set& beast::PropertyStream::Set::operator= ( Set const &  )
delete

◆ stream() [1/2]

PropertyStream const & beast::PropertyStream::Set::stream ( )

Definition at line 159 of file beast_PropertyStream.cpp.

◆ stream() [2/2]

PropertyStream const& beast::PropertyStream::Set::stream ( ) const

◆ add()

template<typename Value >
void beast::PropertyStream::Set::add ( Value  value) const

Definition at line 317 of file PropertyStream.h.

Member Data Documentation

◆ m_stream

PropertyStream& beast::PropertyStream::Set::m_stream
private

Definition at line 299 of file PropertyStream.h.