|
xrpld
|
#include <PropertyStream.h>


Public Member Functions | |
| Item (Source *source) | |
| Source & | source () const |
| Source * | operator-> () const |
| Source & | operator* () const |
Private Types | |
| using | value_type = T |
Private Attributes | |
| Source * | source_ |
| friend | T |
| ListNode * | next_ = nullptr |
| ListNode * | prev_ = nullptr |
Definition at line 148 of file PropertyStream.h.
|
privateinherited |
|
explicit |
Definition at line 19 of file beast_PropertyStream.cpp.
|
nodiscard |
Definition at line 24 of file beast_PropertyStream.cpp.
| PropertyStream::Source * beast::PropertyStream::Item::operator-> | ( | ) | const |
Definition at line 30 of file beast_PropertyStream.cpp.
| PropertyStream::Source & beast::PropertyStream::Item::operator* | ( | ) | const |
Definition at line 36 of file beast_PropertyStream.cpp.
|
private |
Definition at line 160 of file PropertyStream.h.
|
privateinherited |
|
privateinherited |