diff --git a/AccountCurrenciesHandler_8cpp_source.html b/AccountCurrenciesHandler_8cpp_source.html index fc5cbb1528..dae7a3da2c 100644 --- a/AccountCurrenciesHandler_8cpp_source.html +++ b/AccountCurrenciesHandler_8cpp_source.html @@ -170,14 +170,14 @@ $(function() {
-|
+ rippled
+
+ |
+
+ 1.8.17
+
+
+
diff --git a/Number_8h_source.html b/Number_8h_source.html
new file mode 100644
index 0000000000..1f4b6d1872
--- /dev/null
+++ b/Number_8h_source.html
@@ -0,0 +1,530 @@
+
+
+
+
+
+
+
+|
+ rippled
+
+ |
+
+ 1.8.17
+
+
+
diff --git a/Number__test_8cpp_source.html b/Number__test_8cpp_source.html
new file mode 100644
index 0000000000..c14bad09d0
--- /dev/null
+++ b/Number__test_8cpp_source.html
@@ -0,0 +1,843 @@
+
+
+
+
+
+
+
+|
+ rippled
+
+ |
+
+ 1.8.17
+
+
+
diff --git a/OfferStream_8cpp_source.html b/OfferStream_8cpp_source.html
index c717d4d0de..9a25d9f4ca 100644
--- a/OfferStream_8cpp_source.html
+++ b/OfferStream_8cpp_source.html
@@ -468,7 +468,7 @@ $(function() {
Private Member Functions | |
| const_iterator (ReadView const &view, uint256 const &root, uint256 const &dir_key) | |
| const_iterator (ReadView const &view, uint256 const &root, uint256 const &dir_key) | |
diff --git a/classripple_1_1BookOfferCrossingStep.html b/classripple_1_1BookOfferCrossingStep.html index 326f40e83d..c98bded692 100644 --- a/classripple_1_1BookOfferCrossingStep.html +++ b/classripple_1_1BookOfferCrossingStep.html @@ -1333,7 +1333,7 @@ template<class TIn , class TOut > |
Number of offers consumed or partially consumed the last time the step ran, including expired and unfunded offers.
+Number of offers consumed or partially consumed the last time the step ran, including expired and unfunded offers.
N.B. This this not the total number offers consumed by this step for the entire payment, it is only the number the last time it ran. Offers may be partially consumed multiple times during a payment.
Definition at line 61 of file BookStep.cpp.
diff --git a/classripple_1_1BookPaymentStep.html b/classripple_1_1BookPaymentStep.html index 8f285d5343..fbfb2530a1 100644 --- a/classripple_1_1BookPaymentStep.html +++ b/classripple_1_1BookPaymentStep.html @@ -1226,7 +1226,7 @@ template<class TIn , class TOut >Number of offers consumed or partially consumed the last time the step ran, including expired and unfunded offers.
+Number of offers consumed or partially consumed the last time the step ran, including expired and unfunded offers.
N.B. This this not the total number offers consumed by this step for the entire payment, it is only the number the last time it ran. Offers may be partially consumed multiple times during a payment.
Definition at line 61 of file BookStep.cpp.
diff --git a/classripple_1_1BookStep.html b/classripple_1_1BookStep.html index a6143fd186..0524e43286 100644 --- a/classripple_1_1BookStep.html +++ b/classripple_1_1BookStep.html @@ -170,7 +170,7 @@ Protected AttributesNumber of offers consumed or partially consumed the last time the step ran, including expired and unfunded offers.
+Number of offers consumed or partially consumed the last time the step ran, including expired and unfunded offers.
N.B. This this not the total number offers consumed by this step for the entire payment, it is only the number the last time it ran. Offers may be partially consumed multiple times during a payment.
Definition at line 61 of file BookStep.cpp.
diff --git a/classripple_1_1Dir_1_1const__iterator.html b/classripple_1_1Dir_1_1const__iterator.html index 941dfc1084..04b79e9c6d 100644 --- a/classripple_1_1Dir_1_1const__iterator.html +++ b/classripple_1_1Dir_1_1const__iterator.html @@ -155,7 +155,7 @@ Public Member FunctionsPrivate Member Functions | |
| const_iterator (ReadView const &view, Keylet const &root, Keylet const &page) | |
| const_iterator (ReadView const &view, Keylet const &root, Keylet const &page) | |
diff --git a/classripple_1_1IOUAmount-members.html b/classripple_1_1IOUAmount-members.html
index 8697685bed..935603b1b2 100644
--- a/classripple_1_1IOUAmount-members.html
+++ b/classripple_1_1IOUAmount-members.html
@@ -75,7 +75,7 @@ $(function() {
exponent() const noexcept | ripple::IOUAmount | exponent_ | ripple::IOUAmount | private | IOUAmount(Number const &other) | ripple::IOUAmount | explicit | IOUAmount(beast::Zero) | ripple::IOUAmount | IOUAmount(std::int64_t mantissa, int exponent) | ripple::IOUAmount | minPositiveAmount() | ripple::IOUAmount | static | normalize() | ripple::IOUAmount | private | operator=(beast::Zero) | ripple::IOUAmount | operator==(IOUAmount const &other) const | ripple::IOUAmount | signum() const noexcept | ripple::IOUAmount | | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Amounts are stored as a normalized signed mantissa and an exponent. The range of the normalized exponent is [-96,80] and the range of the absolute value of the normalized mantissa is [1000000000000000, 9999999999999999].
Arithmetic operations can throw std::overflow_error during normalization if the amount exceeds the largest representable amount, but underflows will silently trunctate to zero.
-Definition at line 41 of file IOUAmount.h.
+Definition at line 43 of file IOUAmount.h.
Definition at line 99 of file IOUAmount.cpp.
+Definition at line 63 of file IOUAmount.h.
+Definition at line 101 of file IOUAmount.h.
Definition at line 68 of file IOUAmount.h.
+Definition at line 106 of file IOUAmount.h.
Adjusts the mantissa and exponent to the proper range.
This can throw if the amount cannot be normalized, or is larger than the largest value that can be represented as an IOU amount. Amounts that are too small to be represented normalize to 0.
-Definition at line 44 of file IOUAmount.cpp.
+Definition at line 46 of file IOUAmount.cpp.
- -
-
|
- -default | -
| IOUAmount& ripple::IOUAmount::operator= | +IOUAmount & ripple::IOUAmount::operator= | ( | beast::Zero | ) | @@ -334,7 +310,26 @@ Private Attributes
Definition at line 74 of file IOUAmount.h.
+Definition at line 112 of file IOUAmount.h.
+ +| ripple::IOUAmount::operator Number | +( | +) | +const | +
Definition at line 121 of file IOUAmount.h.
Definition at line 86 of file IOUAmount.cpp.
+Definition at line 109 of file IOUAmount.cpp.
| IOUAmount& ripple::IOUAmount::operator-= | +IOUAmount & ripple::IOUAmount::operator-= | ( | IOUAmount const & | other | ) | @@ -374,7 +369,7 @@ Private Attributes
Definition at line 87 of file IOUAmount.h.
+Definition at line 127 of file IOUAmount.h.
Definition at line 94 of file IOUAmount.h.
+Definition at line 134 of file IOUAmount.h.
Definition at line 100 of file IOUAmount.h.
+Definition at line 140 of file IOUAmount.h.
Definition at line 128 of file IOUAmount.cpp.
+Definition at line 146 of file IOUAmount.h.
Returns true if the amount is not zero.
-Definition at line 109 of file IOUAmount.h.
+Definition at line 151 of file IOUAmount.h.
@@ -491,7 +486,7 @@ Private AttributesReturn the sign of the amount.
-Definition at line 116 of file IOUAmount.h.
+Definition at line 157 of file IOUAmount.h.
@@ -518,7 +513,7 @@ Private AttributesDefinition at line 122 of file IOUAmount.h.
+Definition at line 163 of file IOUAmount.h.
Definition at line 128 of file IOUAmount.h.
+Definition at line 169 of file IOUAmount.h.
Definition at line 38 of file IOUAmount.cpp.
+Definition at line 40 of file IOUAmount.cpp.
Definition at line 45 of file IOUAmount.h.
+Definition at line 47 of file IOUAmount.h.
Definition at line 46 of file IOUAmount.h.
+Definition at line 48 of file IOUAmount.h.
Determines how many validations are needed to fully validate a ledger.
-Definition at line 1034 of file LedgerMaster.cpp.
diff --git a/classripple_1_1NFToken__test.html b/classripple_1_1NFToken__test.html index 7f008aa675..31638b83c1 100644 --- a/classripple_1_1NFToken__test.html +++ b/classripple_1_1NFToken__test.html @@ -788,7 +788,7 @@ Private AttributesDefinition at line 2497 of file NFToken_test.cpp.
+Definition at line 2503 of file NFToken_test.cpp.
Definition at line 2570 of file NFToken_test.cpp.
+Definition at line 2576 of file NFToken_test.cpp.
Definition at line 2680 of file NFToken_test.cpp.
+Definition at line 2686 of file NFToken_test.cpp.
Definition at line 2981 of file NFToken_test.cpp.
+Definition at line 2987 of file NFToken_test.cpp.
Definition at line 3110 of file NFToken_test.cpp.
+Definition at line 3116 of file NFToken_test.cpp.
Definition at line 3584 of file NFToken_test.cpp.
+Definition at line 3590 of file NFToken_test.cpp.
Definition at line 3698 of file NFToken_test.cpp.
+Definition at line 3704 of file NFToken_test.cpp.
Definition at line 3817 of file NFToken_test.cpp.
+Definition at line 3823 of file NFToken_test.cpp.
Definition at line 4319 of file NFToken_test.cpp.
+Definition at line 4325 of file NFToken_test.cpp.
Definition at line 4400 of file NFToken_test.cpp.
+Definition at line 4406 of file NFToken_test.cpp.
Definition at line 4486 of file NFToken_test.cpp.
+Definition at line 4492 of file NFToken_test.cpp.
Definition at line 4579 of file NFToken_test.cpp.
+Definition at line 4585 of file NFToken_test.cpp.
Definition at line 4808 of file NFToken_test.cpp.
+Definition at line 4814 of file NFToken_test.cpp.
Definition at line 5045 of file NFToken_test.cpp.
+Definition at line 5051 of file NFToken_test.cpp.
Definition at line 5077 of file NFToken_test.cpp.
+Definition at line 5083 of file NFToken_test.cpp.
State accounting records two attributes for each possible server state: 1) Amount of time spent in each state (in microseconds).
-This value is updated upon each state transition. 2) Number of transitions to each state.
+This value is updated upon each state transition. 2) Number of transitions to each state.
This data can be polled through server_info and represented by monitoring systems similarly to how bandwidth, CPU, and other counter-based metrics are managed.
State accounting is more accurate than periodic sampling of server state. With periodic sampling, it is very likely that state transitions are missed, and accuracy of time spent in each state is very rough.
diff --git a/classripple_1_1Number-members.html b/classripple_1_1Number-members.html new file mode 100644 index 0000000000..387a4d559f --- /dev/null +++ b/classripple_1_1Number-members.html @@ -0,0 +1,129 @@ + + + + + + + +|
+ rippled
+
+ |
+
This is the complete list of members for ripple::Number, including all inherited members.
+| downward enum value | ripple::Number | |
| exponent() const noexcept | ripple::Number | |
| exponent_ | ripple::Number | private |
| getround() | ripple::Number | static |
| isnormal() const noexcept | ripple::Number | private |
| lowest() noexcept | ripple::Number | static |
| mantissa() const noexcept | ripple::Number | |
| mantissa_ | ripple::Number | private |
| max() noexcept | ripple::Number | static |
| maxExponent | ripple::Number | privatestatic |
| maxMantissa | ripple::Number | privatestatic |
| min() noexcept | ripple::Number | static |
| minExponent | ripple::Number | privatestatic |
| minMantissa | ripple::Number | privatestatic |
| mode_ | ripple::Number | privatestatic |
| normalize() | ripple::Number | private |
| Number()=default | ripple::Number | explicit |
| Number(rep mantissa) | ripple::Number | |
| Number(rep mantissa, int exponent) | ripple::Number | explicit |
| Number(rep mantissa, int exponent, unchecked) noexcept | ripple::Number | explicit |
| Number(XRPAmount const &x) | ripple::Number | |
| operator rep() const | ripple::Number | explicit |
| operator XRPAmount() const | ripple::Number | explicit |
| operator!=(Number const &x, Number const &y) noexcept | ripple::Number | friend |
| operator*=(Number const &x) | ripple::Number | |
| operator+() const noexcept | ripple::Number | |
| operator++() | ripple::Number | |
| operator++(int) | ripple::Number | |
| operator+=(Number const &x) | ripple::Number | |
| operator-() const noexcept | ripple::Number | |
| operator--() | ripple::Number | |
| operator--(int) | ripple::Number | |
| operator-=(Number const &x) | ripple::Number | |
| operator/=(Number const &x) | ripple::Number | |
| operator<(Number const &x, Number const &y) noexcept | ripple::Number | friend |
| operator<<(std::ostream &os, Number const &x) | ripple::Number | friend |
| operator<=(Number const &x, Number const &y) noexcept | ripple::Number | friend |
| operator==(Number const &x, Number const &y) noexcept | ripple::Number | friend |
| operator>(Number const &x, Number const &y) noexcept | ripple::Number | friend |
| operator>=(Number const &x, Number const &y) noexcept | ripple::Number | friend |
| rep typedef | ripple::Number | private |
| rounding_mode enum name | ripple::Number | |
| setround(rounding_mode mode) | ripple::Number | static |
| to_nearest enum value | ripple::Number | |
| towards_zero enum value | ripple::Number | |
| upward enum value | ripple::Number |
+ 1.8.17
+
+
+
diff --git a/classripple_1_1Number.html b/classripple_1_1Number.html
new file mode 100644
index 0000000000..8287dede6a
--- /dev/null
+++ b/classripple_1_1Number.html
@@ -0,0 +1,1366 @@
+
+
+
+
+
+
+
+|
+ rippled
+
+ |
+

+Classes | |
| class | Guard |
| struct | unchecked |
+Public Types | |
| enum | rounding_mode { to_nearest, +towards_zero, +downward, +upward + } |
+Public Member Functions | |
| constexpr | Number ()=default |
| Number (rep mantissa) | |
| Number (rep mantissa, int exponent) | |
| constexpr | Number (rep mantissa, int exponent, unchecked) noexcept |
| Number (XRPAmount const &x) | |
| constexpr rep | mantissa () const noexcept |
| constexpr int | exponent () const noexcept |
| constexpr Number | operator+ () const noexcept |
| constexpr Number | operator- () const noexcept |
| Number & | operator++ () |
| Number | operator++ (int) |
| Number & | operator-- () |
| Number | operator-- (int) |
| Number & | operator+= (Number const &x) |
| Number & | operator-= (Number const &x) |
| Number & | operator*= (Number const &x) |
| Number & | operator/= (Number const &x) |
| operator XRPAmount () const | |
| operator rep () const | |
+Static Public Member Functions | |
| static constexpr Number | min () noexcept |
| static constexpr Number | max () noexcept |
| static constexpr Number | lowest () noexcept |
| static rounding_mode | getround () |
| static rounding_mode | setround (rounding_mode mode) |
+Private Types | |
| using | rep = std::int64_t |
+Private Member Functions | |
| void | normalize () |
| constexpr bool | isnormal () const noexcept |
+Private Attributes | |
| rep | mantissa_ {0} |
| int | exponent_ {std::numeric_limits<int>::lowest()} |
+Static Private Attributes | |
| static thread_local rounding_mode | mode_ = Number::to_nearest |
| constexpr static std::int64_t | minMantissa = 1'000'000'000'000'000LL |
| constexpr static std::int64_t | maxMantissa = 9'999'999'999'999'999LL |
| constexpr static int | minExponent = -32768 |
| constexpr static int | maxExponent = 32768 |
+Friends | |
| constexpr friend bool | operator== (Number const &x, Number const &y) noexcept |
| constexpr friend bool | operator!= (Number const &x, Number const &y) noexcept |
| constexpr friend bool | operator< (Number const &x, Number const &y) noexcept |
| constexpr friend bool | operator> (Number const &x, Number const &y) noexcept |
| constexpr friend bool | operator<= (Number const &x, Number const &y) noexcept |
| constexpr friend bool | operator>= (Number const &x, Number const &y) noexcept |
| std::ostream & | operator<< (std::ostream &os, Number const &x) |
+
|
+ +private | +
| enum ripple::Number::rounding_mode | +
+
|
+ +explicitconstexprdefault | +
| ripple::Number::Number | +( | +rep | +mantissa | ) | ++ |
+
|
+ +explicit | +
| ripple::Number::Number | +( | +XRPAmount const & | +x | ) | ++ |
+
|
+ +constexprnoexcept | +
+
|
+ +constexprnoexcept | +
+
|
+ +constexprnoexcept | +
+
|
+ +constexprnoexcept | +
| Number & ripple::Number::operator++ | +( | +) | ++ |
| Number ripple::Number::operator++ | +( | +int | +) | ++ |
| Number & ripple::Number::operator-- | +( | +) | ++ |
| Number ripple::Number::operator-- | +( | +int | +) | ++ |
Definition at line 224 of file Number.cpp.
+ +Definition at line 368 of file Number.cpp.
+ +Definition at line 436 of file Number.cpp.
+ +
+
|
+ +staticconstexprnoexcept | +
+
|
+ +staticconstexprnoexcept | +
+
|
+ +staticconstexprnoexcept | +
+
|
+ +explicit | +
Definition at line 502 of file Number.cpp.
+ +
+
|
+ +explicit | +
Definition at line 468 of file Number.cpp.
+ +
+
|
+ +static | +
Definition at line 41 of file Number.cpp.
+ +
+
|
+ +static | +
Definition at line 47 of file Number.cpp.
+ +
+
|
+ +private | +
Definition at line 172 of file Number.cpp.
+ +
+
|
+ +constexprprivatenoexcept | +
+
|
+ +friend | +
+
|
+ +private | +
+
|
+ +private | +
+
|
+ +staticprivate | +
+
|
+ +staticconstexprprivate | +
+
|
+ +staticconstexprprivate | +
+
|
+ +staticconstexprprivate | +
+ 1.8.17
+
+
+
diff --git a/classripple_1_1NumberSO-members.html b/classripple_1_1NumberSO-members.html
new file mode 100644
index 0000000000..71e5fa98c2
--- /dev/null
+++ b/classripple_1_1NumberSO-members.html
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+|
+ rippled
+
+ |
+
This is the complete list of members for ripple::NumberSO, including all inherited members.
+| NumberSO(NumberSO const &)=delete | ripple::NumberSO | |
| NumberSO(bool v) | ripple::NumberSO | explicit |
| operator=(NumberSO const &)=delete | ripple::NumberSO | |
| saved_ | ripple::NumberSO | private |
| ~NumberSO() | ripple::NumberSO |
+ 1.8.17
+
+
+
diff --git a/classripple_1_1NumberSO.html b/classripple_1_1NumberSO.html
new file mode 100644
index 0000000000..e8b0bc46a7
--- /dev/null
+++ b/classripple_1_1NumberSO.html
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+
+|
+ rippled
+
+ |
+
RAII class to set and restore the Number switchover. + More...
++Public Member Functions | |
| ~NumberSO () | |
| NumberSO (NumberSO const &)=delete | |
| NumberSO & | operator= (NumberSO const &)=delete |
| NumberSO (bool v) | |
+Private Attributes | |
| bool | saved_ |
RAII class to set and restore the Number switchover.
+ +Definition at line 194 of file IOUAmount.h.
+| ripple::NumberSO::~NumberSO | +( | +) | ++ |
Definition at line 199 of file IOUAmount.h.
+ +
+
|
+ +delete | +
+
|
+ +explicit | +
Definition at line 208 of file IOUAmount.h.
+ +
+
|
+ +delete | +
+
|
+ +private | +
Definition at line 196 of file IOUAmount.h.
+ +
+ 1.8.17
+
+
+
diff --git a/classripple_1_1Number_1_1Guard-members.html b/classripple_1_1Number_1_1Guard-members.html
new file mode 100644
index 0000000000..f85eaa831a
--- /dev/null
+++ b/classripple_1_1Number_1_1Guard-members.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+|
+ rippled
+
+ |
+
This is the complete list of members for ripple::Number::Guard, including all inherited members.
+| digits_ | ripple::Number::Guard | private |
| Guard() | ripple::Number::Guard | explicit |
| is_negative() const noexcept | ripple::Number::Guard | |
| pop() noexcept | ripple::Number::Guard | |
| push(unsigned d) noexcept | ripple::Number::Guard | |
| round() noexcept | ripple::Number::Guard | |
| sbit_ | ripple::Number::Guard | private |
| set_negative() noexcept | ripple::Number::Guard | |
| set_positive() noexcept | ripple::Number::Guard | |
| xbit_ | ripple::Number::Guard | private |
+ 1.8.17
+
+
+
diff --git a/classripple_1_1Number_1_1Guard.html b/classripple_1_1Number_1_1Guard.html
new file mode 100644
index 0000000000..048976b26a
--- /dev/null
+++ b/classripple_1_1Number_1_1Guard.html
@@ -0,0 +1,389 @@
+
+
+
+
+
+
+
+|
+ rippled
+
+ |
+

+Public Member Functions | |
| Guard () | |
| void | set_positive () noexcept |
| void | set_negative () noexcept |
| bool | is_negative () const noexcept |
| void | push (unsigned d) noexcept |
| unsigned | pop () noexcept |
| int | round () noexcept |
+Private Attributes | |
| std::uint64_t | digits_ |
| std::uint8_t | xbit_: 1 |
| std::uint8_t | sbit_: 1 |
Definition at line 58 of file Number.cpp.
+
+
|
+ +explicit | +
Definition at line 65 of file Number.cpp.
+ +
+
|
+ +noexcept | +
Definition at line 93 of file Number.cpp.
+ +
+
|
+ +noexcept | +
Definition at line 99 of file Number.cpp.
+ +
+
|
+ +noexcept | +
Definition at line 105 of file Number.cpp.
+ +
+
|
+ +noexcept | +
Definition at line 111 of file Number.cpp.
+ +
+
|
+ +noexcept | +
Definition at line 119 of file Number.cpp.
+ +
+
|
+ +noexcept | +
Definition at line 131 of file Number.cpp.
+ +
+
|
+ +private | +
Definition at line 60 of file Number.cpp.
+ +
+
|
+ +private | +
Definition at line 61 of file Number.cpp.
+ +
+
|
+ +private | +
Definition at line 62 of file Number.cpp.
+ +
+ 1.8.17
+
+
+
diff --git a/classripple_1_1Number_1_1Guard__coll__graph.map b/classripple_1_1Number_1_1Guard__coll__graph.map
new file mode 100644
index 0000000000..bec462a245
--- /dev/null
+++ b/classripple_1_1Number_1_1Guard__coll__graph.map
@@ -0,0 +1,5 @@
+
diff --git a/classripple_1_1Number_1_1Guard__coll__graph.md5 b/classripple_1_1Number_1_1Guard__coll__graph.md5
new file mode 100644
index 0000000000..f4d99c50ca
--- /dev/null
+++ b/classripple_1_1Number_1_1Guard__coll__graph.md5
@@ -0,0 +1 @@
+6456fc0c5aabaa0a764e75f71f83bbfe
\ No newline at end of file
diff --git a/classripple_1_1Number_1_1Guard__coll__graph.png b/classripple_1_1Number_1_1Guard__coll__graph.png
new file mode 100644
index 0000000000..241d6da20b
Binary files /dev/null and b/classripple_1_1Number_1_1Guard__coll__graph.png differ
diff --git a/classripple_1_1Number__coll__graph.map b/classripple_1_1Number__coll__graph.map
new file mode 100644
index 0000000000..43803a6c1a
--- /dev/null
+++ b/classripple_1_1Number__coll__graph.map
@@ -0,0 +1,4 @@
+
diff --git a/classripple_1_1Number__coll__graph.md5 b/classripple_1_1Number__coll__graph.md5
new file mode 100644
index 0000000000..0b904b3823
--- /dev/null
+++ b/classripple_1_1Number__coll__graph.md5
@@ -0,0 +1 @@
+a918e984decddaff57a15db608dae7e1
\ No newline at end of file
diff --git a/classripple_1_1Number__coll__graph.png b/classripple_1_1Number__coll__graph.png
new file mode 100644
index 0000000000..91aab375aa
Binary files /dev/null and b/classripple_1_1Number__coll__graph.png differ
diff --git a/classripple_1_1Number__test-members.html b/classripple_1_1Number__test-members.html
new file mode 100644
index 0000000000..55632ccf92
--- /dev/null
+++ b/classripple_1_1Number__test-members.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+|
+ rippled
+
+ |
+
This is the complete list of members for ripple::Number_test, including all inherited members.
+| run() override | ripple::Number_test | |
| test_add() | ripple::Number_test | |
| test_div() | ripple::Number_test | |
| test_inc_dec() | ripple::Number_test | |
| test_limits() | ripple::Number_test | |
| test_mul() | ripple::Number_test | |
| test_power1() | ripple::Number_test | |
| test_power2() | ripple::Number_test | |
| test_relationals() | ripple::Number_test | |
| test_root() | ripple::Number_test | |
| test_squelch() | ripple::Number_test | |
| test_stream() | ripple::Number_test | |
| test_sub() | ripple::Number_test | |
| test_to_integer() | ripple::Number_test | |
| test_toSTAmount() | ripple::Number_test | |
| testConversions() | ripple::Number_test | |
| testToString() | ripple::Number_test | |
| testZero() | ripple::Number_test |
+ 1.8.17
+
+
+
diff --git a/classripple_1_1Number__test.html b/classripple_1_1Number__test.html
new file mode 100644
index 0000000000..56b98b7d21
--- /dev/null
+++ b/classripple_1_1Number__test.html
@@ -0,0 +1,495 @@
+
+
+
+
+
+
+
+|
+ rippled
+
+ |
+


+Public Member Functions | |
| void | testZero () |
| void | test_limits () |
| void | test_add () |
| void | test_sub () |
| void | test_mul () |
| void | test_div () |
| void | test_root () |
| void | test_power1 () |
| void | test_power2 () |
| void | testConversions () |
| void | test_to_integer () |
| void | test_squelch () |
| void | testToString () |
| void | test_relationals () |
| void | test_stream () |
| void | test_inc_dec () |
| void | test_toSTAmount () |
| void | run () override |
Definition at line 29 of file Number_test.cpp.
+| void ripple::Number_test::testZero | +( | +) | ++ |
Definition at line 33 of file Number_test.cpp.
+ +| void ripple::Number_test::test_limits | +( | +) | ++ |
Definition at line 48 of file Number_test.cpp.
+ +| void ripple::Number_test::test_add | +( | +) | ++ |
Definition at line 84 of file Number_test.cpp.
+ +| void ripple::Number_test::test_sub | +( | +) | ++ |
Definition at line 124 of file Number_test.cpp.
+ +| void ripple::Number_test::test_mul | +( | +) | ++ |
Definition at line 149 of file Number_test.cpp.
+ +| void ripple::Number_test::test_div | +( | +) | ++ |
Definition at line 255 of file Number_test.cpp.
+ +| void ripple::Number_test::test_root | +( | +) | ++ |
Definition at line 344 of file Number_test.cpp.
+ +| void ripple::Number_test::test_power1 | +( | +) | ++ |
Definition at line 383 of file Number_test.cpp.
+ +| void ripple::Number_test::test_power2 | +( | +) | ++ |
Definition at line 399 of file Number_test.cpp.
+ +| void ripple::Number_test::testConversions | +( | +) | ++ |
Definition at line 445 of file Number_test.cpp.
+ +| void ripple::Number_test::test_to_integer | +( | +) | ++ |
Definition at line 471 of file Number_test.cpp.
+ +| void ripple::Number_test::test_squelch | +( | +) | ++ |
Definition at line 639 of file Number_test.cpp.
+ +| void ripple::Number_test::testToString | +( | +) | ++ |
Definition at line 652 of file Number_test.cpp.
+ +| void ripple::Number_test::test_relationals | +( | +) | ++ |
Definition at line 667 of file Number_test.cpp.
+ +| void ripple::Number_test::test_stream | +( | +) | ++ |
Definition at line 677 of file Number_test.cpp.
+ +| void ripple::Number_test::test_inc_dec | +( | +) | ++ |
Definition at line 687 of file Number_test.cpp.
+ +| void ripple::Number_test::test_toSTAmount | +( | +) | ++ |
Definition at line 700 of file Number_test.cpp.
+ +
+
|
+ +override | +
Definition at line 723 of file Number_test.cpp.
+ +
+ 1.8.17
+
+
+
diff --git a/classripple_1_1Number__test__coll__graph.map b/classripple_1_1Number__test__coll__graph.map
new file mode 100644
index 0000000000..112e5d6f93
--- /dev/null
+++ b/classripple_1_1Number__test__coll__graph.map
@@ -0,0 +1,4 @@
+
diff --git a/classripple_1_1Number__test__coll__graph.md5 b/classripple_1_1Number__test__coll__graph.md5
new file mode 100644
index 0000000000..580122321d
--- /dev/null
+++ b/classripple_1_1Number__test__coll__graph.md5
@@ -0,0 +1 @@
+306fde85ccaf36174c4b1e581fac27f9
\ No newline at end of file
diff --git a/classripple_1_1Number__test__coll__graph.png b/classripple_1_1Number__test__coll__graph.png
new file mode 100644
index 0000000000..1fc082e2a8
Binary files /dev/null and b/classripple_1_1Number__test__coll__graph.png differ
diff --git a/classripple_1_1Number__test__inherit__graph.map b/classripple_1_1Number__test__inherit__graph.map
new file mode 100644
index 0000000000..112e5d6f93
--- /dev/null
+++ b/classripple_1_1Number__test__inherit__graph.map
@@ -0,0 +1,4 @@
+
diff --git a/classripple_1_1Number__test__inherit__graph.md5 b/classripple_1_1Number__test__inherit__graph.md5
new file mode 100644
index 0000000000..580122321d
--- /dev/null
+++ b/classripple_1_1Number__test__inherit__graph.md5
@@ -0,0 +1 @@
+306fde85ccaf36174c4b1e581fac27f9
\ No newline at end of file
diff --git a/classripple_1_1Number__test__inherit__graph.png b/classripple_1_1Number__test__inherit__graph.png
new file mode 100644
index 0000000000..1fc082e2a8
Binary files /dev/null and b/classripple_1_1Number__test__inherit__graph.png differ
diff --git a/classripple_1_1PeerFinder_1_1Counts.html b/classripple_1_1PeerFinder_1_1Counts.html
index 324ad04606..59666805d0 100644
--- a/classripple_1_1PeerFinder_1_1Counts.html
+++ b/classripple_1_1PeerFinder_1_1Counts.html
@@ -172,7 +172,7 @@ Private Attributes
Number of inbound slots assigned to active peers.
+Number of inbound slots assigned to active peers.
Definition at line 309 of file Counts.h.
diff --git a/classripple_1_1RCLConsensus_1_1Adaptor.html b/classripple_1_1RCLConsensus_1_1Adaptor.html index e7167057c4..9f81d662a8 100644 --- a/classripple_1_1RCLConsensus_1_1Adaptor.html +++ b/classripple_1_1RCLConsensus_1_1Adaptor.html @@ -200,10 +200,10 @@ Private Member FunctionsIf our current ledger has no agreement from the network, then we cannot be in the omFULL mode.
| positions | Number of current peer positions. |
| positions | Number of current peer positions. |
Number of proposers that have validated the given ledger.
+Number of proposers that have validated the given ledger.
| h | The hash of the ledger of interest |
Number of proposers that have validated a ledger descended from requested ledger.
+Number of proposers that have validated a ledger descended from requested ledger.
| ledger | The current working ledger |
Definition at line 579 of file ShardArchiveHandler.cpp.
+Definition at line 580 of file ShardArchiveHandler.cpp.
Definition at line 49 of file ShardArchiveHandler.cpp.
+Definition at line 50 of file ShardArchiveHandler.cpp.
Definition at line 55 of file ShardArchiveHandler.cpp.
+Definition at line 56 of file ShardArchiveHandler.cpp.
Definition at line 89 of file ShardArchiveHandler.cpp.
+Definition at line 90 of file ShardArchiveHandler.cpp.
Definition at line 199 of file ShardArchiveHandler.cpp.
+Definition at line 200 of file ShardArchiveHandler.cpp.
true if successfully added. Definition at line 214 of file ShardArchiveHandler.cpp.
+Definition at line 215 of file ShardArchiveHandler.cpp.
@@ -511,7 +511,7 @@ Private AttributesStarts downloading and importing archives.
-Definition at line 235 of file ShardArchiveHandler.cpp.
+Definition at line 236 of file ShardArchiveHandler.cpp.
@@ -538,7 +538,7 @@ Private AttributesDefinition at line 176 of file ShardArchiveHandler.cpp.
+Definition at line 177 of file ShardArchiveHandler.cpp.
Definition at line 287 of file ShardArchiveHandler.cpp.
+Definition at line 288 of file ShardArchiveHandler.cpp.
Definition at line 131 of file ShardArchiveHandler.cpp.
+Definition at line 132 of file ShardArchiveHandler.cpp.
Definition at line 294 of file ShardArchiveHandler.cpp.
+Definition at line 295 of file ShardArchiveHandler.cpp.
Definition at line 391 of file ShardArchiveHandler.cpp.
+Definition at line 392 of file ShardArchiveHandler.cpp.
Definition at line 472 of file ShardArchiveHandler.cpp.
+Definition at line 473 of file ShardArchiveHandler.cpp.
Definition at line 511 of file ShardArchiveHandler.cpp.
+Definition at line 512 of file ShardArchiveHandler.cpp.
Definition at line 533 of file ShardArchiveHandler.cpp.
+Definition at line 534 of file ShardArchiveHandler.cpp.
Definition at line 560 of file ShardArchiveHandler.cpp.
+Definition at line 561 of file ShardArchiveHandler.cpp.
Definition at line 573 of file ShardArchiveHandler.cpp.
+Definition at line 574 of file ShardArchiveHandler.cpp.
Definition at line 70 of file ShardArchiveHandler.cpp.
+Definition at line 71 of file ShardArchiveHandler.cpp.
Definition at line 49 of file ShardArchiveHandler.cpp.
+Definition at line 50 of file ShardArchiveHandler.cpp.
Definition at line 55 of file ShardArchiveHandler.cpp.
+Definition at line 56 of file ShardArchiveHandler.cpp.
Definition at line 89 of file ShardArchiveHandler.cpp.
+Definition at line 90 of file ShardArchiveHandler.cpp.
Definition at line 199 of file ShardArchiveHandler.cpp.
+Definition at line 200 of file ShardArchiveHandler.cpp.
Starts downloading and importing archives.
-Definition at line 235 of file ShardArchiveHandler.cpp.
+Definition at line 236 of file ShardArchiveHandler.cpp.
@@ -533,7 +533,7 @@ Private AttributesDefinition at line 176 of file ShardArchiveHandler.cpp.
+Definition at line 177 of file ShardArchiveHandler.cpp.
Definition at line 287 of file ShardArchiveHandler.cpp.
+Definition at line 288 of file ShardArchiveHandler.cpp.
Definition at line 131 of file ShardArchiveHandler.cpp.
+Definition at line 132 of file ShardArchiveHandler.cpp.
true if successfully added. Definition at line 214 of file ShardArchiveHandler.cpp.
+Definition at line 215 of file ShardArchiveHandler.cpp.
@@ -715,7 +715,7 @@ Private AttributesDefinition at line 294 of file ShardArchiveHandler.cpp.
+Definition at line 295 of file ShardArchiveHandler.cpp.
Definition at line 391 of file ShardArchiveHandler.cpp.
+Definition at line 392 of file ShardArchiveHandler.cpp.
Definition at line 472 of file ShardArchiveHandler.cpp.
+Definition at line 473 of file ShardArchiveHandler.cpp.
Definition at line 511 of file ShardArchiveHandler.cpp.
+Definition at line 512 of file ShardArchiveHandler.cpp.
Definition at line 533 of file ShardArchiveHandler.cpp.
+Definition at line 534 of file ShardArchiveHandler.cpp.
Definition at line 560 of file ShardArchiveHandler.cpp.
+Definition at line 561 of file ShardArchiveHandler.cpp.
Definition at line 573 of file ShardArchiveHandler.cpp.
+Definition at line 574 of file ShardArchiveHandler.cpp.
Number of children each non-leaf node has (the 'radix tree' part of the map)
+Number of children each non-leaf node has (the 'radix tree' part of the map)
Definition at line 116 of file SHAMap.h.
diff --git a/classripple_1_1SQLiteDatabase.html b/classripple_1_1SQLiteDatabase.html index 91f6694a50..57db950e63 100644 --- a/classripple_1_1SQLiteDatabase.html +++ b/classripple_1_1SQLiteDatabase.html @@ -658,7 +658,7 @@ Static Public Member FunctionsgetTransactionCount Returns the number of transactions.
-Implemented in ripple::SQLiteDatabaseImp.
@@ -688,7 +688,7 @@ Static Public Member FunctionsgetAccountTransactionCount Returns the number of account transactions.
-Implemented in ripple::SQLiteDatabaseImp.
diff --git a/classripple_1_1SQLiteDatabaseImp.html b/classripple_1_1SQLiteDatabaseImp.html index fee266dcf3..869468d476 100644 --- a/classripple_1_1SQLiteDatabaseImp.html +++ b/classripple_1_1SQLiteDatabaseImp.html @@ -864,7 +864,7 @@ Private AttributesgetTransactionCount Returns the number of transactions.
-Implements ripple::SQLiteDatabase.
@@ -896,7 +896,7 @@ Private AttributesgetAccountTransactionCount Returns the number of account transactions.
-Implements ripple::SQLiteDatabase.
diff --git a/classripple_1_1STAmount-members.html b/classripple_1_1STAmount-members.html index 92bd242c5c..6dd71075af 100644 --- a/classripple_1_1STAmount-members.html +++ b/classripple_1_1STAmount-members.html @@ -121,45 +121,48 @@ $(function() {Static Private Member Functions | |
| class | detail::STVar |
| STAmount | operator+ (STAmount const &v1, STAmount const &v2) |
Definition at line 44 of file STAmount.h.
+Definition at line 45 of file STAmount.h.
Definition at line 47 of file STAmount.h.
+Definition at line 48 of file STAmount.h.
Definition at line 48 of file STAmount.h.
+Definition at line 49 of file STAmount.h.
Definition at line 49 of file STAmount.h.
+Definition at line 50 of file STAmount.h.
Definition at line 59 of file STAmount.h.
+Definition at line 60 of file STAmount.h.
| ripple::STAmount::operator Number | +( | +) | +const | +
Definition at line 381 of file STAmount.h.
+ +Definition at line 315 of file STAmount.h.
+Definition at line 323 of file STAmount.h.
Definition at line 321 of file STAmount.h.
+Definition at line 329 of file STAmount.h.
Definition at line 327 of file STAmount.h.
+Definition at line 335 of file STAmount.h.
Definition at line 333 of file STAmount.h.
+Definition at line 341 of file STAmount.h.
Definition at line 339 of file STAmount.h.
+Definition at line 347 of file STAmount.h.
Definition at line 345 of file STAmount.h.
+Definition at line 353 of file STAmount.h.
Definition at line 351 of file STAmount.h.
+Definition at line 359 of file STAmount.h.
Definition at line 357 of file STAmount.h.
+Definition at line 365 of file STAmount.h.
Returns a zero value with the same issuer and currency.
-Definition at line 363 of file STAmount.h.
+Definition at line 371 of file STAmount.h.
@@ -1160,7 +1185,7 @@ FriendsDefinition at line 476 of file STAmount.cpp.
+Definition at line 496 of file STAmount.cpp.
Definition at line 425 of file STAmount.h.
+Definition at line 440 of file STAmount.h.
Definition at line 368 of file STAmount.h.
+Definition at line 376 of file STAmount.h.
Definition at line 349 of file STAmount.cpp.
+Definition at line 362 of file STAmount.cpp.
Definition at line 356 of file STAmount.cpp.
+Definition at line 369 of file STAmount.cpp.
Definition at line 373 of file STAmount.h.
+Definition at line 388 of file STAmount.h.
Definition at line 380 of file STAmount.h.
+Definition at line 395 of file STAmount.h.
Definition at line 387 of file STAmount.h.
+Definition at line 402 of file STAmount.h.
Definition at line 394 of file STAmount.h.
+Definition at line 409 of file STAmount.h.
Definition at line 405 of file STAmount.h.
+Definition at line 420 of file STAmount.h.
Definition at line 411 of file STAmount.h.
+Definition at line 426 of file STAmount.h.
Definition at line 418 of file STAmount.h.
+Definition at line 433 of file STAmount.h.
Set the Issue for this amount and update mIsNative.
-Definition at line 438 of file STAmount.cpp.
+Definition at line 458 of file STAmount.cpp.
@@ -1443,7 +1468,7 @@ FriendsReimplemented from ripple::STBase.
-Definition at line 501 of file STAmount.cpp.
+Definition at line 521 of file STAmount.cpp.
@@ -1472,7 +1497,7 @@ FriendsReimplemented from ripple::STBase.
-Definition at line 507 of file STAmount.cpp.
+Definition at line 527 of file STAmount.cpp.
@@ -1501,7 +1526,7 @@ FriendsReimplemented from ripple::STBase.
-Definition at line 530 of file STAmount.cpp.
+Definition at line 550 of file STAmount.cpp.
@@ -1531,7 +1556,7 @@ FriendsReimplemented from ripple::STBase.
-Definition at line 614 of file STAmount.cpp.
+Definition at line 634 of file STAmount.cpp.
@@ -1561,7 +1586,7 @@ FriendsReimplemented from ripple::STBase.
-Definition at line 622 of file STAmount.cpp.
+Definition at line 642 of file STAmount.cpp.
@@ -1591,7 +1616,7 @@ FriendsReimplemented from ripple::STBase.
-Definition at line 653 of file STAmount.cpp.
+Definition at line 673 of file STAmount.cpp.
@@ -1620,7 +1645,7 @@ FriendsReimplemented from ripple::STBase.
-Definition at line 660 of file STAmount.cpp.
+Definition at line 680 of file STAmount.cpp.
@@ -1724,7 +1749,7 @@ FriendsDefinition at line 776 of file STAmount.cpp.
+Definition at line 814 of file STAmount.cpp.
Definition at line 684 of file STAmount.cpp.
+Definition at line 704 of file STAmount.cpp.
Definition at line 302 of file STAmount.cpp.
+ + + +
+
|
+ +private | +
Definition at line 343 of file STAmount.cpp.
+Definition at line 278 of file STAmount.h.
+Definition at line 283 of file STAmount.h.
+ +
+
|
+ +friend | +
Definition at line 376 of file STAmount.cpp.
Definition at line 52 of file STAmount.h.
+Definition at line 53 of file STAmount.h.
Definition at line 53 of file STAmount.h.
+Definition at line 54 of file STAmount.h.
Definition at line 54 of file STAmount.h.
+Definition at line 55 of file STAmount.h.
Definition at line 55 of file STAmount.h.
+Definition at line 56 of file STAmount.h.
Definition at line 56 of file STAmount.h.
+Definition at line 57 of file STAmount.h.
Definition at line 61 of file STAmount.h.
+Definition at line 62 of file STAmount.h.
Definition at line 62 of file STAmount.h.
+Definition at line 63 of file STAmount.h.
Definition at line 65 of file STAmount.h.
+Definition at line 66 of file STAmount.h.
Definition at line 66 of file STAmount.h.
+Definition at line 67 of file STAmount.h.
Definition at line 67 of file STAmount.h.
+Definition at line 68 of file STAmount.h.
Definition at line 70 of file STAmount.h.
+Definition at line 71 of file STAmount.h.
Definition at line 71 of file STAmount.h.
+Definition at line 72 of file STAmount.h.
Definition at line 72 of file STAmount.h.
+Definition at line 73 of file STAmount.h.
Definition at line 74 of file STAmount.h.
+Definition at line 75 of file STAmount.h.
RAII class to set and restore the STAmount canonicalize switchover.
-Definition at line 529 of file STAmount.h.
+Definition at line 544 of file STAmount.h.
Definition at line 532 of file STAmount.h.
+Definition at line 547 of file STAmount.h.
Definition at line 537 of file STAmount.h.
+Definition at line 552 of file STAmount.h.
Definition at line 543 of file STAmount.h.
+Definition at line 558 of file STAmount.h.
Definition at line 587 of file Taker_test.cpp.
+Definition at line 794 of file Taker_test.cpp.
Definition at line 904 of file Taker_test.cpp.
+Definition at line 1241 of file Taker_test.cpp.
Definition at line 1004 of file Taker_test.cpp.
+Definition at line 1385 of file Taker_test.cpp.
setCurrentLedgerState Set current ledger state of transaction
| validatedLedger | Number of last validated ledger |
| validatedLedger | Number of last validated ledger |
| fee | minimum Fee required for the transaction |
| accountSeq | First valid account sequence in current ledger |
| availableSeq | First available sequence for the transaction |
Definition at line 438 of file TrustAndBalance_test.cpp.
+Definition at line 436 of file TrustAndBalance_test.cpp.
Definition at line 482 of file TrustAndBalance_test.cpp.
+Definition at line 480 of file TrustAndBalance_test.cpp.
Number of sequences consumed.
+Number of sequences consumed.
Definition at line 69 of file applySteps.h.
diff --git a/classripple_1_1TxQ.html b/classripple_1_1TxQ.html index 7985684141..300555d262 100644 --- a/classripple_1_1TxQ.html +++ b/classripple_1_1TxQ.html @@ -382,7 +382,7 @@ Private AttributesConstructor.
- +Destructor.
-Definition at line 357 of file TxQ.cpp.
+Definition at line 358 of file TxQ.cpp.
@@ -463,7 +463,7 @@ Private AttributesAdd a new transaction to the open ledger, hold it in the queue, or reject it.
TER and a bool indicating whether or not the transaction was applied to the open ledger. If the transaction is queued, will return { terQUEUED, false }. Definition at line 712 of file TxQ.cpp.
+Definition at line 713 of file TxQ.cpp.
@@ -497,7 +497,7 @@ Private Attributesview. Definition at line 1413 of file TxQ.cpp.
+Definition at line 1415 of file TxQ.cpp.
@@ -536,7 +536,7 @@ Private AttributesUpdate fee metrics and clean up the queue in preparation for the next ledger.
ledgersInQueue ledgers or queueSizeMin transactions. Any transactions for which the LastLedgerSequence has passed are removed from the queue, and any account objects that have no candidates under them are removed. Definition at line 1344 of file TxQ.cpp.
+Definition at line 1346 of file TxQ.cpp.
@@ -558,7 +558,7 @@ Private AttributesReturn the next sequence that would go in the TxQ for an account.
-Definition at line 1584 of file TxQ.cpp.
+Definition at line 1586 of file TxQ.cpp.
@@ -580,7 +580,7 @@ Private AttributesReturns fee metrics in reference fee level units.
- + @@ -620,7 +620,7 @@ Private AttributesDefinition at line 1767 of file TxQ.cpp.
+Definition at line 1769 of file TxQ.cpp.
@@ -643,7 +643,7 @@ Private AttributesReturns information about the transactions currently in the queue for the account.
vector if the account has no transactions in the queue. Definition at line 1788 of file TxQ.cpp.
+Definition at line 1790 of file TxQ.cpp.
@@ -665,7 +665,7 @@ Private AttributesReturns information about all transactions currently in the queue.
vector if there are no transactions in the queue. Definition at line 1809 of file TxQ.cpp.
+Definition at line 1811 of file TxQ.cpp.
@@ -688,7 +688,7 @@ Private AttributesSummarize current fee metrics for the fee RPC command.
Json objectvalue Definition at line 1824 of file TxQ.cpp.
+Definition at line 1826 of file TxQ.cpp.
@@ -726,7 +726,7 @@ Private Attributes @@ -776,7 +776,7 @@ Private Attributes @@ -832,7 +832,7 @@ Private Attributes @@ -870,7 +870,7 @@ Private Attributes @@ -898,7 +898,7 @@ template<size_t fillPercentage>Is the queue at least fillPercentage full?
Definition at line 364 of file TxQ.cpp.
+Definition at line 365 of file TxQ.cpp.
@@ -968,7 +968,7 @@ template<size_t fillPercentage>Checks if the indicated transaction fits the conditions for being stored in the queue.
-Definition at line 372 of file TxQ.cpp.
+Definition at line 373 of file TxQ.cpp.
@@ -1027,7 +1027,7 @@ template<size_t fillPercentage>Erase and return the next entry for the account (if fee level is higher), or next entry in byFee_ (lower fee level).
Used to get the next "applyable" MaybeTx for accept().
-Definition at line 455 of file TxQ.cpp.
+Definition at line 456 of file TxQ.cpp.
@@ -1166,7 +1166,7 @@ template<size_t fillPercentage>All-or-nothing attempt to try to apply the queued txs for accountIter up to and including tx.
Transactions following tx are not cleared.
Definition at line 502 of file TxQ.cpp.
+Definition at line 503 of file TxQ.cpp.
diff --git a/classripple_1_1TxQ_1_1FeeMetrics.html b/classripple_1_1TxQ_1_1FeeMetrics.html index b892aee693..3bac16febf 100644 --- a/classripple_1_1TxQ_1_1FeeMetrics.html +++ b/classripple_1_1TxQ_1_1FeeMetrics.html @@ -132,14 +132,14 @@ Private Attributes| view | Current open / working ledger. (May be a sandbox.) |
| extraCount | Number of additional transactions to count as in the ledger. (If view is a sandbox, should be the number of transactions in the parent ledger.) |
| extraCount | Number of additional transactions to count as in the ledger. (If view is a sandbox, should be the number of transactions in the parent ledger.) |
| seriesSize | Total number of transactions in the series to be processed. |
Number of transactions per ledger that fee escalation "works +
Number of transactions per ledger that fee escalation "works towards".
Definition at line 381 of file TxQ.h.
@@ -474,7 +474,7 @@ towards".Number of transactions expected per ledger.
+Number of transactions expected per ledger.
One more than this value will be accepted before escalation kicks in.
Definition at line 387 of file TxQ.h.
diff --git a/classripple_1_1TxQ_1_1TxQAccount.html b/classripple_1_1TxQ_1_1TxQAccount.html index 6b2c2572b9..812e9836b1 100644 --- a/classripple_1_1TxQ_1_1TxQAccount.html +++ b/classripple_1_1TxQ_1_1TxQAccount.html @@ -213,7 +213,7 @@ Public AttributesConstruct from a transaction.
- +Construct from an account.
-Definition at line 317 of file TxQ.cpp.
+Definition at line 318 of file TxQ.cpp.
@@ -308,7 +308,7 @@ Public AttributesFind the entry in transactions that precedes seqProx, if one does.
-Definition at line 322 of file TxQ.cpp.
+Definition at line 323 of file TxQ.cpp.
@@ -330,7 +330,7 @@ Public AttributesAdd a transaction candidate to this account for queuing.
-Definition at line 333 of file TxQ.cpp.
+Definition at line 334 of file TxQ.cpp.
@@ -353,7 +353,7 @@ Public AttributesRemove the candidate with given SeqProxy value from this account.
Definition at line 345 of file TxQ.cpp.
+Definition at line 346 of file TxQ.cpp.
diff --git a/classripple_1_1ValidatorList.html b/classripple_1_1ValidatorList.html index 12e5915ad5..89a4a3d638 100644 --- a/classripple_1_1ValidatorList.html +++ b/classripple_1_1ValidatorList.html @@ -2385,9 +2385,9 @@ Trusted Validators ListReturn quorum for trusted validator set.
| unlSize | Number of trusted validator keys |
| effectiveUnlSize | Number of trusted validator keys that are not in the NegativeUNL |
| seenSize | Number of trusted validators that have signed recently received validations |
| unlSize | Number of trusted validator keys |
| effectiveUnlSize | Number of trusted validator keys that are not in the NegativeUNL |
| seenSize | Number of trusted validators that have signed recently received validations |
Ensure enough room to store each currently executing job.
diff --git a/classripple_1_1perf_1_1PerfLogImp.html b/classripple_1_1perf_1_1PerfLogImp.html index 71f962d83c..18bf7a3042 100644 --- a/classripple_1_1perf_1_1PerfLogImp.html +++ b/classripple_1_1perf_1_1PerfLogImp.html @@ -996,7 +996,7 @@ Private AttributesEnsure enough room to store each currently executing job.
diff --git a/classripple_1_1perf_1_1PerfLogTest.html b/classripple_1_1perf_1_1PerfLogTest.html index 4b0483ed0d..cd62ecdd28 100644 --- a/classripple_1_1perf_1_1PerfLogTest.html +++ b/classripple_1_1perf_1_1PerfLogTest.html @@ -707,7 +707,7 @@ Private Member FunctionsEnsure enough room to store each currently executing job.
diff --git a/classripple_1_1saveNumberRoundMode-members.html b/classripple_1_1saveNumberRoundMode-members.html new file mode 100644 index 0000000000..ce237fd55d --- /dev/null +++ b/classripple_1_1saveNumberRoundMode-members.html @@ -0,0 +1,88 @@ + + + + + + + +|
+ rippled
+
+ |
+
This is the complete list of members for ripple::saveNumberRoundMode, including all inherited members.
+| mode_ | ripple::saveNumberRoundMode | private |
| operator=(saveNumberRoundMode const &)=delete | ripple::saveNumberRoundMode | |
| saveNumberRoundMode(Number::rounding_mode mode) noexcept | ripple::saveNumberRoundMode | explicit |
| saveNumberRoundMode(saveNumberRoundMode const &)=delete | ripple::saveNumberRoundMode | |
| ~saveNumberRoundMode() | ripple::saveNumberRoundMode |
+ 1.8.17
+
+
+
diff --git a/classripple_1_1saveNumberRoundMode.html b/classripple_1_1saveNumberRoundMode.html
new file mode 100644
index 0000000000..c0ddc6edef
--- /dev/null
+++ b/classripple_1_1saveNumberRoundMode.html
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+
+|
+ rippled
+
+ |
+
+Public Member Functions | |
| ~saveNumberRoundMode () | |
| saveNumberRoundMode (Number::rounding_mode mode) noexcept | |
| saveNumberRoundMode (saveNumberRoundMode const &)=delete | |
| saveNumberRoundMode & | operator= (saveNumberRoundMode const &)=delete |
+Private Attributes | |
| Number::rounding_mode | mode_ |
| ripple::saveNumberRoundMode::~saveNumberRoundMode | +( | +) | ++ |
+
|
+ +explicitnoexcept | +
+
|
+ +delete | +
+
|
+ +delete | +
+
|
+ +private | +
+ 1.8.17
+
+
+
diff --git a/classripple_1_1test_1_1Offer__manual__test.html b/classripple_1_1test_1_1Offer__manual__test.html
index 38e932fc1c..90d89a318e 100644
--- a/classripple_1_1test_1_1Offer__manual__test.html
+++ b/classripple_1_1test_1_1Offer__manual__test.html
@@ -252,7 +252,7 @@ Static Private Member Functions
Definition at line 5184 of file Offer_test.cpp.
+Definition at line 5200 of file Offer_test.cpp.
Definition at line 5187 of file Offer_test.cpp.
+Definition at line 5203 of file Offer_test.cpp.
Definition at line 2129 of file Offer_test.cpp.
+Definition at line 2145 of file Offer_test.cpp.
Definition at line 2170 of file Offer_test.cpp.
+Definition at line 2186 of file Offer_test.cpp.
Definition at line 2213 of file Offer_test.cpp.
+Definition at line 2229 of file Offer_test.cpp.
Definition at line 2290 of file Offer_test.cpp.
+Definition at line 2306 of file Offer_test.cpp.
Definition at line 2321 of file Offer_test.cpp.
+Definition at line 2337 of file Offer_test.cpp.
Definition at line 2479 of file Offer_test.cpp.
+Definition at line 2495 of file Offer_test.cpp.
Definition at line 2556 of file Offer_test.cpp.
+Definition at line 2572 of file Offer_test.cpp.
Definition at line 2674 of file Offer_test.cpp.
+Definition at line 2690 of file Offer_test.cpp.
Definition at line 2772 of file Offer_test.cpp.
+Definition at line 2788 of file Offer_test.cpp.
Definition at line 2960 of file Offer_test.cpp.
+Definition at line 2976 of file Offer_test.cpp.
Definition at line 3045 of file Offer_test.cpp.
+Definition at line 3061 of file Offer_test.cpp.
Definition at line 3353 of file Offer_test.cpp.
+Definition at line 3369 of file Offer_test.cpp.
Definition at line 3423 of file Offer_test.cpp.
+Definition at line 3439 of file Offer_test.cpp.
Definition at line 3535 of file Offer_test.cpp.
+Definition at line 3551 of file Offer_test.cpp.
Definition at line 3543 of file Offer_test.cpp.
+Definition at line 3559 of file Offer_test.cpp.
Definition at line 3588 of file Offer_test.cpp.
+Definition at line 3604 of file Offer_test.cpp.
Definition at line 3661 of file Offer_test.cpp.
+Definition at line 3677 of file Offer_test.cpp.
Definition at line 3714 of file Offer_test.cpp.
+Definition at line 3730 of file Offer_test.cpp.
Definition at line 3750 of file Offer_test.cpp.
+Definition at line 3766 of file Offer_test.cpp.
Definition at line 3797 of file Offer_test.cpp.
+Definition at line 3813 of file Offer_test.cpp.
Definition at line 3849 of file Offer_test.cpp.
+Definition at line 3865 of file Offer_test.cpp.
Definition at line 3916 of file Offer_test.cpp.
+Definition at line 3932 of file Offer_test.cpp.
Definition at line 3964 of file Offer_test.cpp.
+Definition at line 3980 of file Offer_test.cpp.
Definition at line 4118 of file Offer_test.cpp.
+Definition at line 4134 of file Offer_test.cpp.
Definition at line 4275 of file Offer_test.cpp.
+Definition at line 4291 of file Offer_test.cpp.
Definition at line 4326 of file Offer_test.cpp.
+Definition at line 4342 of file Offer_test.cpp.
Definition at line 4464 of file Offer_test.cpp.
+Definition at line 4480 of file Offer_test.cpp.
Definition at line 4553 of file Offer_test.cpp.
+Definition at line 4569 of file Offer_test.cpp.
Definition at line 4625 of file Offer_test.cpp.
+Definition at line 4641 of file Offer_test.cpp.
Definition at line 4731 of file Offer_test.cpp.
+Definition at line 4747 of file Offer_test.cpp.
Definition at line 4838 of file Offer_test.cpp.
+Definition at line 4854 of file Offer_test.cpp.
Definition at line 4853 of file Offer_test.cpp.
+Definition at line 4869 of file Offer_test.cpp.
Definition at line 4973 of file Offer_test.cpp.
+Definition at line 4989 of file Offer_test.cpp.
Definition at line 5085 of file Offer_test.cpp.
+Definition at line 5101 of file Offer_test.cpp.
Definition at line 5103 of file Offer_test.cpp.
+Definition at line 5119 of file Offer_test.cpp.
Definition at line 2129 of file Offer_test.cpp.
+Definition at line 2145 of file Offer_test.cpp.
Definition at line 2170 of file Offer_test.cpp.
+Definition at line 2186 of file Offer_test.cpp.
Definition at line 2213 of file Offer_test.cpp.
+Definition at line 2229 of file Offer_test.cpp.
Definition at line 2290 of file Offer_test.cpp.
+Definition at line 2306 of file Offer_test.cpp.
Definition at line 2321 of file Offer_test.cpp.
+Definition at line 2337 of file Offer_test.cpp.
Definition at line 2479 of file Offer_test.cpp.
+Definition at line 2495 of file Offer_test.cpp.
Definition at line 2556 of file Offer_test.cpp.
+Definition at line 2572 of file Offer_test.cpp.
Definition at line 2674 of file Offer_test.cpp.
+Definition at line 2690 of file Offer_test.cpp.
Definition at line 2772 of file Offer_test.cpp.
+Definition at line 2788 of file Offer_test.cpp.
Definition at line 2960 of file Offer_test.cpp.
+Definition at line 2976 of file Offer_test.cpp.
Definition at line 3045 of file Offer_test.cpp.
+Definition at line 3061 of file Offer_test.cpp.
Definition at line 3353 of file Offer_test.cpp.
+Definition at line 3369 of file Offer_test.cpp.
Definition at line 3423 of file Offer_test.cpp.
+Definition at line 3439 of file Offer_test.cpp.
Definition at line 3535 of file Offer_test.cpp.
+Definition at line 3551 of file Offer_test.cpp.
Definition at line 3543 of file Offer_test.cpp.
+Definition at line 3559 of file Offer_test.cpp.
Definition at line 3588 of file Offer_test.cpp.
+Definition at line 3604 of file Offer_test.cpp.
Definition at line 3661 of file Offer_test.cpp.
+Definition at line 3677 of file Offer_test.cpp.
Definition at line 3714 of file Offer_test.cpp.
+Definition at line 3730 of file Offer_test.cpp.
Definition at line 3750 of file Offer_test.cpp.
+Definition at line 3766 of file Offer_test.cpp.
Definition at line 3797 of file Offer_test.cpp.
+Definition at line 3813 of file Offer_test.cpp.
Definition at line 3849 of file Offer_test.cpp.
+Definition at line 3865 of file Offer_test.cpp.
Definition at line 3916 of file Offer_test.cpp.
+Definition at line 3932 of file Offer_test.cpp.
Definition at line 3964 of file Offer_test.cpp.
+Definition at line 3980 of file Offer_test.cpp.
Definition at line 4118 of file Offer_test.cpp.
+Definition at line 4134 of file Offer_test.cpp.
Definition at line 4275 of file Offer_test.cpp.
+Definition at line 4291 of file Offer_test.cpp.
Definition at line 4326 of file Offer_test.cpp.
+Definition at line 4342 of file Offer_test.cpp.
Definition at line 4464 of file Offer_test.cpp.
+Definition at line 4480 of file Offer_test.cpp.
Definition at line 4553 of file Offer_test.cpp.
+Definition at line 4569 of file Offer_test.cpp.
Definition at line 4625 of file Offer_test.cpp.
+Definition at line 4641 of file Offer_test.cpp.
Definition at line 4731 of file Offer_test.cpp.
+Definition at line 4747 of file Offer_test.cpp.
Definition at line 4838 of file Offer_test.cpp.
+Definition at line 4854 of file Offer_test.cpp.
Definition at line 4853 of file Offer_test.cpp.
+Definition at line 4869 of file Offer_test.cpp.
Definition at line 4973 of file Offer_test.cpp.
+Definition at line 4989 of file Offer_test.cpp.
Definition at line 5085 of file Offer_test.cpp.
+Definition at line 5101 of file Offer_test.cpp.
Definition at line 5103 of file Offer_test.cpp.
+Definition at line 5119 of file Offer_test.cpp.
Definition at line 5166 of file Offer_test.cpp.
+Definition at line 5182 of file Offer_test.cpp.
Execute an RPC command.
The command is examined and used to build the correct JSON as per the arguments.
-Definition at line 684 of file Env.h.
+Definition at line 687 of file Env.h.
@@ -794,7 +796,7 @@ template<class... Args> @@ -1567,6 +1569,26 @@ effects.Definition at line 462 of file Env.cpp.
+ + + +| void ripple::test::jtx::Env::disableFeature | +( | +uint256 const | +feature | ) | ++ |
Definition at line 593 of file Env.h.
+Definition at line 596 of file Env.h.
@@ -1819,7 +1841,7 @@ template<class... Accounts> @@ -1984,7 +2006,7 @@ template<class... FN> @@ -2024,7 +2046,7 @@ template<class... FN> @@ -2121,7 +2143,7 @@ template<class... FN> @@ -2145,7 +2167,7 @@ template<class... FN> @@ -2169,7 +2191,7 @@ template<class... FN> @@ -2193,7 +2215,7 @@ template<class... FN> @@ -2217,7 +2239,7 @@ template<class... FN> diff --git a/delivermin_8cpp_source.html b/delivermin_8cpp_source.html index 0c991b8464..2bd0cc4892 100644 --- a/delivermin_8cpp_source.html +++ b/delivermin_8cpp_source.html @@ -105,7 +105,7 @@ $(function() { -true if the remote address matches true if the 'to' node on a Link matches true if the remote address matches true if the 'to' node on a Link matches preclaim check preflight check server subscription preclaim check preflight check server subscription Workers is effectively a thread pool Workers is effectively a thread pool
@@ -2464,157 +2465,177 @@ $(function() {
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Read from 'sin' into 'root'.
Always keep comments from the input JSON.
-This can be used to read a file into a particular sub-object. For example:
This can be used to read a file into a particular sub-object. For example:
Result:
{
"dir": {
"file": {
@@ -1728,6 +1728,7 @@ template<class Write > Build a TxQ::Setup object from application configuration.
- +Provides more detailed logging and decodes the correct behavior based on the TER type
Definition at line 158 of file IOUAmount.cpp.
+Definition at line 155 of file IOUAmount.cpp.
Definition at line 248 of file IOUAmount.cpp.
+Definition at line 161 of file IOUAmount.cpp.
Definition at line 29 of file mulDiv.cpp.
+ + + +
+
|
+ +static | +
Definition at line 346 of file Number.cpp.
+ +| std::string ripple::to_string | +( | +Number const & | +amount | ) | ++ |
Definition at line 508 of file Number.cpp.
+ +Definition at line 601 of file Number.cpp.
+ +Definition at line 624 of file Number.cpp.
+ +Definition at line 689 of file Number.cpp.
+ +| Number ripple::power | +( | +Number const & | +f, | +
| + | + | unsigned | +n, | +
| + | + | unsigned | +d | +
| + | ) | ++ |
Definition at line 729 of file Number.cpp.
+Definition at line 44 of file MathUtilities.h.
+ + + +| ripple::REGISTER_FIX | +( | +fixUniversalNumber | +, | +
| + | + | Supported::yes | +, | +
| + | + | DefaultVote::yes | ++ |
| + | ) | ++ |
Definition at line 363 of file STAmount.cpp.
+Definition at line 376 of file STAmount.cpp.
Definition at line 428 of file STAmount.cpp.
+Definition at line 448 of file STAmount.cpp.
Definition at line 454 of file STAmount.cpp.
+Definition at line 474 of file STAmount.cpp.
Definition at line 793 of file STAmount.cpp.
+Definition at line 831 of file STAmount.cpp.
Definition at line 805 of file STAmount.cpp.
+Definition at line 843 of file STAmount.cpp.
Definition at line 870 of file STAmount.cpp.
+Definition at line 908 of file STAmount.cpp.
Definition at line 975 of file STAmount.cpp.
+Definition at line 1013 of file STAmount.cpp.
Definition at line 997 of file STAmount.cpp.
+Definition at line 1035 of file STAmount.cpp.
Definition at line 1004 of file STAmount.cpp.
+Definition at line 1042 of file STAmount.cpp.
Definition at line 1039 of file STAmount.cpp.
+Definition at line 1077 of file STAmount.cpp.
Definition at line 1062 of file STAmount.cpp.
+Definition at line 1100 of file STAmount.cpp.
Definition at line 1083 of file STAmount.cpp.
+Definition at line 1121 of file STAmount.cpp.
Definition at line 1107 of file STAmount.cpp.
+Definition at line 1145 of file STAmount.cpp.
Definition at line 1152 of file STAmount.cpp.
+Definition at line 1190 of file STAmount.cpp.
Definition at line 1208 of file STAmount.cpp.
+Definition at line 1249 of file STAmount.cpp.
Definition at line 1243 of file STAmount.cpp.
+Definition at line 1284 of file STAmount.cpp.
Definition at line 1329 of file STAmount.cpp.
+Definition at line 1370 of file STAmount.cpp.
Definition at line 303 of file STAmount.h.
+Definition at line 311 of file STAmount.h.
Definition at line 431 of file STAmount.h.
+Definition at line 446 of file STAmount.h.
Definition at line 448 of file STAmount.h.
+Definition at line 463 of file STAmount.h.
Definition at line 454 of file STAmount.h.
+Definition at line 469 of file STAmount.h.
Definition at line 460 of file STAmount.h.
+Definition at line 475 of file STAmount.h.
Definition at line 466 of file STAmount.h.
+Definition at line 481 of file STAmount.h.
Definition at line 515 of file STAmount.h.
+Definition at line 530 of file STAmount.h.
| ripple::BEAST_DEFINE_TESTSUITE | +( | +Number | +, | +
| + | + | ripple_basics | +, | +
| + | + | ripple | ++ |
| + | ) | ++ |
| LocalValue< bool > ripple::stNumberSwitchover | +
Definition at line 189 of file IOUAmount.h.
+ +| const std::int64_t ripple::minMantissa = 1000000000000000ull | +constexpr std::int64_t ripple::minMantissa = 1000000000000000ull |
Definition at line 31 of file IOUAmount.cpp.
+Definition at line 33 of file IOUAmount.cpp.
| const std::int64_t ripple::maxMantissa = 9999999999999999ull | +constexpr std::int64_t ripple::maxMantissa = 9999999999999999ull |
Definition at line 32 of file IOUAmount.cpp.
- -
-
|
- -static | +staticconstexpr
| const int ripple::maxExponent = 80 | +constexpr int ripple::minExponent = -96 |
Definition at line 35 of file IOUAmount.cpp.
+Definition at line 36 of file IOUAmount.cpp.
+ +
+
|
+ +staticconstexpr | +
Definition at line 37 of file IOUAmount.cpp.
+ +
+
|
+ +constexpr | +
Definition at line 169 of file Number.cpp.
Number of drops per 1 XRP.
+Number of drops per 1 XRP.
Definition at line 250 of file XRPAmount.h.
@@ -50219,6 +50720,20 @@ template<class Dest , class Src >| const uint256 ripple::fixUniversalNumber | +
Definition at line 462 of file Feature.cpp.
+Definition at line 463 of file Feature.cpp.
Definition at line 463 of file Feature.cpp.
+Definition at line 464 of file Feature.cpp.
Definition at line 464 of file Feature.cpp.
+Definition at line 465 of file Feature.cpp.
Definition at line 465 of file Feature.cpp.
+Definition at line 466 of file Feature.cpp.
Definition at line 466 of file Feature.cpp.
+Definition at line 467 of file Feature.cpp.
Definition at line 467 of file Feature.cpp.
+Definition at line 468 of file Feature.cpp.
Definition at line 468 of file Feature.cpp.
+Definition at line 469 of file Feature.cpp.
Definition at line 469 of file Feature.cpp.
+Definition at line 470 of file Feature.cpp.
Definition at line 470 of file Feature.cpp.
+Definition at line 471 of file Feature.cpp.
Definition at line 471 of file Feature.cpp.
+Definition at line 472 of file Feature.cpp.
Definition at line 472 of file Feature.cpp.
+Definition at line 473 of file Feature.cpp.
Definition at line 473 of file Feature.cpp.
+Definition at line 474 of file Feature.cpp.
Definition at line 474 of file Feature.cpp.
+Definition at line 475 of file Feature.cpp.
Definition at line 475 of file Feature.cpp.
+Definition at line 476 of file Feature.cpp.
Definition at line 476 of file Feature.cpp.
+Definition at line 477 of file Feature.cpp.
Definition at line 491 of file Feature.cpp.
+Definition at line 492 of file Feature.cpp.
@@ -50625,7 +51140,7 @@ template<class Dest , class Src >Definition at line 524 of file STAmount.h.
+Definition at line 539 of file STAmount.h.
Configure the native currency.
-Number of drops in the genesis account.
+Number of drops in the genesis account.
Definition at line 43 of file SystemParameters.h.
diff --git a/namespaceripple_1_1detail.html b/namespaceripple_1_1detail.html index bb6bbc1104..cc083c8808 100644 --- a/namespaceripple_1_1detail.html +++ b/namespaceripple_1_1detail.html @@ -318,10 +318,10 @@ FunctionsDefinition at line 160 of file Node.cpp.
@@ -1482,7 +1482,7 @@ template<class T >| constexpr std::size_t ripple::detail::numFeatures = 55 | +constexpr std::size_t ripple::detail::numFeatures = 56 |