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

Classes | |
| class | Item |
| class | Map |
| class | Proxy |
| 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 | map_begin ()=0 |
| virtual void | map_begin (std::string const &key)=0 |
| virtual void | map_end ()=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 | lexical_add (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 | array_begin ()=0 |
| virtual void | array_begin (std::string const &key)=0 |
| virtual void | array_end ()=0 |
| virtual void | add (std::string const &value)=0 |
| void | add (char const *value) |
| template<typename Value > | |
| void | lexical_add (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 34 of file PropertyStream.h.
|
default |
|
virtualdefault |
|
protectedpure virtual |
Implemented in ripple::JsonPropertyStream.
|
protectedpure virtual |
Implemented in ripple::JsonPropertyStream.
|
protectedpure virtual |
Implemented in ripple::JsonPropertyStream.
|
protectedpure virtual |
Implemented in ripple::JsonPropertyStream.
|
protected |
Definition at line 56 of file PropertyStream.h.
|
protected |
Definition at line 63 of file PropertyStream.h.
|
protectedvirtual |
Definition at line 398 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 407 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 413 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 419 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in ripple::JsonPropertyStream.
Definition at line 425 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in ripple::JsonPropertyStream.
Definition at line 431 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in ripple::JsonPropertyStream.
Definition at line 437 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in ripple::JsonPropertyStream.
Definition at line 443 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in ripple::JsonPropertyStream.
Definition at line 449 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 455 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 461 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 467 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in ripple::JsonPropertyStream.
Definition at line 473 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in ripple::JsonPropertyStream.
Definition at line 479 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 485 of file beast_PropertyStream.cpp.
|
protectedpure virtual |
Implemented in ripple::JsonPropertyStream.
|
protectedpure virtual |
Implemented in ripple::JsonPropertyStream.
|
protectedpure virtual |
Implemented in ripple::JsonPropertyStream.
|
protectedpure virtual |
Implemented in ripple::JsonPropertyStream.
|
protected |
Definition at line 112 of file PropertyStream.h.
|
protected |
Definition at line 119 of file PropertyStream.h.
|
protectedvirtual |
Definition at line 491 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 500 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 506 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 512 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in ripple::JsonPropertyStream.
Definition at line 518 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in ripple::JsonPropertyStream.
Definition at line 524 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in ripple::JsonPropertyStream.
Definition at line 530 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in ripple::JsonPropertyStream.
Definition at line 536 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in ripple::JsonPropertyStream.
Definition at line 542 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 548 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 554 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 560 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in ripple::JsonPropertyStream.
Definition at line 566 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Reimplemented in ripple::JsonPropertyStream.
Definition at line 572 of file beast_PropertyStream.cpp.
|
protectedvirtual |
Definition at line 578 of file beast_PropertyStream.cpp.