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

Constructor & Destructor Documentation

◆ Item()

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

Definition at line 37 of file beast_PropertyStream.cpp.

Member Function Documentation

◆ source()

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

Definition at line 42 of file beast_PropertyStream.cpp.

◆ operator->()

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

Definition at line 48 of file beast_PropertyStream.cpp.

◆ operator*()

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

Definition at line 54 of file beast_PropertyStream.cpp.

Member Data Documentation

◆ m_source

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

Definition at line 180 of file PropertyStream.h.