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

Public Member Functions

 Item (Source *source)
 
Sourcesource () const
 
Sourceoperator-> () const
 
Sourceoperator* () const
 

Private Attributes

Sourcem_source
 

Detailed Description

Definition at line 170 of file PropertyStream.h.

Constructor & Destructor Documentation

◆ Item()

beast::PropertyStream::Item::Item ( Source source)
explicit

Definition at line 34 of file beast_PropertyStream.cpp.

Member Function Documentation

◆ source()

PropertyStream::Source & beast::PropertyStream::Item::source ( ) const

Definition at line 39 of file beast_PropertyStream.cpp.

◆ operator->()

PropertyStream::Source * beast::PropertyStream::Item::operator-> ( ) const

Definition at line 45 of file beast_PropertyStream.cpp.

◆ operator*()

PropertyStream::Source & beast::PropertyStream::Item::operator* ( ) const

Definition at line 51 of file beast_PropertyStream.cpp.

Member Data Documentation

◆ m_source

Source* beast::PropertyStream::Item::m_source
private

Definition at line 182 of file PropertyStream.h.