From c57bcba2d115faa0d73cf0eaa3b9f4e9025c0411 Mon Sep 17 00:00:00 2001 From: bthomee Date: Wed, 7 Jan 2026 11:29:17 -0800 Subject: [PATCH] deploy: 2c37ef7762f4b1948f8894bb3ce1541d33f8e05a --- BuildInfo_8cpp_source.html | 2 +- CredentialHelpers_8cpp_source.html | 2 +- Database_8cpp_source.html | 2 +- Indexes_8cpp_source.html | 4 +- LoadMonitor_8cpp_source.html | 2 +- Pathfinder_8cpp_source.html | 2 +- RegisterSSLCerts_8cpp_source.html | 4 +- StringUtilities_8h_source.html | 8 +- aged__unordered__container_8h_source.html | 493 +++++++++--------- classJson_1_1StaticString-members.html | 2 +- classJson_1_1StaticString.html | 10 +- classJson_1_1StyledStreamWriter-members.html | 2 +- classJson_1_1StyledStreamWriter.html | 10 +- classJson_1_1StyledWriter-members.html | 2 +- classJson_1_1StyledWriter.html | 10 +- classbeast_1_1PropertyStream_1_1Source.html | 2 +- ...1detail_1_1aged__unordered__container.html | 4 +- classxrpl_1_1Application.html | 2 +- classxrpl_1_1ApplicationImp.html | 2 +- classxrpl_1_1IOUAmount.html | 2 +- classxrpl_1_1LedgerCleaner.html | 2 +- classxrpl_1_1LedgerCleanerImp.html | 2 +- classxrpl_1_1NodeStore_1_1Manager.html | 2 +- classxrpl_1_1NodeStore_1_1ManagerImp.html | 2 +- classxrpl_1_1Overlay.html | 2 +- classxrpl_1_1OverlayImpl.html | 2 +- classxrpl_1_1PeerFinder_1_1Manager.html | 2 +- classxrpl_1_1PeerFinder_1_1ManagerImp.html | 2 +- classxrpl_1_1Resource_1_1Manager.html | 2 +- classxrpl_1_1Resource_1_1ManagerImp.html | 2 +- classxrpl_1_1SharedIntrusive.html | 2 +- classxrpl_1_1Slice.html | 2 +- functions_func_i.html | 2 +- functions_func_s.html | 2 +- functions_i.html | 2 +- functions_s.html | 2 +- json__value_8h_source.html | 4 +- json__valueiterator_8cpp_source.html | 18 +- json__writer_8cpp_source.html | 12 +- json__writer_8h_source.html | 8 +- namespacebeast.html | 6 +- search/all_10.js | 2 +- search/all_1a.js | 2 +- search/functions_13.js | 2 +- search/functions_9.js | 2 +- ...Multia80d60acae45fc077226391e490a323d.html | 2 +- 46 files changed, 329 insertions(+), 328 deletions(-) diff --git a/BuildInfo_8cpp_source.html b/BuildInfo_8cpp_source.html index 4075f795c2..384e350477 100644 --- a/BuildInfo_8cpp_source.html +++ b/BuildInfo_8cpp_source.html @@ -117,7 +117,7 @@ $(document).ready(function() { init_codefold(0); });
34#endif
35
36#ifdef SANITIZER
-
37 BOOST_PP_STRINGIZE(SANITIZER)
+
37 BOOST_PP_STRINGIZE(SANITIZER) // cspell: disable-line
38#endif
39#endif
40
diff --git a/CredentialHelpers_8cpp_source.html b/CredentialHelpers_8cpp_source.html index 949b5d49e5..90ed34cc75 100644 --- a/CredentialHelpers_8cpp_source.html +++ b/CredentialHelpers_8cpp_source.html @@ -390,7 +390,7 @@ $(document).ready(function() { init_codefold(0); });
290 if (!ins)
291 {
292 JLOG(j.trace()) << "Malformed transaction: "
-
293 "duplicates in credenentials.";
+
293 "duplicates in credentials.";
294 return temMALFORMED;
295 }
296 }
diff --git a/Database_8cpp_source.html b/Database_8cpp_source.html index b836ccb3d5..ac67032ddc 100644 --- a/Database_8cpp_source.html +++ b/Database_8cpp_source.html @@ -248,7 +248,7 @@ $(document).ready(function() { init_codefold(0); });
158 << duration_cast<std::chrono::milliseconds>(
159 steady_clock::now() - start)
160 .count()
-
161 << " millseconds";
+
161 << " milliseconds";
162}
163
diff --git a/Indexes_8cpp_source.html b/Indexes_8cpp_source.html index 51f1b47acb..e03d1c4d84 100644 --- a/Indexes_8cpp_source.html +++ b/Indexes_8cpp_source.html @@ -195,9 +195,9 @@ $(document).ready(function() { init_codefold(0); });
124{
-
125 static constexpr uint256 nextq(
+
125 static constexpr uint256 nextQuality(
126 "0000000000000000000000000000000000000000000000010000000000000000");
-
127 return uBase + nextq;
+
127 return uBase + nextQuality;
128}
129
diff --git a/LoadMonitor_8cpp_source.html b/LoadMonitor_8cpp_source.html index a5355ce6a5..97767d8b88 100644 --- a/LoadMonitor_8cpp_source.html +++ b/LoadMonitor_8cpp_source.html @@ -154,7 +154,7 @@ $(document).ready(function() { init_codefold(0); });
66
67 "Imagine if you add 10 to something every second. And you
68 also reduce it by 1/4 every second. It will "idle" at 40,
-
69 correponding to 10 counts per second."
+
69 corresponding to 10 counts per second."
70 */
71 do
72 {
diff --git a/Pathfinder_8cpp_source.html b/Pathfinder_8cpp_source.html index e369af2922..b1cab797f3 100644 --- a/Pathfinder_8cpp_source.html +++ b/Pathfinder_8cpp_source.html @@ -123,7 +123,7 @@ $(document).ready(function() { init_codefold(0); });
40The engine permits the search depth to be selected and the paths table
41includes the depth at which each path type is found. A search depth of zero
42causes no searching to be done. Extra paths can also be injected, and this
-
43should be used to preserve previously-found paths across invokations for the
+
43should be used to preserve previously-found paths across invocations for the
44same path request (particularly if the search depth may change).
45
46*/
diff --git a/RegisterSSLCerts_8cpp_source.html b/RegisterSSLCerts_8cpp_source.html index ff21073be1..8ceee12b40 100644 --- a/RegisterSSLCerts_8cpp_source.html +++ b/RegisterSSLCerts_8cpp_source.html @@ -133,11 +133,11 @@ $(document).ready(function() { init_codefold(0); });
49 return;
50 }
51
-
52 auto warn = [&](std::string const& mesg) {
+
52 auto warn = [&](std::string const& msg) {
53 // Buffer based on asio recommended size
54 char buf[256];
55 ::ERR_error_string_n(ec.value(), buf, sizeof(buf));
-
56 JLOG(j.warn()) << mesg << " " << buf;
+
56 JLOG(j.warn()) << msg << " " << buf;
57 ::ERR_clear_error();
58 };
59
diff --git a/StringUtilities_8h_source.html b/StringUtilities_8h_source.html index 6eeb9ee62f..8874042263 100644 --- a/StringUtilities_8h_source.html +++ b/StringUtilities_8h_source.html @@ -105,7 +105,7 @@ $(document).ready(function() { init_codefold(0); });
32strUnHex(std::size_t strSize, Iterator begin, Iterator end)
33{
-
34 static constexpr std::array<int, 256> const unxtab = []() {
+
34 static constexpr std::array<int, 256> const digitLookupTable = []() {
36
37 for (auto& x : t)
@@ -131,7 +131,7 @@ $(document).ready(function() { init_codefold(0); });
57
58 if (strSize & 1)
59 {
-
60 int c = unxtab[*iter++];
+
60 int c = digitLookupTable[*iter++];
61
62 if (c < 0)
63 return {};
@@ -141,12 +141,12 @@ $(document).ready(function() { init_codefold(0); });
67
68 while (iter != end)
69 {
-
70 int cHigh = unxtab[*iter++];
+
70 int cHigh = digitLookupTable[*iter++];
71
72 if (cHigh < 0)
73 return {};
74
-
75 int cLow = unxtab[*iter++];
+
75 int cLow = digitLookupTable[*iter++];
76
77 if (cLow < 0)
78 return {};
diff --git a/aged__unordered__container_8h_source.html b/aged__unordered__container_8h_source.html index 97761b18ed..93d7493e1f 100644 --- a/aged__unordered__container_8h_source.html +++ b/aged__unordered__container_8h_source.html @@ -3655,257 +3655,258 @@ $(document).ready(function() { init_codefold(0); });
3189{
3190 if (size() != other.size())
3191 return false;
-
3192 for (auto iter(cbegin()), last(cend()), olast(other.cend()); iter != last;
-
3193 ++iter)
-
3194 {
-
3195 auto oiter(other.find(extract(*iter)));
-
3196 if (oiter == olast)
-
3197 return false;
-
3198 }
-
3199 return true;
-
3200}
+
3192 for (auto iter(cbegin()), last(cend()), otherLast(other.cend());
+
3193 iter != last;
+
3194 ++iter)
+
3195 {
+
3196 auto otherIter(other.find(extract(*iter)));
+
3197 if (otherIter == otherLast)
+
3198 return false;
+
3199 }
+
3200 return true;
+
3201}
-
3201
-
3202template <
-
3203 bool IsMulti,
-
3204 bool IsMap,
-
3205 class Key,
-
3206 class T,
-
3207 class Clock,
-
3208 class Hash,
-
3209 class KeyEqual,
-
3210 class Allocator>
-
3211template <
-
3212 bool OtherIsMap,
-
3213 class OtherKey,
-
3214 class OtherT,
-
3215 class OtherDuration,
-
3216 class OtherHash,
-
3217 class OtherAllocator,
-
3218 bool maybe_multi>
-
3219typename std::enable_if<maybe_multi, bool>::type
-
3220aged_unordered_container<
-
3221 IsMulti,
-
3222 IsMap,
-
3223 Key,
-
3224 T,
-
3225 Clock,
-
3226 Hash,
-
3227 KeyEqual,
-
-
3228 Allocator>::
-
3229operator==(aged_unordered_container<
-
3230 true,
-
3231 OtherIsMap,
-
3232 OtherKey,
-
3233 OtherT,
-
3234 OtherDuration,
-
3235 OtherHash,
-
3236 KeyEqual,
-
3237 OtherAllocator> const& other) const
-
3238{
-
3239 if (size() != other.size())
-
3240 return false;
-
3241 for (auto iter(cbegin()), last(cend()); iter != last;)
-
3242 {
-
3243 auto const& k(extract(*iter));
-
3244 auto const eq(equal_range(k));
-
3245 auto const oeq(other.equal_range(k));
-
3246#if BEAST_NO_CXX14_IS_PERMUTATION
-
3247 if (std::distance(eq.first, eq.second) !=
-
3248 std::distance(oeq.first, oeq.second) ||
-
3249 !std::is_permutation(eq.first, eq.second, oeq.first))
-
3250 return false;
-
3251#else
-
3252 if (!std::is_permutation(eq.first, eq.second, oeq.first, oeq.second))
-
3253 return false;
-
3254#endif
-
3255 iter = eq.second;
-
3256 }
-
3257 return true;
-
3258}
+
3202
+
3203template <
+
3204 bool IsMulti,
+
3205 bool IsMap,
+
3206 class Key,
+
3207 class T,
+
3208 class Clock,
+
3209 class Hash,
+
3210 class KeyEqual,
+
3211 class Allocator>
+
3212template <
+
3213 bool OtherIsMap,
+
3214 class OtherKey,
+
3215 class OtherT,
+
3216 class OtherDuration,
+
3217 class OtherHash,
+
3218 class OtherAllocator,
+
3219 bool maybe_multi>
+ + +
3222 IsMulti,
+
3223 IsMap,
+
3224 Key,
+
3225 T,
+
3226 Clock,
+
3227 Hash,
+
3228 KeyEqual,
+
+
3229 Allocator>::
+
3230operator==(aged_unordered_container<
+
3231 true,
+
3232 OtherIsMap,
+
3233 OtherKey,
+
3234 OtherT,
+
3235 OtherDuration,
+
3236 OtherHash,
+
3237 KeyEqual,
+
3238 OtherAllocator> const& other) const
+
3239{
+
3240 if (size() != other.size())
+
3241 return false;
+
3242 for (auto iter(cbegin()), last(cend()); iter != last;)
+
3243 {
+
3244 auto const& k(extract(*iter));
+
3245 auto const eq(equal_range(k));
+
3246 auto const oeq(other.equal_range(k));
+
3247#if BEAST_NO_CXX14_IS_PERMUTATION
+
3248 if (std::distance(eq.first, eq.second) !=
+
3249 std::distance(oeq.first, oeq.second) ||
+
3250 !std::is_permutation(eq.first, eq.second, oeq.first))
+
3251 return false;
+
3252#else
+
3253 if (!std::is_permutation(eq.first, eq.second, oeq.first, oeq.second))
+
3254 return false;
+
3255#endif
+
3256 iter = eq.second;
+
3257 }
+
3258 return true;
+
3259}
-
3259
-
3260//------------------------------------------------------------------------------
-
3261
-
3262// map, set
-
3263template <
-
3264 bool IsMulti,
-
3265 bool IsMap,
-
3266 class Key,
-
3267 class T,
-
3268 class Clock,
-
3269 class Hash,
-
3270 class KeyEqual,
-
3271 class Allocator>
-
3272template <bool maybe_multi>
-
3273auto
- -
3275 IsMulti,
-
3276 IsMap,
-
3277 Key,
-
3278 T,
-
3279 Clock,
-
3280 Hash,
-
3281 KeyEqual,
-
-
3282 Allocator>::insert_unchecked(value_type const& value) ->
- -
3284{
-
3285 typename cont_type::insert_commit_data d;
-
3286 auto const result(m_cont.insert_check(
-
3287 extract(value),
-
3288 std::cref(m_config.hash_function()),
-
3289 std::cref(m_config.key_value_equal()),
-
3290 d));
-
3291 if (result.second)
-
3292 {
-
3293 element* const p(new_element(value));
-
3294 auto const iter(m_cont.insert_commit(*p, d));
-
3295 chronological.list.push_back(*p);
-
3296 return std::make_pair(iterator(iter), true);
-
3297 }
-
3298 return std::make_pair(iterator(result.first), false);
-
3299}
+
3260
+
3261//------------------------------------------------------------------------------
+
3262
+
3263// map, set
+
3264template <
+
3265 bool IsMulti,
+
3266 bool IsMap,
+
3267 class Key,
+
3268 class T,
+
3269 class Clock,
+
3270 class Hash,
+
3271 class KeyEqual,
+
3272 class Allocator>
+
3273template <bool maybe_multi>
+
3274auto
+ +
3276 IsMulti,
+
3277 IsMap,
+
3278 Key,
+
3279 T,
+
3280 Clock,
+
3281 Hash,
+
3282 KeyEqual,
+
+
3283 Allocator>::insert_unchecked(value_type const& value) ->
+ +
3285{
+
3286 typename cont_type::insert_commit_data d;
+
3287 auto const result(m_cont.insert_check(
+
3288 extract(value),
+
3289 std::cref(m_config.hash_function()),
+
3290 std::cref(m_config.key_value_equal()),
+
3291 d));
+
3292 if (result.second)
+
3293 {
+
3294 element* const p(new_element(value));
+
3295 auto const iter(m_cont.insert_commit(*p, d));
+
3296 chronological.list.push_back(*p);
+
3297 return std::make_pair(iterator(iter), true);
+
3298 }
+
3299 return std::make_pair(iterator(result.first), false);
+
3300}
-
3300
-
3301// multimap, multiset
-
3302template <
-
3303 bool IsMulti,
-
3304 bool IsMap,
-
3305 class Key,
-
3306 class T,
-
3307 class Clock,
-
3308 class Hash,
-
3309 class KeyEqual,
-
3310 class Allocator>
-
3311template <bool maybe_multi>
-
3312auto
- -
3314 IsMulti,
-
3315 IsMap,
-
3316 Key,
-
3317 T,
-
3318 Clock,
-
3319 Hash,
-
3320 KeyEqual,
-
3321 Allocator>::insert_unchecked(value_type const& value) ->
- -
3323{
-
3324 element* const p(new_element(value));
-
3325 chronological.list.push_back(*p);
-
3326 auto const iter(m_cont.insert(*p));
-
3327 return iterator(iter);
-
3328}
-
3329
-
3330//------------------------------------------------------------------------------
-
3331
-
3332} // namespace detail
-
3333
-
3334//------------------------------------------------------------------------------
-
3335
-
3336template <
-
3337 bool IsMulti,
-
3338 bool IsMap,
-
3339 class Key,
-
3340 class T,
-
3341 class Clock,
-
3342 class Hash,
-
3343 class KeyEqual,
-
3344 class Allocator>
-
- -
3346 IsMulti,
-
3347 IsMap,
-
3348 Key,
-
3349 T,
-
3350 Clock,
-
3351 Hash,
-
3352 KeyEqual,
-
3353 Allocator>> : std::true_type
-
3354{
-
3355 explicit is_aged_container() = default;
-
3356};
+
3301
+
3302// multimap, multiset
+
3303template <
+
3304 bool IsMulti,
+
3305 bool IsMap,
+
3306 class Key,
+
3307 class T,
+
3308 class Clock,
+
3309 class Hash,
+
3310 class KeyEqual,
+
3311 class Allocator>
+
3312template <bool maybe_multi>
+
3313auto
+ +
3315 IsMulti,
+
3316 IsMap,
+
3317 Key,
+
3318 T,
+
3319 Clock,
+
3320 Hash,
+
3321 KeyEqual,
+
3322 Allocator>::insert_unchecked(value_type const& value) ->
+ +
3324{
+
3325 element* const p(new_element(value));
+
3326 chronological.list.push_back(*p);
+
3327 auto const iter(m_cont.insert(*p));
+
3328 return iterator(iter);
+
3329}
+
3330
+
3331//------------------------------------------------------------------------------
+
3332
+
3333} // namespace detail
+
3334
+
3335//------------------------------------------------------------------------------
+
3336
+
3337template <
+
3338 bool IsMulti,
+
3339 bool IsMap,
+
3340 class Key,
+
3341 class T,
+
3342 class Clock,
+
3343 class Hash,
+
3344 class KeyEqual,
+
3345 class Allocator>
+
+ +
3347 IsMulti,
+
3348 IsMap,
+
3349 Key,
+
3350 T,
+
3351 Clock,
+
3352 Hash,
+
3353 KeyEqual,
+
3354 Allocator>> : std::true_type
+
3355{
+
3356 explicit is_aged_container() = default;
+
3357};
-
3357
-
3358// Free functions
-
3359
-
3360template <
-
3361 bool IsMulti,
-
3362 bool IsMap,
-
3363 class Key,
-
3364 class T,
-
3365 class Clock,
-
3366 class Hash,
-
3367 class KeyEqual,
-
3368 class Allocator>
-
3369void
-
- - -
3372 IsMulti,
-
3373 IsMap,
-
3374 Key,
-
3375 T,
-
3376 Clock,
-
3377 Hash,
-
3378 KeyEqual,
-
3379 Allocator>& lhs,
- -
3381 IsMulti,
-
3382 IsMap,
-
3383 Key,
-
3384 T,
-
3385 Clock,
-
3386 Hash,
-
3387 KeyEqual,
-
3388 Allocator>& rhs) noexcept
-
3389{
-
3390 lhs.swap(rhs);
-
3391}
+
3358
+
3359// Free functions
+
3360
+
3361template <
+
3362 bool IsMulti,
+
3363 bool IsMap,
+
3364 class Key,
+
3365 class T,
+
3366 class Clock,
+
3367 class Hash,
+
3368 class KeyEqual,
+
3369 class Allocator>
+
3370void
+
+ + +
3373 IsMulti,
+
3374 IsMap,
+
3375 Key,
+
3376 T,
+
3377 Clock,
+
3378 Hash,
+
3379 KeyEqual,
+
3380 Allocator>& lhs,
+ +
3382 IsMulti,
+
3383 IsMap,
+
3384 Key,
+
3385 T,
+
3386 Clock,
+
3387 Hash,
+
3388 KeyEqual,
+
3389 Allocator>& rhs) noexcept
+
3390{
+
3391 lhs.swap(rhs);
+
3392}
-
3392
-
3394template <
-
3395 bool IsMulti,
-
3396 bool IsMap,
-
3397 class Key,
-
3398 class T,
-
3399 class Clock,
-
3400 class Hash,
-
3401 class KeyEqual,
-
3402 class Allocator,
-
3403 class Rep,
-
3404 class Period>
- -
- - -
3408 IsMulti,
-
3409 IsMap,
-
3410 Key,
-
3411 T,
-
3412 Clock,
-
3413 Hash,
-
3414 KeyEqual,
-
3415 Allocator>& c,
-
3416 std::chrono::duration<Rep, Period> const& age) noexcept
-
3417{
-
3418 std::size_t n(0);
-
3419 auto const expired(c.clock().now() - age);
-
3420 for (auto iter(c.chronological.cbegin());
-
3421 iter != c.chronological.cend() && iter.when() <= expired;)
-
3422 {
-
3423 iter = c.erase(iter);
-
3424 ++n;
-
3425 }
-
3426 return n;
-
3427}
+
3393
+
3395template <
+
3396 bool IsMulti,
+
3397 bool IsMap,
+
3398 class Key,
+
3399 class T,
+
3400 class Clock,
+
3401 class Hash,
+
3402 class KeyEqual,
+
3403 class Allocator,
+
3404 class Rep,
+
3405 class Period>
+ +
+ + +
3409 IsMulti,
+
3410 IsMap,
+
3411 Key,
+
3412 T,
+
3413 Clock,
+
3414 Hash,
+
3415 KeyEqual,
+
3416 Allocator>& c,
+
3417 std::chrono::duration<Rep, Period> const& age) noexcept
+
3418{
+
3419 std::size_t n(0);
+
3420 auto const expired(c.clock().now() - age);
+
3421 for (auto iter(c.chronological.cbegin());
+
3422 iter != c.chronological.cend() && iter.when() <= expired;)
+
3423 {
+
3424 iter = c.erase(iter);
+
3425 ++n;
+
3426 }
+
3427 return n;
+
3428}
-
3428
-
3429} // namespace beast
-
3430
-
3431#endif
+
3429
+
3430} // namespace beast
+
3431
+
3432#endif
@@ -4119,7 +4120,7 @@ $(document).ready(function() { init_codefold(0); });
std::enable_if<!maybe_multi, iterator >::type insert(const_iterator, value_type &&value)
auto emplace(Args &&... args) -> typename std::enable_if< maybe_multi, iterator >::type
-
std::enable_if< maybe_multi, bool >::type operator==(aged_unordered_container< true, OtherIsMap, OtherKey, OtherT, OtherDuration, OtherHash, KeyEqual, OtherAllocator > const &other) const
+
std::enable_if< maybe_multi, bool >::type operator==(aged_unordered_container< true, OtherIsMap, OtherKey, OtherT, OtherDuration, OtherHash, KeyEqual, OtherAllocator > const &other) const
std::enable_if< maybe_multi, iterator >::type insert(const_iterator, value_type &&value)
@@ -4127,7 +4128,7 @@ $(document).ready(function() { init_codefold(0); });
const_local_iterator cbegin(size_type n) const
-
auto insert_unchecked(value_type const &value) -> typename std::enable_if<!maybe_multi, std::pair< iterator, bool > >::type
+
auto insert_unchecked(value_type const &value) -> typename std::enable_if<!maybe_multi, std::pair< iterator, bool > >::type
aged_unordered_container(aged_unordered_container const &other, Allocator const &alloc)
diff --git a/classJson_1_1StaticString-members.html b/classJson_1_1StaticString-members.html index 9f4e7c2c72..979a8b5d70 100644 --- a/classJson_1_1StaticString-members.html +++ b/classJson_1_1StaticString-members.html @@ -81,7 +81,7 @@ $(function() { - +
c_str() constJson::StaticString
operator char const *() constJson::StaticString
StaticString(char const *czstring)Json::StaticStringexplicit
StaticString(char const *czString)Json::StaticStringexplicit
str_Json::StaticStringprivate
diff --git a/classJson_1_1StaticString.html b/classJson_1_1StaticString.html index 000bbcd735..6b1e3faff1 100644 --- a/classJson_1_1StaticString.html +++ b/classJson_1_1StaticString.html @@ -88,8 +88,8 @@ $(function() { - - + + @@ -112,8 +112,8 @@ Private Attributes

Definition at line 44 of file json_value.h.

Constructor & Destructor Documentation

- -

◆ StaticString()

+ +

◆ StaticString()

@@ -125,7 +125,7 @@ Private Attributes
- +

Public Member Functions

constexpr StaticString (char const *czstring)
 
constexpr StaticString (char const *czString)
 
constexpr operator char const * () const
 
constexpr char const * c_str () const
constexpr Json::StaticString::StaticString ( char const * czstring)czString)
diff --git a/classJson_1_1StyledStreamWriter-members.html b/classJson_1_1StyledStreamWriter-members.html index 870f061822..7f59829f63 100644 --- a/classJson_1_1StyledStreamWriter-members.html +++ b/classJson_1_1StyledStreamWriter-members.html @@ -86,7 +86,7 @@ $(function() { indent()Json::StyledStreamWriterprivate indentation_Json::StyledStreamWriterprivate indentString_Json::StyledStreamWriterprivate - isMultineArray(Value const &value)Json::StyledStreamWriterprivate + isMultilineArray(Value const &value)Json::StyledStreamWriterprivate pushValue(std::string const &value)Json::StyledStreamWriterprivate rightMargin_Json::StyledStreamWriterprivate StyledStreamWriter(std::string indentation="\t")Json::StyledStreamWriter diff --git a/classJson_1_1StyledStreamWriter.html b/classJson_1_1StyledStreamWriter.html index bec502b74a..683d841395 100644 --- a/classJson_1_1StyledStreamWriter.html +++ b/classJson_1_1StyledStreamWriter.html @@ -132,8 +132,8 @@ Private Member Functions   void writeArrayValue (Value const &value)   -bool isMultineArray (Value const &value) -  +bool isMultilineArray (Value const &value) +  void pushValue (std::string const &value)   void writeIndent () @@ -346,8 +346,8 @@ Private Attributes - -

◆ isMultineArray()

+ +

◆ isMultilineArray()

@@ -356,7 +356,7 @@ Private Attributes - + diff --git a/classJson_1_1StyledWriter-members.html b/classJson_1_1StyledWriter-members.html index 99891ff277..7ea874fe86 100644 --- a/classJson_1_1StyledWriter-members.html +++ b/classJson_1_1StyledWriter-members.html @@ -86,7 +86,7 @@ $(function() { - + diff --git a/classJson_1_1StyledWriter.html b/classJson_1_1StyledWriter.html index 02fa2d782e..c2d206960a 100644 --- a/classJson_1_1StyledWriter.html +++ b/classJson_1_1StyledWriter.html @@ -136,8 +136,8 @@ Private Member Functions - - + + @@ -350,8 +350,8 @@ Private Attributes - -

◆ isMultineArray()

+ +

◆ isMultilineArray()

@@ -360,7 +360,7 @@ Private Attributes
bool Json::StyledStreamWriter::isMultineArray bool Json::StyledStreamWriter::isMultilineArray ( Value const &  value)
indent()Json::StyledWriterprivate
indentSize_Json::StyledWriterprivate
indentString_Json::StyledWriterprivate
isMultineArray(Value const &value)Json::StyledWriterprivate
isMultilineArray(Value const &value)Json::StyledWriterprivate
pushValue(std::string const &value)Json::StyledWriterprivate
rightMargin_Json::StyledWriterprivate
StyledWriter()Json::StyledWriter
 
void writeArrayValue (Value const &value)
 
bool isMultineArray (Value const &value)
 
bool isMultilineArray (Value const &value)
 
void pushValue (std::string const &value)
 
void writeIndent ()
- + diff --git a/classbeast_1_1PropertyStream_1_1Source.html b/classbeast_1_1PropertyStream_1_1Source.html index dc9203024a..995befeba6 100644 --- a/classbeast_1_1PropertyStream_1_1Source.html +++ b/classbeast_1_1PropertyStream_1_1Source.html @@ -533,7 +533,7 @@ template<class Derived >

Parse the dot-delimited Source path and return the result.

The first value will be a pointer to the Source object corresponding to the given path. If no Source object exists, then the first value will be nullptr and the second value will be undefined. The second value is a boolean indicating whether or not the path string specifies the wildcard character '*' as the last character.

-

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct discendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

+

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct descendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

Definition at line 254 of file beast_PropertyStream.cpp.

diff --git a/classbeast_1_1detail_1_1aged__unordered__container.html b/classbeast_1_1detail_1_1aged__unordered__container.html index abe7f28c73..5954bcbc64 100644 --- a/classbeast_1_1detail_1_1aged__unordered__container.html +++ b/classbeast_1_1detail_1_1aged__unordered__container.html @@ -4056,7 +4056,7 @@ template<bool OtherIsMap, class OtherKey , class OtherT , class OtherDuration
bool Json::StyledWriter::isMultineArray bool Json::StyledWriter::isMultilineArray ( Value const &  value)
-

Definition at line 3228 of file aged_unordered_container.h.

+

Definition at line 3229 of file aged_unordered_container.h.

@@ -4172,7 +4172,7 @@ template<bool maybe_multi>
-

Definition at line 3282 of file aged_unordered_container.h.

+

Definition at line 3283 of file aged_unordered_container.h.

diff --git a/classxrpl_1_1Application.html b/classxrpl_1_1Application.html index 3ffbdbdb5a..857db72a62 100644 --- a/classxrpl_1_1Application.html +++ b/classxrpl_1_1Application.html @@ -2269,7 +2269,7 @@ template<class Derived >

Parse the dot-delimited Source path and return the result.

The first value will be a pointer to the Source object corresponding to the given path. If no Source object exists, then the first value will be nullptr and the second value will be undefined. The second value is a boolean indicating whether or not the path string specifies the wildcard character '*' as the last character.

-

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct discendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

+

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct descendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

Definition at line 254 of file beast_PropertyStream.cpp.

diff --git a/classxrpl_1_1ApplicationImp.html b/classxrpl_1_1ApplicationImp.html index 855d1608eb..ceaaa03ce7 100644 --- a/classxrpl_1_1ApplicationImp.html +++ b/classxrpl_1_1ApplicationImp.html @@ -2863,7 +2863,7 @@ template<class Derived >

Parse the dot-delimited Source path and return the result.

The first value will be a pointer to the Source object corresponding to the given path. If no Source object exists, then the first value will be nullptr and the second value will be undefined. The second value is a boolean indicating whether or not the path string specifies the wildcard character '*' as the last character.

-

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct discendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

+

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct descendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

Definition at line 254 of file beast_PropertyStream.cpp.

diff --git a/classxrpl_1_1IOUAmount.html b/classxrpl_1_1IOUAmount.html index 58a2a6e679..097cf1faaf 100644 --- a/classxrpl_1_1IOUAmount.html +++ b/classxrpl_1_1IOUAmount.html @@ -176,7 +176,7 @@ Friends

Detailed Description

Floating point representation of amounts with high dynamic range.

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.

+

Arithmetic operations can throw std::overflow_error during normalization if the amount exceeds the largest representable amount, but underflows will silently truncate to zero.

Definition at line 25 of file IOUAmount.h.

Constructor & Destructor Documentation

diff --git a/classxrpl_1_1LedgerCleaner.html b/classxrpl_1_1LedgerCleaner.html index 0891c3419a..aa4665f5e1 100644 --- a/classxrpl_1_1LedgerCleaner.html +++ b/classxrpl_1_1LedgerCleaner.html @@ -635,7 +635,7 @@ template<class Derived >

Parse the dot-delimited Source path and return the result.

The first value will be a pointer to the Source object corresponding to the given path. If no Source object exists, then the first value will be nullptr and the second value will be undefined. The second value is a boolean indicating whether or not the path string specifies the wildcard character '*' as the last character.

-

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct discendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

+

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct descendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

Definition at line 254 of file beast_PropertyStream.cpp.

diff --git a/classxrpl_1_1LedgerCleanerImp.html b/classxrpl_1_1LedgerCleanerImp.html index 1a619f164d..275c90e69b 100644 --- a/classxrpl_1_1LedgerCleanerImp.html +++ b/classxrpl_1_1LedgerCleanerImp.html @@ -968,7 +968,7 @@ template<class Derived >

Parse the dot-delimited Source path and return the result.

The first value will be a pointer to the Source object corresponding to the given path. If no Source object exists, then the first value will be nullptr and the second value will be undefined. The second value is a boolean indicating whether or not the path string specifies the wildcard character '*' as the last character.

-

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct discendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

+

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct descendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

Definition at line 254 of file beast_PropertyStream.cpp.

diff --git a/classxrpl_1_1NodeStore_1_1Manager.html b/classxrpl_1_1NodeStore_1_1Manager.html index 564fce7c55..10d4cba663 100644 --- a/classxrpl_1_1NodeStore_1_1Manager.html +++ b/classxrpl_1_1NodeStore_1_1Manager.html @@ -469,7 +469,7 @@ Static Public Member Functions

Construct a NodeStore database.

The parameters are key value pairs passed to the backend. The 'type' key must exist, it defines the choice of backend. Most backends also require a 'path' field.

Some choices for 'type' are: HyperLevelDB, LevelDBFactory, SQLite, MDB

-

If the fastBackendParameter is omitted or empty, no ephemeral database is used. If the scheduler parameter is omited or unspecified, a synchronous scheduler is used which performs all tasks immediately on the caller's thread.

+

If the fastBackendParameter is omitted or empty, no ephemeral database is used. If the scheduler parameter is omitted or unspecified, a synchronous scheduler is used which performs all tasks immediately on the caller's thread.

Note
If the database cannot be opened or created, an exception is thrown.
Parameters
diff --git a/classxrpl_1_1NodeStore_1_1ManagerImp.html b/classxrpl_1_1NodeStore_1_1ManagerImp.html index a1b5664aef..38ebbf458b 100644 --- a/classxrpl_1_1NodeStore_1_1ManagerImp.html +++ b/classxrpl_1_1NodeStore_1_1ManagerImp.html @@ -461,7 +461,7 @@ Private Attributes

Construct a NodeStore database.

The parameters are key value pairs passed to the backend. The 'type' key must exist, it defines the choice of backend. Most backends also require a 'path' field.

Some choices for 'type' are: HyperLevelDB, LevelDBFactory, SQLite, MDB

-

If the fastBackendParameter is omitted or empty, no ephemeral database is used. If the scheduler parameter is omited or unspecified, a synchronous scheduler is used which performs all tasks immediately on the caller's thread.

+

If the fastBackendParameter is omitted or empty, no ephemeral database is used. If the scheduler parameter is omitted or unspecified, a synchronous scheduler is used which performs all tasks immediately on the caller's thread.

Note
If the database cannot be opened or created, an exception is thrown.
Parameters
diff --git a/classxrpl_1_1Overlay.html b/classxrpl_1_1Overlay.html index 6705617ae7..8bca279448 100644 --- a/classxrpl_1_1Overlay.html +++ b/classxrpl_1_1Overlay.html @@ -1557,7 +1557,7 @@ template<class Derived >

Parse the dot-delimited Source path and return the result.

The first value will be a pointer to the Source object corresponding to the given path. If no Source object exists, then the first value will be nullptr and the second value will be undefined. The second value is a boolean indicating whether or not the path string specifies the wildcard character '*' as the last character.

-

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct discendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

+

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct descendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

Definition at line 254 of file beast_PropertyStream.cpp.

diff --git a/classxrpl_1_1OverlayImpl.html b/classxrpl_1_1OverlayImpl.html index 9c2a774f2c..2b339b88e3 100644 --- a/classxrpl_1_1OverlayImpl.html +++ b/classxrpl_1_1OverlayImpl.html @@ -3392,7 +3392,7 @@ template<class Derived >

Parse the dot-delimited Source path and return the result.

The first value will be a pointer to the Source object corresponding to the given path. If no Source object exists, then the first value will be nullptr and the second value will be undefined. The second value is a boolean indicating whether or not the path string specifies the wildcard character '*' as the last character.

-

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct discendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

+

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct descendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

Definition at line 254 of file beast_PropertyStream.cpp.

diff --git a/classxrpl_1_1PeerFinder_1_1Manager.html b/classxrpl_1_1PeerFinder_1_1Manager.html index d3173c9c05..487782ef06 100644 --- a/classxrpl_1_1PeerFinder_1_1Manager.html +++ b/classxrpl_1_1PeerFinder_1_1Manager.html @@ -1219,7 +1219,7 @@ template<class Derived >

Parse the dot-delimited Source path and return the result.

The first value will be a pointer to the Source object corresponding to the given path. If no Source object exists, then the first value will be nullptr and the second value will be undefined. The second value is a boolean indicating whether or not the path string specifies the wildcard character '*' as the last character.

-

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct discendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

+

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct descendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

Definition at line 254 of file beast_PropertyStream.cpp.

diff --git a/classxrpl_1_1PeerFinder_1_1ManagerImp.html b/classxrpl_1_1PeerFinder_1_1ManagerImp.html index 17d0c51cc5..3c65ca6c47 100644 --- a/classxrpl_1_1PeerFinder_1_1ManagerImp.html +++ b/classxrpl_1_1PeerFinder_1_1ManagerImp.html @@ -1492,7 +1492,7 @@ template<class Derived >

Parse the dot-delimited Source path and return the result.

The first value will be a pointer to the Source object corresponding to the given path. If no Source object exists, then the first value will be nullptr and the second value will be undefined. The second value is a boolean indicating whether or not the path string specifies the wildcard character '*' as the last character.

-

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct discendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

+

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct descendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

Definition at line 254 of file beast_PropertyStream.cpp.

diff --git a/classxrpl_1_1Resource_1_1Manager.html b/classxrpl_1_1Resource_1_1Manager.html index c314336b3e..9b253e5eb0 100644 --- a/classxrpl_1_1Resource_1_1Manager.html +++ b/classxrpl_1_1Resource_1_1Manager.html @@ -824,7 +824,7 @@ template<class Derived >

Parse the dot-delimited Source path and return the result.

The first value will be a pointer to the Source object corresponding to the given path. If no Source object exists, then the first value will be nullptr and the second value will be undefined. The second value is a boolean indicating whether or not the path string specifies the wildcard character '*' as the last character.

-

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct discendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

+

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct descendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

Definition at line 254 of file beast_PropertyStream.cpp.

diff --git a/classxrpl_1_1Resource_1_1ManagerImp.html b/classxrpl_1_1Resource_1_1ManagerImp.html index a541015a03..e97b7437c8 100644 --- a/classxrpl_1_1Resource_1_1ManagerImp.html +++ b/classxrpl_1_1Resource_1_1ManagerImp.html @@ -1060,7 +1060,7 @@ template<class Derived >

Parse the dot-delimited Source path and return the result.

The first value will be a pointer to the Source object corresponding to the given path. If no Source object exists, then the first value will be nullptr and the second value will be undefined. The second value is a boolean indicating whether or not the path string specifies the wildcard character '*' as the last character.

-

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct discendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

+

print statement examples "parent.child" prints child and all of its children "parent.child." start at the parent and print down to child "parent.grandchild" prints nothing- grandchild not direct descendent "parent.grandchild." starts at the parent and prints down to grandchild "parent.grandchild.*" starts at parent, print through grandchild children

Definition at line 254 of file beast_PropertyStream.cpp.

diff --git a/classxrpl_1_1SharedIntrusive.html b/classxrpl_1_1SharedIntrusive.html index abcf67a43a..b9c91032b3 100644 --- a/classxrpl_1_1SharedIntrusive.html +++ b/classxrpl_1_1SharedIntrusive.html @@ -201,7 +201,7 @@ Friends

Detailed Description

template<class T>
class xrpl::SharedIntrusive< T >

A shared intrusive pointer class that supports weak pointers.

-

This is meant to be used for SHAMapInnerNodes, but may be useful for other cases. Since the reference counts are stored on the pointee, the pointee is not destroyed until both the strong and weak pointer counts go to zero. When the strong pointer count goes to zero, the "partialDestructor" is called. This can be used to destroy as much of the object as possible while still retaining the reference counts. For example, for SHAMapInnerNodes the children may be reset in that function. Note that std::shared_poiner WILL run the destructor when the strong count reaches zero, but may not free the memory used by the object until the weak count reaches zero. In rippled, we typically allocate shared pointers with the make_shared function. When that is used, the memory is not reclaimed until the weak count reaches zero.

+

This is meant to be used for SHAMapInnerNodes, but may be useful for other cases. Since the reference counts are stored on the pointee, the pointee is not destroyed until both the strong and weak pointer counts go to zero. When the strong pointer count goes to zero, the "partialDestructor" is called. This can be used to destroy as much of the object as possible while still retaining the reference counts. For example, for SHAMapInnerNodes the children may be reset in that function. Note that std::shared_pointer WILL run the destructor when the strong count reaches zero, but may not free the memory used by the object until the weak count reaches zero. In rippled, we typically allocate shared pointers with the make_shared function. When that is used, the memory is not reclaimed until the weak count reaches zero.

Definition at line 68 of file IntrusivePointer.h.

Constructor & Destructor Documentation

diff --git a/classxrpl_1_1Slice.html b/classxrpl_1_1Slice.html index fa023a5f69..da5c73a795 100644 --- a/classxrpl_1_1Slice.html +++ b/classxrpl_1_1Slice.html @@ -690,7 +690,7 @@ Private Attributes

Return a "sub slice" of given length starting at the given position.

-

Note that the subslice encompasses the range [pos, pos + rcount), where rcount is the smaller of count and size() - pos.

+

Note that the subslice encompasses the range [pos, pos + rCount), where rCount is the smaller of count and size() - pos.

Parameters
diff --git a/functions_func_i.html b/functions_func_i.html index a6dae63a79..8b3702f9c0 100644 --- a/functions_func_i.html +++ b/functions_func_i.html @@ -235,7 +235,7 @@ $(function() {
  • isLoadedLocal() : xrpl::LoadFeeTrack
  • isMember() : Json::Value, xrpl::detail::MultiApiJson< MinVer, MaxVer >
  • isMetadataPresent() : xrpl::test::jtx::MPTTester
  • -
  • isMultineArray() : Json::StyledStreamWriter, Json::StyledWriter
  • +
  • isMultilineArray() : Json::StyledStreamWriter, Json::StyledWriter
  • isMultipleEndpoints() : xrpl::test::DNS_test
  • isMultiSigning() : xrpl::RPC::detail::SigningForParams
  • isNeedNetworkLedger() : xrpl::NetworkOPs, xrpl::NetworkOPsImp
  • diff --git a/functions_func_s.html b/functions_func_s.html index 6c8e2e2567..5bf118783d 100644 --- a/functions_func_s.html +++ b/functions_func_s.html @@ -456,7 +456,7 @@ $(function() {
  • StateGuard() : xrpl::test::ExistingElementPool::StateGuard
  • stateMap() : xrpl::Ledger
  • stateString() : xrpl::PeerFinder::Logic< Checker >
  • -
  • StaticString() : Json::StaticString
  • +
  • StaticString() : Json::StaticString
  • stats() : xrpl::JobTypeData
  • Stats() : xrpl::LedgerMaster::Stats, xrpl::LoadMonitor::Stats, xrpl::NetworkOPsImp::Stats, xrpl::OverlayImpl::Stats, xrpl::PeerFinder::ManagerImp::Stats, xrpl::Resource::Logic::Stats, xrpl::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::Stats
  • StatsDCollector() : beast::insight::StatsDCollector
  • diff --git a/functions_i.html b/functions_i.html index 511aba0cfb..529db14d72 100644 --- a/functions_i.html +++ b/functions_i.html @@ -340,7 +340,7 @@ $(function() {
  • isMember() : Json::Value, xrpl::detail::MultiApiJson< MinVer, MaxVer >
  • IsMemberResult : xrpl::detail::MultiApiJson< MinVer, MaxVer >
  • isMetadataPresent() : xrpl::test::jtx::MPTTester
  • -
  • isMultineArray() : Json::StyledStreamWriter, Json::StyledWriter
  • +
  • isMultilineArray() : Json::StyledStreamWriter, Json::StyledWriter
  • isMultipleEndpoints() : xrpl::test::DNS_test
  • isMultiSigning() : xrpl::RPC::detail::SigningForParams
  • isNeedNetworkLedger() : xrpl::NetworkOPs, xrpl::NetworkOPsImp
  • diff --git a/functions_s.html b/functions_s.html index 2a29ff8afd..0cc16f6942 100644 --- a/functions_s.html +++ b/functions_s.html @@ -725,7 +725,7 @@ $(function() {
  • states_ : xrpl::NetworkOPsImp::StateAccounting, xrpl::NetworkOPsImp
  • stateString() : xrpl::PeerFinder::Logic< Checker >
  • static_string : xrpl::detail::results
  • -
  • StaticString() : Json::StaticString
  • +
  • StaticString() : Json::StaticString
  • staticValence : xrpl::PeerFinder::Bootcache
  • stats() : xrpl::JobTypeData
  • Stats() : xrpl::LedgerMaster::Stats, xrpl::LoadMonitor::Stats, xrpl::NetworkOPsImp::Stats, xrpl::OverlayImpl::Stats, xrpl::PeerFinder::ManagerImp::Stats, xrpl::Resource::Logic::Stats, xrpl::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::Stats
  • diff --git a/json__value_8h_source.html b/json__value_8h_source.html index 82751753d3..74556f232f 100644 --- a/json__value_8h_source.html +++ b/json__value_8h_source.html @@ -113,7 +113,7 @@ $(document).ready(function() { init_codefold(0); });
    45{
    46public:
    -
    47 constexpr explicit StaticString(char const* czstring) : str_(czstring)
    +
    47 constexpr explicit StaticString(char const* czString) : str_(czString)
    48 {
    49 }
    @@ -684,7 +684,7 @@ $(document).ready(function() { init_codefold(0); });
    Lightweight wrapper to tag static string.
    Definition json_value.h:45
    constexpr char const * c_str() const
    Definition json_value.h:58
    char const * str_
    Definition json_value.h:64
    -
    constexpr StaticString(char const *czstring)
    Definition json_value.h:47
    +
    constexpr StaticString(char const *czString)
    Definition json_value.h:47
    Experimental do not use: Allocator to customize member name and string value memory management done b...
    Definition json_value.h:477
    virtual char * makeMemberName(char const *memberName)=0
    virtual ~ValueAllocator()=default
    diff --git a/json__valueiterator_8cpp_source.html b/json__valueiterator_8cpp_source.html index aae98faf7f..7b16f6bc1b 100644 --- a/json__valueiterator_8cpp_source.html +++ b/json__valueiterator_8cpp_source.html @@ -189,17 +189,17 @@ $(document).ready(function() { init_codefold(0); });
    91{
    -
    92 Value::CZString const czstring = (*current_).first;
    +
    92 Value::CZString const czString = (*current_).first;
    93
    -
    94 if (czstring.c_str())
    +
    94 if (czString.c_str())
    95 {
    -
    96 if (czstring.isStaticString())
    -
    97 return Value(StaticString(czstring.c_str()));
    +
    96 if (czString.isStaticString())
    +
    97 return Value(StaticString(czString.c_str()));
    98
    -
    99 return Value(czstring.c_str());
    +
    99 return Value(czString.c_str());
    100 }
    101
    -
    102 return Value(czstring.index());
    +
    102 return Value(czString.index());
    103}
    104
    @@ -207,10 +207,10 @@ $(document).ready(function() { init_codefold(0); });
    107{
    -
    108 Value::CZString const czstring = (*current_).first;
    +
    108 Value::CZString const czString = (*current_).first;
    109
    -
    110 if (!czstring.c_str())
    -
    111 return czstring.index();
    +
    110 if (!czString.c_str())
    +
    111 return czString.index();
    112
    113 return Value::UInt(-1);
    114}
    diff --git a/json__writer_8cpp_source.html b/json__writer_8cpp_source.html index 4ac7d6033a..aa40c1012f 100644 --- a/json__writer_8cpp_source.html +++ b/json__writer_8cpp_source.html @@ -457,7 +457,7 @@ $(document).ready(function() { init_codefold(0); });
    347 pushValue("[]");
    348 else
    349 {
    -
    350 bool isArrayMultiLine = isMultineArray(value);
    +
    350 bool isArrayMultiLine = isMultilineArray(value);
    351
    352 if (isArrayMultiLine)
    353 {
    @@ -510,7 +510,7 @@ $(document).ready(function() { init_codefold(0); });
    399
    400bool
    - +
    402{
    403 int size = value.size();
    404 bool isMultiLine = size * 3 >= rightMargin_;
    @@ -703,7 +703,7 @@ $(document).ready(function() { init_codefold(0); });
    573 pushValue("[]");
    574 else
    575 {
    -
    576 bool isArrayMultiLine = isMultineArray(value);
    +
    576 bool isArrayMultiLine = isMultilineArray(value);
    577
    578 if (isArrayMultiLine)
    579 {
    @@ -756,7 +756,7 @@ $(document).ready(function() { init_codefold(0); });
    625
    626bool
    - +
    628{
    629 int size = value.size();
    630 bool isMultiLine = size * 3 >= rightMargin_;
    @@ -872,10 +872,10 @@ $(document).ready(function() { init_codefold(0); });
    void write(std::ostream &out, Value const &root)
    Serialize a Value in JSON format.
    void writeWithIndent(std::string const &value)
    -
    bool isMultineArray(Value const &value)
    void writeValue(Value const &value)
    +
    bool isMultilineArray(Value const &value)
    void writeArrayValue(Value const &value)
    @@ -888,6 +888,7 @@ $(document).ready(function() { init_codefold(0); });
    ChildValues childValues_
    +
    bool isMultilineArray(Value const &value)
    std::string write(Value const &root) override
    Serialize a Value in JSON format.
    std::string indentString_
    @@ -899,7 +900,6 @@ $(document).ready(function() { init_codefold(0); });
    void writeWithIndent(std::string const &value)
    -
    bool isMultineArray(Value const &value)
    Represents a JSON value.
    Definition json_value.h:131
    bool isArray() const
    diff --git a/json__writer_8h_source.html b/json__writer_8h_source.html index 1c659b3d4a..f93e384329 100644 --- a/json__writer_8h_source.html +++ b/json__writer_8h_source.html @@ -152,7 +152,7 @@ $(document).ready(function() { init_codefold(0); });
    90 void
    91 writeArrayValue(Value const& value);
    92 bool
    -
    93 isMultineArray(Value const& value);
    +
    93 isMultilineArray(Value const& value);
    94 void
    95 pushValue(std::string const& value);
    96 void
    @@ -196,7 +196,7 @@ $(document).ready(function() { init_codefold(0); });
    157 void
    158 writeArrayValue(Value const& value);
    159 bool
    -
    160 isMultineArray(Value const& value);
    +
    160 isMultilineArray(Value const& value);
    161 void
    162 pushValue(std::string const& value);
    163 void
    @@ -374,10 +374,10 @@ $(document).ready(function() { init_codefold(0); });
    void write(std::ostream &out, Value const &root)
    Serialize a Value in JSON format.
    void writeWithIndent(std::string const &value)
    -
    bool isMultineArray(Value const &value)
    void writeValue(Value const &value)
    +
    bool isMultilineArray(Value const &value)
    void writeArrayValue(Value const &value)
    @@ -390,6 +390,7 @@ $(document).ready(function() { init_codefold(0); });
    ChildValues childValues_
    +
    bool isMultilineArray(Value const &value)
    std::string write(Value const &root) override
    Serialize a Value in JSON format.
    virtual ~StyledWriter()
    Definition json_writer.h:75
    @@ -402,7 +403,6 @@ $(document).ready(function() { init_codefold(0); });
    void writeWithIndent(std::string const &value)
    -
    bool isMultineArray(Value const &value)
    Represents a JSON value.
    Definition json_value.h:131
    UInt size() const
    Number of values in array or object.
    diff --git a/namespacebeast.html b/namespacebeast.html index 01398f7098..3bc1712527 100644 --- a/namespacebeast.html +++ b/namespacebeast.html @@ -922,7 +922,7 @@ template<bool IsMulti, bool IsMap, class Key , class T , class Clock , class
    posposition of the first character @count requested length
    -

    Definition at line 3370 of file aged_unordered_container.h.

    +

    Definition at line 3371 of file aged_unordered_container.h.

    @@ -964,7 +964,7 @@ template<bool IsMulti, bool IsMap, class Key , class T , class Clock , class

    Expire aged container items past the specified age.

    -

    Definition at line 3406 of file aged_unordered_container.h.

    +

    Definition at line 3407 of file aged_unordered_container.h.

    @@ -1447,7 +1447,7 @@ Expression: Throws: Never Effect: - Returns the reslting hash of all the input data. + Returns the resulting hash of all the input data.

    Definition at line 214 of file hash_append.h.

    diff --git a/search/all_10.js b/search/all_10.js index 65ab56e829..4757acb251 100644 --- a/search/all_10.js +++ b/search/all_10.js @@ -690,7 +690,7 @@ var searchData= ['ismemberresult_687',['IsMemberResult',['../structxrpl_1_1detail_1_1MultiApiJson.html#ad49ca484599d438d7ca2feddbd5e1aca',1,'xrpl::detail::MultiApiJson']]], ['ismemookay_688',['isMemoOkay',['../namespacexrpl.html#a5c8c58dd2d48e75839629a826203d784',1,'xrpl']]], ['ismetadatapresent_689',['isMetadataPresent',['../classxrpl_1_1test_1_1jtx_1_1MPTTester.html#a46d5725a48e8c02ae18471b91ae04019',1,'xrpl::test::jtx::MPTTester']]], - ['ismultinearray_690',['ismultinearray',['../classJson_1_1StyledWriter.html#ae39ca61f2b6318df425a9f2248466cb9',1,'Json::StyledWriter::isMultineArray()'],['../classJson_1_1StyledStreamWriter.html#a57a01e64802b997b174107d782346b47',1,'Json::StyledStreamWriter::isMultineArray()']]], + ['ismultilinearray_690',['ismultilinearray',['../classJson_1_1StyledWriter.html#a37124038a1137c2996e3596b684b3ea0',1,'Json::StyledWriter::isMultilineArray()'],['../classJson_1_1StyledStreamWriter.html#a60d5f34d1a6d3647f253abe30b6c1e85',1,'Json::StyledStreamWriter::isMultilineArray()']]], ['ismultipleendpoints_691',['isMultipleEndpoints',['../classxrpl_1_1test_1_1DNS__test.html#a75532f7f0a033155a2f9bc65f91f24cf',1,'xrpl::test::DNS_test']]], ['ismultisigning_692',['isMultiSigning',['../classxrpl_1_1RPC_1_1detail_1_1SigningForParams.html#a7b7799500dc4a37a1e819b2bd89d8456',1,'xrpl::RPC::detail::SigningForParams']]], ['isnan_693',['isnan',['http://en.cppreference.com/w/cpp/numeric/math/isnan.html',1,'std']]], diff --git a/search/all_1a.js b/search/all_1a.js index 8c997572e6..4e15b7011f 100644 --- a/search/all_1a.js +++ b/search/all_1a.js @@ -1072,7 +1072,7 @@ var searchData= ['static_5fpointer_5fcast_1069',['static_pointer_cast',['http://en.cppreference.com/w/cpp/memory/shared_ptr/pointer_cast.html',1,'std::static_pointer_cast()'],['../namespacexrpl_1_1intr__ptr.html#a5e27354f17d890b18608f60efc7c8b5e',1,'xrpl::intr_ptr::static_pointer_cast()']]], ['static_5fstring_1070',['static_string',['../structxrpl_1_1detail_1_1results.html#a65614193953c87d85135aafa28e610d5',1,'xrpl::detail::results']]], ['staticcasttagsharedintrusive_1071',['StaticCastTagSharedIntrusive',['../structxrpl_1_1StaticCastTagSharedIntrusive.html',1,'xrpl']]], - ['staticstring_1072',['staticstring',['../classJson_1_1StaticString.html',1,'Json::StaticString'],['../classJson_1_1StaticString.html#a54fba32b1c133c95f87d1cfff9a9e145',1,'Json::StaticString::StaticString()']]], + ['staticstring_1072',['staticstring',['../classJson_1_1StaticString.html',1,'Json::StaticString'],['../classJson_1_1StaticString.html#a59a02204ee9cc0a761970c586ab5bd50',1,'Json::StaticString::StaticString()']]], ['staticvalence_1073',['staticValence',['../classxrpl_1_1PeerFinder_1_1Bootcache.html#af8115ca18f1cbadcf9d25a456e018c78',1,'xrpl::PeerFinder::Bootcache']]], ['stats_1074',['stats',['../structxrpl_1_1TaggedCache_1_1Stats.html#a560d6d5614631efe9e33105f3b0168bc',1,'xrpl::TaggedCache::Stats::Stats()'],['../structxrpl_1_1LoadMonitor_1_1Stats.html#a737e341f6ea08f22ccc084f7621b730c',1,'xrpl::LoadMonitor::Stats::Stats()'],['../structxrpl_1_1TaggedCache_1_1Stats.html',1,'xrpl::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::Stats'],['../structxrpl_1_1Resource_1_1Logic_1_1Stats.html#a12afa0fe1aa9dce16b598f26c683c26b',1,'xrpl::Resource::Logic::Stats::Stats()'],['../structxrpl_1_1Resource_1_1Logic_1_1Stats.html',1,'xrpl::Resource::Logic::Stats'],['../structxrpl_1_1PeerFinder_1_1ManagerImp_1_1Stats.html',1,'xrpl::PeerFinder::ManagerImp::Stats'],['../structxrpl_1_1OverlayImpl_1_1Stats.html',1,'xrpl::OverlayImpl::Stats'],['../structxrpl_1_1NetworkOPsImp_1_1Stats.html',1,'xrpl::NetworkOPsImp::Stats'],['../structxrpl_1_1LoadMonitor_1_1Stats.html',1,'xrpl::LoadMonitor::Stats'],['../structxrpl_1_1LedgerMaster_1_1Stats.html',1,'xrpl::LedgerMaster::Stats'],['../structxrpl_1_1JobTypeData.html#a9a374d704ac29aaf721b887d5ea9467b',1,'xrpl::JobTypeData::stats()'],['../structxrpl_1_1PeerFinder_1_1ManagerImp_1_1Stats.html#ab444bce75397de82aebb44eeff45c931',1,'xrpl::PeerFinder::ManagerImp::Stats::Stats()'],['../structxrpl_1_1OverlayImpl_1_1Stats.html#a3b1db3319f422615aa222ed925714668',1,'xrpl::OverlayImpl::Stats::Stats()'],['../structxrpl_1_1NetworkOPsImp_1_1Stats.html#a74e42e317c95433384077d8babc3941a',1,'xrpl::NetworkOPsImp::Stats::Stats()'],['../structxrpl_1_1LedgerMaster_1_1Stats.html#a0d25c20dd7f0e9479fbb87c8eafba065',1,'xrpl::LedgerMaster::Stats::Stats()']]], ['statsdcollector_1075',['statsdcollector',['../classbeast_1_1insight_1_1StatsDCollector.html',1,'beast::insight::StatsDCollector'],['../classbeast_1_1insight_1_1StatsDCollector.html#a16b7a385221640f3015e135657f59cac',1,'beast::insight::StatsDCollector::StatsDCollector()']]], diff --git a/search/functions_13.js b/search/functions_13.js index 16213b07ae..9ef528656c 100644 --- a/search/functions_13.js +++ b/search/functions_13.js @@ -541,7 +541,7 @@ var searchData= ['statemap_538',['statemap',['../classxrpl_1_1Ledger.html#aa05676611b2d3ec804c5b6cb15942ed7',1,'xrpl::Ledger::stateMap()'],['../classxrpl_1_1Ledger.html#a4271c0db68ec3040c22e0d52e6831007',1,'xrpl::Ledger::stateMap() const']]], ['statestring_539',['stateString',['../classxrpl_1_1PeerFinder_1_1Logic.html#a6c8930038eb0d2077f414ef382769d2b',1,'xrpl::PeerFinder::Logic']]], ['static_5fpointer_5fcast_540',['static_pointer_cast',['http://en.cppreference.com/w/cpp/memory/shared_ptr/pointer_cast.html',1,'std::static_pointer_cast()'],['../namespacexrpl_1_1intr__ptr.html#a5e27354f17d890b18608f60efc7c8b5e',1,'xrpl::intr_ptr::static_pointer_cast()']]], - ['staticstring_541',['StaticString',['../classJson_1_1StaticString.html#a54fba32b1c133c95f87d1cfff9a9e145',1,'Json::StaticString']]], + ['staticstring_541',['StaticString',['../classJson_1_1StaticString.html#a59a02204ee9cc0a761970c586ab5bd50',1,'Json::StaticString']]], ['stats_542',['stats',['../structxrpl_1_1OverlayImpl_1_1Stats.html#a3b1db3319f422615aa222ed925714668',1,'xrpl::OverlayImpl::Stats::Stats()'],['../structxrpl_1_1NetworkOPsImp_1_1Stats.html#a74e42e317c95433384077d8babc3941a',1,'xrpl::NetworkOPsImp::Stats::Stats()'],['../structxrpl_1_1LedgerMaster_1_1Stats.html#a0d25c20dd7f0e9479fbb87c8eafba065',1,'xrpl::LedgerMaster::Stats::Stats()'],['../structxrpl_1_1Resource_1_1Logic_1_1Stats.html#a12afa0fe1aa9dce16b598f26c683c26b',1,'xrpl::Resource::Logic::Stats::Stats()'],['../structxrpl_1_1LoadMonitor_1_1Stats.html#a737e341f6ea08f22ccc084f7621b730c',1,'xrpl::LoadMonitor::Stats::Stats()'],['../structxrpl_1_1TaggedCache_1_1Stats.html#a560d6d5614631efe9e33105f3b0168bc',1,'xrpl::TaggedCache::Stats::Stats()'],['../structxrpl_1_1JobTypeData.html#a9a374d704ac29aaf721b887d5ea9467b',1,'xrpl::JobTypeData::stats()'],['../structxrpl_1_1PeerFinder_1_1ManagerImp_1_1Stats.html#ab444bce75397de82aebb44eeff45c931',1,'xrpl::PeerFinder::ManagerImp::Stats::Stats()']]], ['statsdcollector_543',['StatsDCollector',['../classbeast_1_1insight_1_1StatsDCollector.html#a16b7a385221640f3015e135657f59cac',1,'beast::insight::StatsDCollector']]], ['statsdcollectorimp_544',['StatsDCollectorImp',['../classbeast_1_1insight_1_1detail_1_1StatsDCollectorImp.html#a4f258020be9d23a124adcc66795cbf27',1,'beast::insight::detail::StatsDCollectorImp']]], diff --git a/search/functions_9.js b/search/functions_9.js index f745e73a54..44a2f1189f 100644 --- a/search/functions_9.js +++ b/search/functions_9.js @@ -315,7 +315,7 @@ var searchData= ['ismember_312',['ismember',['../structxrpl_1_1detail_1_1MultiApiJson.html#a2a27acff16b71cd37d04cd2ea7fa5a0b',1,'xrpl::detail::MultiApiJson::isMember()'],['../classJson_1_1Value.html#abfa90c81f6aee7877bd5fb4c8445994f',1,'Json::Value::isMember(char const *key) const'],['../classJson_1_1Value.html#a8fe384b19256beca21d6cf8089ea1d5b',1,'Json::Value::isMember(std::string const &key) const'],['../classJson_1_1Value.html#a50a36a57787c93aea6675ab9e9ec636b',1,'Json::Value::isMember(StaticString const &key) const']]], ['ismemookay_313',['isMemoOkay',['../namespacexrpl.html#a5c8c58dd2d48e75839629a826203d784',1,'xrpl']]], ['ismetadatapresent_314',['isMetadataPresent',['../classxrpl_1_1test_1_1jtx_1_1MPTTester.html#a46d5725a48e8c02ae18471b91ae04019',1,'xrpl::test::jtx::MPTTester']]], - ['ismultinearray_315',['ismultinearray',['../classJson_1_1StyledWriter.html#ae39ca61f2b6318df425a9f2248466cb9',1,'Json::StyledWriter::isMultineArray()'],['../classJson_1_1StyledStreamWriter.html#a57a01e64802b997b174107d782346b47',1,'Json::StyledStreamWriter::isMultineArray()']]], + ['ismultilinearray_315',['ismultilinearray',['../classJson_1_1StyledWriter.html#a37124038a1137c2996e3596b684b3ea0',1,'Json::StyledWriter::isMultilineArray()'],['../classJson_1_1StyledStreamWriter.html#a60d5f34d1a6d3647f253abe30b6c1e85',1,'Json::StyledStreamWriter::isMultilineArray()']]], ['ismultipleendpoints_316',['isMultipleEndpoints',['../classxrpl_1_1test_1_1DNS__test.html#a75532f7f0a033155a2f9bc65f91f24cf',1,'xrpl::test::DNS_test']]], ['ismultisigning_317',['isMultiSigning',['../classxrpl_1_1RPC_1_1detail_1_1SigningForParams.html#a7b7799500dc4a37a1e819b2bd89d8456',1,'xrpl::RPC::detail::SigningForParams']]], ['isnan_318',['isnan',['http://en.cppreference.com/w/cpp/numeric/math/isnan.html',1,'std']]], diff --git a/structbeast_1_1is__aged__container_3_01beast_1_1detail_1_1aged__unordered__container_3_01IsMultia80d60acae45fc077226391e490a323d.html b/structbeast_1_1is__aged__container_3_01beast_1_1detail_1_1aged__unordered__container_3_01IsMultia80d60acae45fc077226391e490a323d.html index f3738cdcaa..15dcd55a33 100644 --- a/structbeast_1_1is__aged__container_3_01beast_1_1detail_1_1aged__unordered__container_3_01IsMultia80d60acae45fc077226391e490a323d.html +++ b/structbeast_1_1is__aged__container_3_01beast_1_1detail_1_1aged__unordered__container_3_01IsMultia80d60acae45fc077226391e490a323d.html @@ -110,7 +110,7 @@ Public Member Functions

    Detailed Description

    template<bool IsMulti, bool IsMap, class Key, class T, class Clock, class Hash, class KeyEqual, class Allocator>
    struct beast::is_aged_container< beast::detail::aged_unordered_container< IsMulti, IsMap, Key, T, Clock, Hash, KeyEqual, Allocator > >
    -

    Definition at line 3345 of file aged_unordered_container.h.

    +

    Definition at line 3346 of file aged_unordered_container.h.

    Constructor & Destructor Documentation

    ◆ is_aged_container()