|
xrpld
|
Abstract stream with RAII containers that produce a property tree. More...
#include <PropertyStream.h>

Classes | |
| class | Item |
| class | Proxy |
| class | Map |
| class | Set |
| class | Source |
| Subclasses can be called to write to a stream and have children. More... | |
Public Member Functions | |
| PropertyStream ()=default | |
| virtual | ~PropertyStream ()=default |
Protected Member Functions | |
| virtual void | mapBegin ()=0 |
| virtual void | mapBegin (std::string const &key)=0 |
| virtual void | mapEnd ()=0 |
| virtual void | add (std::string const &key, std::string const &value)=0 |
| void | add (std::string const &key, char const *value) |
| template<typename Value> | |
| void | lexicalAdd (std::string const &key, Value value) |
| virtual void | add (std::string const &key, bool value) |
| virtual void | add (std::string const &key, char value) |
| virtual void | add (std::string const &key, signed char value) |
| virtual void | add (std::string const &key, unsigned char value) |
| virtual void | add (std::string const &key, short value) |
| virtual void | add (std::string const &key, unsigned short value) |
| virtual void | add (std::string const &key, int value) |
| virtual void | add (std::string const &key, unsigned int value) |
| virtual void | add (std::string const &key, long value) |
| virtual void | add (std::string const &key, unsigned long value) |
| virtual void | add (std::string const &key, long long value) |
| virtual void | add (std::string const &key, unsigned long long value) |
| virtual void | add (std::string const &key, float value) |
| virtual void | add (std::string const &key, double value) |
| virtual void | add (std::string const &key, long double value) |
| virtual void | arrayBegin ()=0 |
| virtual void | arrayBegin (std::string const &key)=0 |
| virtual void | arrayEnd ()=0 |
| virtual void | add (std::string const &value)=0 |
| void | add (char const *value) |
| template<typename Value> | |
| void | lexicalAdd (Value value) |
| virtual void | add (bool value) |
| virtual void | add (char value) |
| virtual void | add (signed char value) |
| virtual void | add (unsigned char value) |
| virtual void | add (short value) |
| virtual void | add (unsigned short value) |
| virtual void | add (int value) |
| virtual void | add (unsigned int value) |
| virtual void | add (long value) |
| virtual void | add (unsigned long value) |
| virtual void | add (long long value) |
| virtual void | add (unsigned long long value) |
| virtual void | add (float value) |
| virtual void | add (double value) |
| virtual void | add (long double value) |
Abstract stream with RAII containers that produce a property tree.
Definition at line 14 of file PropertyStream.h.
|
default |
|
virtualdefault |
|
protectedpure virtual |
Implemented in xrpl::JsonPropertyStream.
|
protectedpure virtual |
Implemented in xrpl::JsonPropertyStream.
|
protectedpure virtual |
Implemented in xrpl::JsonPropertyStream.
|
protectedpure virtual |
Implemented in xrpl::JsonPropertyStream.
|
protected |
Definition at line 36 of file PropertyStream.h.
|
protected |
Definition at line 43 of file PropertyStream.h.
|
protectedvirtual |
Definition at line 375 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 388 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 394 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 400 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in xrpl::JsonPropertyStream.
Definition at line 406 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in xrpl::JsonPropertyStream.
Definition at line 412 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in xrpl::JsonPropertyStream.
Definition at line 418 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in xrpl::JsonPropertyStream.
Definition at line 424 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in xrpl::JsonPropertyStream.
Definition at line 430 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 436 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 442 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 448 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in xrpl::JsonPropertyStream.
Definition at line 454 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in xrpl::JsonPropertyStream.
Definition at line 460 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 466 of file beast_PropertyStream.cpp.
|
protectedpure virtual |
Implemented in xrpl::JsonPropertyStream.
|
protectedpure virtual |
Implemented in xrpl::JsonPropertyStream.
|
protectedpure virtual |
Implemented in xrpl::JsonPropertyStream.
|
protectedpure virtual |
Implemented in xrpl::JsonPropertyStream.
|
protected |
Definition at line 92 of file PropertyStream.h.
|
protected |
Definition at line 99 of file PropertyStream.h.
|
protectedvirtual |
Definition at line 472 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 485 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 491 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 497 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in xrpl::JsonPropertyStream.
Definition at line 503 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in xrpl::JsonPropertyStream.
Definition at line 509 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in xrpl::JsonPropertyStream.
Definition at line 515 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in xrpl::JsonPropertyStream.
Definition at line 521 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in xrpl::JsonPropertyStream.
Definition at line 527 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 533 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 539 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 545 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in xrpl::JsonPropertyStream.
Definition at line 551 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in xrpl::JsonPropertyStream.
Definition at line 557 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 563 of file beast_PropertyStream.cpp.