This commit is contained in:
bthomee
2025-11-19 09:01:20 -08:00
parent 1a0a10d96c
commit 2b45155992
9 changed files with 965 additions and 952 deletions

View File

@@ -120,7 +120,7 @@ $(document).ready(function() { init_codefold(0); });
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition</b> <a href="algorithm_8h_source.html#l00006">algorithm.h:6</a></div></div>
<div class="ttc" id="anamespaceripple_html_a82ca6b1deeb34acfc5b0b4159b393786"><div class="ttname"><a href="namespaceripple.html#a82ca6b1deeb34acfc5b0b4159b393786">ripple::doLedgerGrpc</a></div><div class="ttdeci">std::pair&lt; org::xrpl::rpc::v1::GetLedgerResponse, grpc::Status &gt; doLedgerGrpc(RPC::GRPCContext&lt; org::xrpl::rpc::v1::GetLedgerRequest &gt; &amp;context)</div><div class="ttdef"><b>Definition</b> <a href="LedgerHandler_8cpp_source.html#l00081">LedgerHandler.cpp:81</a></div></div>
<div class="ttc" id="anamespaceripple_html_a8bbd46fdc8783ec29538b3d4a2e8178f"><div class="ttname"><a href="namespaceripple.html#a8bbd46fdc8783ec29538b3d4a2e8178f">ripple::doLedgerEntryGrpc</a></div><div class="ttdeci">std::pair&lt; org::xrpl::rpc::v1::GetLedgerEntryResponse, grpc::Status &gt; doLedgerEntryGrpc(RPC::GRPCContext&lt; org::xrpl::rpc::v1::GetLedgerEntryRequest &gt; &amp;context)</div><div class="ttdef"><b>Definition</b> <a href="LedgerEntry_8cpp_source.html#l00818">LedgerEntry.cpp:818</a></div></div>
<div class="ttc" id="anamespaceripple_html_a8bbd46fdc8783ec29538b3d4a2e8178f"><div class="ttname"><a href="namespaceripple.html#a8bbd46fdc8783ec29538b3d4a2e8178f">ripple::doLedgerEntryGrpc</a></div><div class="ttdeci">std::pair&lt; org::xrpl::rpc::v1::GetLedgerEntryResponse, grpc::Status &gt; doLedgerEntryGrpc(RPC::GRPCContext&lt; org::xrpl::rpc::v1::GetLedgerEntryRequest &gt; &amp;context)</div><div class="ttdef"><b>Definition</b> <a href="LedgerEntry_8cpp_source.html#l00832">LedgerEntry.cpp:832</a></div></div>
<div class="ttc" id="anamespaceripple_html_aeaa95680c026e10fbdfbbb02300f89b8"><div class="ttname"><a href="namespaceripple.html#aeaa95680c026e10fbdfbbb02300f89b8">ripple::doLedgerDiffGrpc</a></div><div class="ttdeci">std::pair&lt; org::xrpl::rpc::v1::GetLedgerDiffResponse, grpc::Status &gt; doLedgerDiffGrpc(RPC::GRPCContext&lt; org::xrpl::rpc::v1::GetLedgerDiffRequest &gt; &amp;context)</div><div class="ttdef"><b>Definition</b> <a href="LedgerDiff_8cpp_source.html#l00006">LedgerDiff.cpp:6</a></div></div>
<div class="ttc" id="anamespaceripple_html_af3192f02f7c3e68a904df994498c955d"><div class="ttname"><a href="namespaceripple.html#af3192f02f7c3e68a904df994498c955d">ripple::doLedgerDataGrpc</a></div><div class="ttdeci">std::pair&lt; org::xrpl::rpc::v1::GetLedgerDataResponse, grpc::Status &gt; doLedgerDataGrpc(RPC::GRPCContext&lt; org::xrpl::rpc::v1::GetLedgerDataRequest &gt; &amp;context)</div><div class="ttdef"><b>Definition</b> <a href="LedgerData_8cpp_source.html#l00118">LedgerData.cpp:118</a></div></div>
<div class="ttc" id="apair_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair</a></div></div>

View File

@@ -834,7 +834,7 @@ $(document).ready(function() { init_codefold(0); });
<div class="ttc" id="anamespaceripple_html_a32d6d3ce1a48272b677d2c88b1d30932a6f69b339743d28bbc421fa3b31437173"><div class="ttname"><a href="namespaceripple.html#a32d6d3ce1a48272b677d2c88b1d30932a6f69b339743d28bbc421fa3b31437173">ripple::rpcSUCCESS</a></div><div class="ttdeci">@ rpcSUCCESS</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00025">ErrorCodes.h:25</a></div></div>
<div class="ttc" id="anamespaceripple_html_a6909f61053b6e084f46665fa9f4ee673"><div class="ttname"><a href="namespaceripple.html#a6909f61053b6e084f46665fa9f4ee673">ripple::isUnlimited</a></div><div class="ttdeci">bool isUnlimited(Role const &amp;role)</div><div class="ttdoc">ADMIN and IDENTIFIED roles shall have unlimited resources.</div><div class="ttdef"><b>Definition</b> <a href="Role_8cpp_source.html#l00106">Role.cpp:106</a></div></div>
<div class="ttc" id="anamespaceripple_html_a82ca6b1deeb34acfc5b0b4159b393786"><div class="ttname"><a href="namespaceripple.html#a82ca6b1deeb34acfc5b0b4159b393786">ripple::doLedgerGrpc</a></div><div class="ttdeci">std::pair&lt; org::xrpl::rpc::v1::GetLedgerResponse, grpc::Status &gt; doLedgerGrpc(RPC::GRPCContext&lt; org::xrpl::rpc::v1::GetLedgerRequest &gt; &amp;context)</div><div class="ttdef"><b>Definition</b> <a href="LedgerHandler_8cpp_source.html#l00081">LedgerHandler.cpp:81</a></div></div>
<div class="ttc" id="anamespaceripple_html_a8bbd46fdc8783ec29538b3d4a2e8178f"><div class="ttname"><a href="namespaceripple.html#a8bbd46fdc8783ec29538b3d4a2e8178f">ripple::doLedgerEntryGrpc</a></div><div class="ttdeci">std::pair&lt; org::xrpl::rpc::v1::GetLedgerEntryResponse, grpc::Status &gt; doLedgerEntryGrpc(RPC::GRPCContext&lt; org::xrpl::rpc::v1::GetLedgerEntryRequest &gt; &amp;context)</div><div class="ttdef"><b>Definition</b> <a href="LedgerEntry_8cpp_source.html#l00818">LedgerEntry.cpp:818</a></div></div>
<div class="ttc" id="anamespaceripple_html_a8bbd46fdc8783ec29538b3d4a2e8178f"><div class="ttname"><a href="namespaceripple.html#a8bbd46fdc8783ec29538b3d4a2e8178f">ripple::doLedgerEntryGrpc</a></div><div class="ttdeci">std::pair&lt; org::xrpl::rpc::v1::GetLedgerEntryResponse, grpc::Status &gt; doLedgerEntryGrpc(RPC::GRPCContext&lt; org::xrpl::rpc::v1::GetLedgerEntryRequest &gt; &amp;context)</div><div class="ttdef"><b>Definition</b> <a href="LedgerEntry_8cpp_source.html#l00832">LedgerEntry.cpp:832</a></div></div>
<div class="ttc" id="anamespaceripple_html_aa761b49f905eb9fd8c8ae754a0eb7504"><div class="ttname"><a href="namespaceripple.html#aa761b49f905eb9fd8c8ae754a0eb7504">ripple::erase</a></div><div class="ttdeci">void erase(STObject &amp;st, TypedField&lt; U &gt; const &amp;f)</div><div class="ttdoc">Remove a field in an STObject.</div><div class="ttdef"><b>Definition</b> <a href="STExchange_8h_source.html#l00153">STExchange.h:153</a></div></div>
<div class="ttc" id="anamespaceripple_html_ae08fe18f17b24699ce41d3898fbb8c2c"><div class="ttname"><a href="namespaceripple.html#ae08fe18f17b24699ce41d3898fbb8c2c">ripple::Role</a></div><div class="ttdeci">Role</div><div class="ttdoc">Indicates the level of administrative permission to grant.</div><div class="ttdef"><b>Definition</b> <a href="Role_8h_source.html#l00025">Role.h:25</a></div></div>
<div class="ttc" id="anamespaceripple_html_ae08fe18f17b24699ce41d3898fbb8c2ca1ce51056a04cffe133dd6c79fea6f044"><div class="ttname"><a href="namespaceripple.html#ae08fe18f17b24699ce41d3898fbb8c2ca1ce51056a04cffe133dd6c79fea6f044">ripple::Role::IDENTIFIED</a></div><div class="ttdeci">@ IDENTIFIED</div></div>

View File

@@ -423,7 +423,7 @@ $(document).ready(function() { init_codefold(0); });
<div class="ttc" id="anamespaceripple_html_a1c3ae70640623c5f899cc3cf756f8435"><div class="ttname"><a href="namespaceripple.html#a1c3ae70640623c5f899cc3cf756f8435">ripple::doValidationCreate</a></div><div class="ttdeci">Json::Value doValidationCreate(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="ValidationCreate_8cpp_source.html#l00026">ValidationCreate.cpp:26</a></div></div>
<div class="ttc" id="anamespaceripple_html_a215746d088eb1fa077dffc993a072dc0"><div class="ttname"><a href="namespaceripple.html#a215746d088eb1fa077dffc993a072dc0">ripple::doGetAggregatePrice</a></div><div class="ttdeci">Json::Value doGetAggregatePrice(RPC::JsonContext &amp;context)</div><div class="ttdoc">oracles: array of {account, oracle_document_id} base_asset: is the asset to be priced quote_asset: is...</div><div class="ttdef"><b>Definition</b> <a href="GetAggregatePrice_8cpp_source.html#l00134">GetAggregatePrice.cpp:134</a></div></div>
<div class="ttc" id="anamespaceripple_html_a22589e8aa1bdcd33f35119600e34c95f"><div class="ttname"><a href="namespaceripple.html#a22589e8aa1bdcd33f35119600e34c95f">ripple::doSubmitMultiSigned</a></div><div class="ttdeci">Json::Value doSubmitMultiSigned(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="SubmitMultiSigned_8cpp_source.html#l00015">SubmitMultiSigned.cpp:15</a></div></div>
<div class="ttc" id="anamespaceripple_html_a24a33406a7f084c597b43440d319b388"><div class="ttname"><a href="namespaceripple.html#a24a33406a7f084c597b43440d319b388">ripple::doLedgerEntry</a></div><div class="ttdeci">Json::Value doLedgerEntry(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="LedgerEntry_8cpp_source.html#l00682">LedgerEntry.cpp:682</a></div></div>
<div class="ttc" id="anamespaceripple_html_a24a33406a7f084c597b43440d319b388"><div class="ttname"><a href="namespaceripple.html#a24a33406a7f084c597b43440d319b388">ripple::doLedgerEntry</a></div><div class="ttdeci">Json::Value doLedgerEntry(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="LedgerEntry_8cpp_source.html#l00696">LedgerEntry.cpp:696</a></div></div>
<div class="ttc" id="anamespaceripple_html_a28fa0eeff3b119427fbce8b701f71635"><div class="ttname"><a href="namespaceripple.html#a28fa0eeff3b119427fbce8b701f71635">ripple::doNFTBuyOffers</a></div><div class="ttdeci">Json::Value doNFTBuyOffers(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="NFTOffers_8cpp_source.html#l00147">NFTOffers.cpp:147</a></div></div>
<div class="ttc" id="anamespaceripple_html_a2c769c15b1089824f248f42f237278b7"><div class="ttname"><a href="namespaceripple.html#a2c769c15b1089824f248f42f237278b7">ripple::doChannelAuthorize</a></div><div class="ttdeci">Json::Value doChannelAuthorize(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="PayChanClaim_8cpp_source.html#l00023">PayChanClaim.cpp:23</a></div></div>
<div class="ttc" id="anamespaceripple_html_a2e3758a9867ccf48949ed8cce0e1da5a"><div class="ttname"><a href="namespaceripple.html#a2e3758a9867ccf48949ed8cce0e1da5a">ripple::doNoRippleCheck</a></div><div class="ttdeci">Json::Value doNoRippleCheck(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="NoRippleCheck_8cpp_source.html#l00044">NoRippleCheck.cpp:44</a></div></div>

View File

@@ -247,7 +247,7 @@ $(document).ready(function() { init_codefold(0); });
<div class="ttc" id="anamespaceripple_html_a1c3ae70640623c5f899cc3cf756f8435"><div class="ttname"><a href="namespaceripple.html#a1c3ae70640623c5f899cc3cf756f8435">ripple::doValidationCreate</a></div><div class="ttdeci">Json::Value doValidationCreate(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="ValidationCreate_8cpp_source.html#l00026">ValidationCreate.cpp:26</a></div></div>
<div class="ttc" id="anamespaceripple_html_a215746d088eb1fa077dffc993a072dc0"><div class="ttname"><a href="namespaceripple.html#a215746d088eb1fa077dffc993a072dc0">ripple::doGetAggregatePrice</a></div><div class="ttdeci">Json::Value doGetAggregatePrice(RPC::JsonContext &amp;context)</div><div class="ttdoc">oracles: array of {account, oracle_document_id} base_asset: is the asset to be priced quote_asset: is...</div><div class="ttdef"><b>Definition</b> <a href="GetAggregatePrice_8cpp_source.html#l00134">GetAggregatePrice.cpp:134</a></div></div>
<div class="ttc" id="anamespaceripple_html_a22589e8aa1bdcd33f35119600e34c95f"><div class="ttname"><a href="namespaceripple.html#a22589e8aa1bdcd33f35119600e34c95f">ripple::doSubmitMultiSigned</a></div><div class="ttdeci">Json::Value doSubmitMultiSigned(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="SubmitMultiSigned_8cpp_source.html#l00015">SubmitMultiSigned.cpp:15</a></div></div>
<div class="ttc" id="anamespaceripple_html_a24a33406a7f084c597b43440d319b388"><div class="ttname"><a href="namespaceripple.html#a24a33406a7f084c597b43440d319b388">ripple::doLedgerEntry</a></div><div class="ttdeci">Json::Value doLedgerEntry(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="LedgerEntry_8cpp_source.html#l00682">LedgerEntry.cpp:682</a></div></div>
<div class="ttc" id="anamespaceripple_html_a24a33406a7f084c597b43440d319b388"><div class="ttname"><a href="namespaceripple.html#a24a33406a7f084c597b43440d319b388">ripple::doLedgerEntry</a></div><div class="ttdeci">Json::Value doLedgerEntry(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="LedgerEntry_8cpp_source.html#l00696">LedgerEntry.cpp:696</a></div></div>
<div class="ttc" id="anamespaceripple_html_a28fa0eeff3b119427fbce8b701f71635"><div class="ttname"><a href="namespaceripple.html#a28fa0eeff3b119427fbce8b701f71635">ripple::doNFTBuyOffers</a></div><div class="ttdeci">Json::Value doNFTBuyOffers(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="NFTOffers_8cpp_source.html#l00147">NFTOffers.cpp:147</a></div></div>
<div class="ttc" id="anamespaceripple_html_a2c769c15b1089824f248f42f237278b7"><div class="ttname"><a href="namespaceripple.html#a2c769c15b1089824f248f42f237278b7">ripple::doChannelAuthorize</a></div><div class="ttdeci">Json::Value doChannelAuthorize(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="PayChanClaim_8cpp_source.html#l00023">PayChanClaim.cpp:23</a></div></div>
<div class="ttc" id="anamespaceripple_html_a2e3758a9867ccf48949ed8cce0e1da5a"><div class="ttname"><a href="namespaceripple.html#a2e3758a9867ccf48949ed8cce0e1da5a">ripple::doNoRippleCheck</a></div><div class="ttdeci">Json::Value doNoRippleCheck(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="NoRippleCheck_8cpp_source.html#l00044">NoRippleCheck.cpp:44</a></div></div>

File diff suppressed because it is too large Load Diff

View File

@@ -1224,7 +1224,7 @@ $(document).ready(function() { init_codefold(0); });
<div class="line"><a id="l01103" name="l01103"></a><span class="lineno"> 1103</span> <a class="code hl_function" href="classripple_1_1test_1_1LedgerEntry__test.html#a806e66b7365fb4bccf52137af6b979dc">checkErrorValue</a>(</div>
<div class="line"><a id="l01104" name="l01104"></a><span class="lineno"> 1104</span> jrr[jss::result],</div>
<div class="line"><a id="l01105" name="l01105"></a><span class="lineno"> 1105</span> <span class="stringliteral">&quot;malformedAuthorizedCredentials&quot;</span>,</div>
<div class="line"><a id="l01106" name="l01106"></a><span class="lineno"> 1106</span> <span class="stringliteral">&quot;Invalid field &#39;authorized_credentials&#39;, not array.&quot;</span>);</div>
<div class="line"><a id="l01106" name="l01106"></a><span class="lineno"> 1106</span> <span class="stringliteral">&quot;Invalid field &#39;authorized_credentials&#39;, array empty.&quot;</span>);</div>
<div class="line"><a id="l01107" name="l01107"></a><span class="lineno"> 1107</span> }</div>
<div class="line"><a id="l01108" name="l01108"></a><span class="lineno"> 1108</span> </div>
<div class="line"><a id="l01109" name="l01109"></a><span class="lineno"> 1109</span> {</div>
@@ -1265,7 +1265,7 @@ $(document).ready(function() { init_codefold(0); });
<div class="line"><a id="l01144" name="l01144"></a><span class="lineno"> 1144</span> <a class="code hl_function" href="classripple_1_1test_1_1LedgerEntry__test.html#a806e66b7365fb4bccf52137af6b979dc">checkErrorValue</a>(</div>
<div class="line"><a id="l01145" name="l01145"></a><span class="lineno"> 1145</span> jrr[jss::result],</div>
<div class="line"><a id="l01146" name="l01146"></a><span class="lineno"> 1146</span> <span class="stringliteral">&quot;malformedAuthorizedCredentials&quot;</span>,</div>
<div class="line"><a id="l01147" name="l01147"></a><span class="lineno"> 1147</span> <span class="stringliteral">&quot;Invalid field &#39;authorized_credentials&#39;, not array.&quot;</span>);</div>
<div class="line"><a id="l01147" name="l01147"></a><span class="lineno"> 1147</span> <span class="stringliteral">&quot;Invalid field &#39;authorized_credentials&#39;, array too long.&quot;</span>);</div>
<div class="line"><a id="l01148" name="l01148"></a><span class="lineno"> 1148</span> }</div>
<div class="line"><a id="l01149" name="l01149"></a><span class="lineno"> 1149</span> }</div>
</div>
@@ -2684,7 +2684,7 @@ $(document).ready(function() { init_codefold(0); });
<div class="ttc" id="asource_location_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/source_location.html">std::source_location</a></div></div>
<div class="ttc" id="astructripple_1_1JsonOptions_html_ab85e43ec84df987200d3355c3ba89f0aa1917451e3686dfe8d5016670eb87ab33"><div class="ttname"><a href="structripple_1_1JsonOptions.html#ab85e43ec84df987200d3355c3ba89f0aa1917451e3686dfe8d5016670eb87ab33">ripple::JsonOptions::none</a></div><div class="ttdeci">@ none</div><div class="ttdef"><b>Definition</b> <a href="STBase_8h_source.html#l00024">STBase.h:24</a></div></div>
<div class="ttc" id="astructripple_1_1Keylet_html_a482983062843a8682fcea76a309c73db"><div class="ttname"><a href="structripple_1_1Keylet.html#a482983062843a8682fcea76a309c73db">ripple::Keylet::key</a></div><div class="ttdeci">uint256 key</div><div class="ttdef"><b>Definition</b> <a href="Keylet_8h_source.html#l00021">Keylet.h:21</a></div></div>
<div class="ttc" id="astructripple_1_1LedgerEntry_html"><div class="ttname"><a href="structripple_1_1LedgerEntry.html">ripple::LedgerEntry</a></div><div class="ttdef"><b>Definition</b> <a href="LedgerEntry_8cpp_source.html#l00669">LedgerEntry.cpp:670</a></div></div>
<div class="ttc" id="astructripple_1_1LedgerEntry_html"><div class="ttname"><a href="structripple_1_1LedgerEntry.html">ripple::LedgerEntry</a></div><div class="ttdef"><b>Definition</b> <a href="LedgerEntry_8cpp_source.html#l00683">LedgerEntry.cpp:684</a></div></div>
<div class="ttc" id="astructripple_1_1test_1_1LedgerEntry__test_1_1Subfield_html"><div class="ttname"><a href="structripple_1_1test_1_1LedgerEntry__test_1_1Subfield.html">ripple::test::LedgerEntry_test::Subfield</a></div><div class="ttdef"><b>Definition</b> <a href="LedgerEntry__test_8cpp_source.html#l00400">LedgerEntry_test.cpp:401</a></div></div>
<div class="ttc" id="astructripple_1_1test_1_1LedgerEntry__test_1_1Subfield_html_a1f4d5f4a0b5f48a9437dd03ac5c29a71"><div class="ttname"><a href="structripple_1_1test_1_1LedgerEntry__test_1_1Subfield.html#a1f4d5f4a0b5f48a9437dd03ac5c29a71">ripple::test::LedgerEntry_test::Subfield::required</a></div><div class="ttdeci">bool required</div><div class="ttdef"><b>Definition</b> <a href="LedgerEntry__test_8cpp_source.html#l00404">LedgerEntry_test.cpp:404</a></div></div>
<div class="ttc" id="astructripple_1_1test_1_1LedgerEntry__test_1_1Subfield_html_ae901fe0118628171954577fedd9ec607"><div class="ttname"><a href="structripple_1_1test_1_1LedgerEntry__test_1_1Subfield.html#ae901fe0118628171954577fedd9ec607">ripple::test::LedgerEntry_test::Subfield::fieldName</a></div><div class="ttdeci">Json::StaticString fieldName</div><div class="ttdef"><b>Definition</b> <a href="LedgerEntry__test_8cpp_source.html#l00402">LedgerEntry_test.cpp:402</a></div></div>

View File

@@ -194,7 +194,7 @@ $(document).ready(function() { init_codefold(0); });
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition</b> <a href="algorithm_8h_source.html#l00006">algorithm.h:6</a></div></div>
<div class="ttc" id="anamespaceripple_html_a32d6d3ce1a48272b677d2c88b1d30932a4fba57dbbed9bfaa196e1a0e0915dc8a"><div class="ttname"><a href="namespaceripple.html#a32d6d3ce1a48272b677d2c88b1d30932a4fba57dbbed9bfaa196e1a0e0915dc8a">ripple::rpcACT_MALFORMED</a></div><div class="ttdeci">@ rpcACT_MALFORMED</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00071">ErrorCodes.h:71</a></div></div>
<div class="ttc" id="anamespaceripple_html_a32d6d3ce1a48272b677d2c88b1d30932a82ddebc5ec7a37ff38892487277bf9c4"><div class="ttname"><a href="namespaceripple.html#a32d6d3ce1a48272b677d2c88b1d30932a82ddebc5ec7a37ff38892487277bf9c4">ripple::rpcINVALID_PARAMS</a></div><div class="ttdeci">@ rpcINVALID_PARAMS</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00065">ErrorCodes.h:65</a></div></div>
<div class="ttc" id="anamespaceripple_html_a9bb81f3cc9bb07da5081f86d39bb2399"><div class="ttname"><a href="namespaceripple.html#a9bb81f3cc9bb07da5081f86d39bb2399">ripple::parseVault</a></div><div class="ttdeci">static Expected&lt; uint256, Json::Value &gt; parseVault(Json::Value const &amp;params, Json::StaticString const fieldName)</div><div class="ttdef"><b>Definition</b> <a href="LedgerEntry_8cpp_source.html#l00593">LedgerEntry.cpp:593</a></div></div>
<div class="ttc" id="anamespaceripple_html_a9bb81f3cc9bb07da5081f86d39bb2399"><div class="ttname"><a href="namespaceripple.html#a9bb81f3cc9bb07da5081f86d39bb2399">ripple::parseVault</a></div><div class="ttdeci">static Expected&lt; uint256, Json::Value &gt; parseVault(Json::Value const &amp;params, Json::StaticString const fieldName)</div><div class="ttdef"><b>Definition</b> <a href="LedgerEntry_8cpp_source.html#l00607">LedgerEntry.cpp:607</a></div></div>
<div class="ttc" id="anamespaceripple_html_ae6cce4f5577898596e4dc4a57b9d4258"><div class="ttname"><a href="namespaceripple.html#ae6cce4f5577898596e4dc4a57b9d4258">ripple::doVaultInfo</a></div><div class="ttdeci">Json::Value doVaultInfo(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="VaultInfo_8cpp_source.html#l00060">VaultInfo.cpp:60</a></div></div>
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional</a></div></div>
<div class="ttc" id="ashared_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a></div></div>

View File

@@ -8505,7 +8505,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00665">665</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00679">679</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -47176,7 +47176,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00818">818</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00832">832</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -48362,7 +48362,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00682">682</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00696">696</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49222,7 +49222,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00024">24</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00022">22</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49260,7 +49260,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00038">38</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00036">36</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49298,7 +49298,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00044">44</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00042">42</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49336,7 +49336,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00056">56</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00054">54</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49374,7 +49374,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00062">62</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00060">60</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49412,7 +49412,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00089">89</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00087">87</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49450,7 +49450,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00120">120</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00118">118</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49488,7 +49488,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00126">126</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00124">124</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49526,7 +49526,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00157">157</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00155">155</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49554,7 +49554,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00178">178</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00176">176</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49592,7 +49592,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00225">225</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00246">246</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49630,7 +49630,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00285">285</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00299">299</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49668,7 +49668,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00298">298</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00312">312</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49706,7 +49706,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00353">353</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00367">367</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49744,7 +49744,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00373">373</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00387">387</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49782,7 +49782,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00379">379</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00393">393</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49820,7 +49820,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00385">385</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00399">399</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49858,7 +49858,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00406">406</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00420">420</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49896,7 +49896,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00419">419</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00433">433</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49934,7 +49934,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00425">425</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00439">439</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -49972,7 +49972,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00431">431</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00445">445</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -50010,7 +50010,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00437">437</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00451">451</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -50048,7 +50048,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00458">458</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00472">472</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -50086,7 +50086,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00479">479</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00493">493</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -50124,7 +50124,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00485">485</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00499">499</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -50162,7 +50162,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00514">514</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00528">528</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -50200,7 +50200,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00566">566</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00580">580</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -50238,7 +50238,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00572">572</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00586">586</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -50276,7 +50276,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00593">593</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00607">607</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -50314,7 +50314,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00614">614</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00628">628</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -50352,7 +50352,7 @@ template&lt;class T &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00639">639</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00653">653</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>

View File

@@ -105,7 +105,7 @@ Public Attributes</h2></td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00669">669</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00683">683</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div><h2 class="groupheader">Member Data Documentation</h2>
<a id="ad9fb239b39c7340e81b4e2550df103cc" name="ad9fb239b39c7340e81b4e2550df103cc"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad9fb239b39c7340e81b4e2550df103cc">&#9670;&#160;</a></span>fieldName</h2>
@@ -119,7 +119,7 @@ Public Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00671">671</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00685">685</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -135,7 +135,7 @@ Public Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00672">672</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00686">686</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>
@@ -151,7 +151,7 @@ Public Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00673">673</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerEntry_8cpp_source.html#l00687">687</a> of file <a class="el" href="LedgerEntry_8cpp_source.html">LedgerEntry.cpp</a>.</p>
</div>
</div>