|
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 168 of file PropertyStream.h.
|
explicit |
Definition at line 37 of file beast_PropertyStream.cpp.
| PropertyStream::Source & beast::PropertyStream::Item::source | ( | ) | const |
Definition at line 42 of file beast_PropertyStream.cpp.
| PropertyStream::Source * beast::PropertyStream::Item::operator-> | ( | ) | const |
Definition at line 48 of file beast_PropertyStream.cpp.
| PropertyStream::Source & beast::PropertyStream::Item::operator* | ( | ) | const |
Definition at line 54 of file beast_PropertyStream.cpp.
|
private |
Definition at line 180 of file PropertyStream.h.