rippled
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
beast::PropertyStream::Item Class Reference

#include <PropertyStream.h>

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 149 of file PropertyStream.h.

Constructor & Destructor Documentation

◆ Item()

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

Definition at line 18 of file beast_PropertyStream.cpp.

Member Function Documentation

◆ source()

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

Definition at line 23 of file beast_PropertyStream.cpp.

◆ operator->()

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

Definition at line 29 of file beast_PropertyStream.cpp.

◆ operator*()

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

Definition at line 35 of file beast_PropertyStream.cpp.

Member Data Documentation

◆ m_source

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

Definition at line 161 of file PropertyStream.h.