| 
    rippled
    
   | 
 
#include <PropertyStream.h>


Public Member Functions | |
| Item (Source *source) | |
| Source & | source () const | 
| Source * | operator-> () const | 
| Source & | operator* () const | 
Private Attributes | |
| Source * | m_source | 
Definition at line 149 of file PropertyStream.h.
      
  | 
  explicit | 
Definition at line 18 of file beast_PropertyStream.cpp.
| PropertyStream::Source & beast::PropertyStream::Item::source | ( | ) | const | 
Definition at line 23 of file beast_PropertyStream.cpp.
| PropertyStream::Source * beast::PropertyStream::Item::operator-> | ( | ) | const | 
Definition at line 29 of file beast_PropertyStream.cpp.
| PropertyStream::Source & beast::PropertyStream::Item::operator* | ( | ) | const | 
Definition at line 35 of file beast_PropertyStream.cpp.
      
  | 
  private | 
Definition at line 161 of file PropertyStream.h.