|
rippled
|


Public Types | |
| using | size_type = list_type::size_type |
| using | iterator = list_type::iterator |
| using | const_iterator = list_type::const_iterator |
Public Member Functions | |
| STArray ()=default | |
| STArray (STArray &&) | |
| STArray (STArray const &)=default | |
| STArray (SField const &f, int n) | |
| STArray (SerialIter &sit, SField const &f, int depth=0) | |
| STArray (int n) | |
| STArray (SField const &f) | |
| STArray & | operator= (STArray const &)=default |
| STArray & | operator= (STArray &&) |
| STBase * | copy (std::size_t n, void *buf) const override |
| STBase * | move (std::size_t n, void *buf) override |
| STObject & | operator[] (std::size_t j) |
| STObject const & | operator[] (std::size_t j) const |
| STObject & | back () |
| STObject const & | back () const |
| template<class... Args> | |
| void | emplace_back (Args &&... args) |
| void | push_back (STObject const &object) |
| void | push_back (STObject &&object) |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
| size_type | size () const |
| bool | empty () const |
| void | clear () |
| void | reserve (std::size_t n) |
| void | swap (STArray &a) noexcept |
| virtual std::string | getFullText () const override |
| virtual std::string | getText () const override |
| virtual Json::Value | getJson (JsonOptions index) const override |
| virtual void | add (Serializer &s) const override |
| void | sort (bool(*compare)(const STObject &o1, const STObject &o2)) |
| bool | operator== (const STArray &s) const |
| bool | operator!= (const STArray &s) const |
| virtual SerializedTypeID | getSType () const override |
| virtual bool | isEquivalent (const STBase &t) const override |
| virtual bool | isDefault () const override |
| bool | operator== (const STBase &t) const |
| bool | operator!= (const STBase &t) const |
| template<class D > | |
| D & | downcast () |
| template<class D > | |
| D const & | downcast () const |
| void | setFName (SField const &n) |
| A STBase is a field. More... | |
| SField const & | getFName () const |
| void | addFieldID (Serializer &s) const |
Static Protected Member Functions | |
| template<class T > | |
| static STBase * | emplace (std::size_t n, void *buf, T &&val) |
Protected Attributes | |
| SField const * | fName |
Private Types | |
| using | list_type = std::vector< STObject > |
Static Private Member Functions | |
| static auto & | getCounter () noexcept |
Private Attributes | |
| list_type | v_ |
|
private |
| using ripple::STArray::size_type = list_type::size_type |
| using ripple::STArray::iterator = list_type::iterator |
| using ripple::STArray::const_iterator = list_type::const_iterator |
|
default |
| ripple::STArray::STArray | ( | STArray && | other | ) |
Definition at line 27 of file STArray.cpp.
|
default |
| ripple::STArray::STArray | ( | SField const & | f, |
| int | n | ||
| ) |
Definition at line 49 of file STArray.cpp.
| ripple::STArray::STArray | ( | SerialIter & | sit, |
| SField const & | f, | ||
| int | depth = 0 |
||
| ) |
Definition at line 54 of file STArray.cpp.
|
explicit |
Definition at line 40 of file STArray.cpp.
|
explicit |
Definition at line 45 of file STArray.cpp.
Definition at line 33 of file STArray.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
|
overridevirtual |
Reimplemented from ripple::STBase.
| STObject& ripple::STArray::operator[] | ( | std::size_t | j | ) |
| STObject const& ripple::STArray::operator[] | ( | std::size_t | j | ) | const |
| void ripple::STArray::emplace_back | ( | Args &&... | args | ) |
| const_iterator ripple::STArray::begin | ( | ) | const |
| const_iterator ripple::STArray::end | ( | ) | const |
| void ripple::STArray::reserve | ( | std::size_t | n | ) |
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 93 of file STArray.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 112 of file STArray.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 131 of file STArray.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 146 of file STArray.cpp.
Definition at line 164 of file STArray.cpp.
| bool ripple::STArray::operator== | ( | const STArray & | s | ) | const |
| bool ripple::STArray::operator!= | ( | const STArray & | s | ) | const |
|
overridevirtual |
Reimplemented from ripple::STBase.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 157 of file STArray.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
|
inherited |
Definition at line 45 of file STBase.cpp.
|
inherited |
Definition at line 51 of file STBase.cpp.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
Definition at line 120 of file STBase.cpp.
|
inherited |
Definition at line 126 of file STBase.cpp.
|
staticprotectedinherited |
|
staticprivatenoexceptinherited |
Definition at line 128 of file CountedObject.h.
1.8.17