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); });
- + 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); }); - + 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); }); - + 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); });| c_str() const | Json::StaticString | |
| operator char const *() const | Json::StaticString | |
| StaticString(char const *czstring) | Json::StaticString | explicit |
| StaticString(char const *czString) | Json::StaticString | explicit |
| str_ | Json::StaticString | private |
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 | ) |
| bool Json::StyledStreamWriter::isMultineArray | +bool Json::StyledStreamWriter::isMultilineArray | ( | Value const & | value | ) | 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() {
| indent() | Json::StyledWriter | private | |||
| indentSize_ | Json::StyledWriter | private | |||
| indentString_ | Json::StyledWriter | private | |||
| isMultineArray(Value const &value) | Json::StyledWriter | private | |||
| isMultilineArray(Value const &value) | Json::StyledWriter | private | |||
| pushValue(std::string const &value) | Json::StyledWriter | private | |||
| rightMargin_ | Json::StyledWriter | private | |||
| 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 () |
-
@@ -4172,7 +4172,7 @@ template<bool maybe_multi>
Definition at line 3228 of file aged_unordered_container.h. +Definition at line 3229 of file aged_unordered_container.h. | |||
Definition at line 3282 of file aged_unordered_container.h.
+Definition at line 3283 of file aged_unordered_container.h.
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 @@ FriendsFloating 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.
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 FunctionsConstruct 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.
| pos | position 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.
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 FunctionsDefinition at line 3345 of file aged_unordered_container.h.
+Definition at line 3346 of file aged_unordered_container.h.