diff --git a/AMMUtils_8cpp_source.html b/AMMUtils_8cpp_source.html index 95d71faaf6..b48efbe331 100644 --- a/AMMUtils_8cpp_source.html +++ b/AMMUtils_8cpp_source.html @@ -656,7 +656,7 @@ $(function() {
ripple::cleanupOnAccountDelete
TER cleanupOnAccountDelete(ApplyView &view, Keylet const &ownerDirKeylet, EntryDeleter const &deleter, beast::Journal j, std::optional< uint16_t > maxNodesToDelete)
Definition: View.cpp:2642
ripple::ammAccountHolds
STAmount ammAccountHolds(ReadView const &view, AccountID const &ammAccountID, Issue const &issue)
Returns total amount held by AMM for the given token.
Definition: AMMUtils.cpp:211
ripple::root
Number root(Number f, unsigned d)
Definition: Number.cpp:636
-
ripple::maxDeletableAMMTrustLines
std::uint16_t constexpr maxDeletableAMMTrustLines
The maximum number of trustlines to delete as part of AMM account deletion cleanup.
Definition: Protocol.h:141
+
ripple::maxDeletableAMMTrustLines
std::uint16_t constexpr maxDeletableAMMTrustLines
The maximum number of trustlines to delete as part of AMM account deletion cleanup.
Definition: Protocol.h:140
ripple::TER
TERSubset< CanCvtToTER > TER
Definition: TER.h:645
ripple::withinRelativeDistance
bool withinRelativeDistance(Quality const &calcQuality, Quality const &reqQuality, Number const &dist)
Check if the relative distance between the qualities is within the requested distance.
Definition: AMMHelpers.h:129
ripple::AUCTION_SLOT_DISCOUNTED_FEE_FRACTION
std::uint32_t constexpr AUCTION_SLOT_DISCOUNTED_FEE_FRACTION
Definition: AMMCore.h:38
diff --git a/AMM__test_8cpp_source.html b/AMM__test_8cpp_source.html index 4157f74000..f4daf67bc0 100644 --- a/AMM__test_8cpp_source.html +++ b/AMM__test_8cpp_source.html @@ -8217,7 +8217,7 @@ $(function() {
ripple::tfTwoAssetIfEmpty
constexpr std::uint32_t tfTwoAssetIfEmpty
Definition: TxFlags.h:215
ripple::amountFromString
STAmount amountFromString(Asset const &asset, std::string const &amount)
Definition: STAmount.cpp:1025
ripple::asfAllowTrustLineClawback
constexpr std::uint32_t asfAllowTrustLineClawback
Definition: TxFlags.h:94
-
ripple::maxDeletableAMMTrustLines
std::uint16_t constexpr maxDeletableAMMTrustLines
The maximum number of trustlines to delete as part of AMM account deletion cleanup.
Definition: Protocol.h:141
+
ripple::maxDeletableAMMTrustLines
std::uint16_t constexpr maxDeletableAMMTrustLines
The maximum number of trustlines to delete as part of AMM account deletion cleanup.
Definition: Protocol.h:140
ripple::asfRequireAuth
constexpr std::uint32_t asfRequireAuth
Definition: TxFlags.h:78
ripple::terADDRESS_COLLISION
@ terADDRESS_COLLISION
Definition: TER.h:228
ripple::terNO_ACCOUNT
@ terNO_ACCOUNT
Definition: TER.h:217
diff --git a/AccountStateSF_8cpp_source.html b/AccountStateSF_8cpp_source.html index 22a1fd33a9..2723bd0a07 100644 --- a/AccountStateSF_8cpp_source.html +++ b/AccountStateSF_8cpp_source.html @@ -124,8 +124,8 @@ $(function() {
ripple::AccountStateSF::gotNode
void gotNode(bool fromFilter, SHAMapHash const &nodeHash, std::uint32_t ledgerSeq, Blob &&nodeData, SHAMapNodeType type) const override
Definition: AccountStateSF.cpp:25
ripple::AccountStateSF::fp_
AbstractFetchPackContainer & fp_
Definition: AccountStateSF.h:52
ripple::NodeStore::Database::store
virtual void store(NodeObjectType type, Blob &&data, uint256 const &hash, std::uint32_t ledgerSeq)=0
Store the object.
-
ripple::SHAMapHash
Definition: SHAMapHash.h:34
-
ripple::SHAMapHash::as_uint256
uint256 const & as_uint256() const
Definition: SHAMapHash.h:44
+
ripple::SHAMapHash
Definition: SHAMapHash.h:33
+
ripple::SHAMapHash::as_uint256
uint256 const & as_uint256() const
Definition: SHAMapHash.h:43
std::uint32_t
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: algorithm.h:25
ripple::hotACCOUNT_NODE
@ hotACCOUNT_NODE
Definition: NodeObject.h:35
diff --git a/AccountStateSF_8h_source.html b/AccountStateSF_8h_source.html index 8c5f4e50f9..535a0bea08 100644 --- a/AccountStateSF_8h_source.html +++ b/AccountStateSF_8h_source.html @@ -141,7 +141,7 @@ $(function() {
ripple::AccountStateSF::gotNode
void gotNode(bool fromFilter, SHAMapHash const &nodeHash, std::uint32_t ledgerSeq, Blob &&nodeData, SHAMapNodeType type) const override
Definition: AccountStateSF.cpp:25
ripple::AccountStateSF::fp_
AbstractFetchPackContainer & fp_
Definition: AccountStateSF.h:52
ripple::NodeStore::Database
Persistency layer for NodeObject.
Definition: Database.h:52
-
ripple::SHAMapHash
Definition: SHAMapHash.h:34
+
ripple::SHAMapHash
Definition: SHAMapHash.h:33
ripple::SHAMapSyncFilter
Definition: SHAMapSyncFilter.h:31
std::uint32_t
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: algorithm.h:25
diff --git a/ApplyView_8cpp_source.html b/ApplyView_8cpp_source.html index 1cdf84fbf6..d69864332d 100644 --- a/ApplyView_8cpp_source.html +++ b/ApplyView_8cpp_source.html @@ -456,8 +456,8 @@ $(function() {
std::lower_bound
T lower_bound(T... args)
ripple::keylet::page
Keylet page(uint256 const &root, std::uint64_t index=0) noexcept
A page in a directory.
Definition: Indexes.cpp:380
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: algorithm.h:25
-
ripple::dirNodeMaxPages
std::uint64_t constexpr dirNodeMaxPages
The maximum number of pages allowed in a directory.
Definition: Protocol.h:60
-
ripple::dirNodeMaxEntries
std::size_t constexpr dirNodeMaxEntries
The maximum number of entries per directory page.
Definition: Protocol.h:57
+
ripple::dirNodeMaxPages
std::uint64_t constexpr dirNodeMaxPages
The maximum number of pages allowed in a directory.
Definition: Protocol.h:59
+
ripple::dirNodeMaxEntries
std::size_t constexpr dirNodeMaxEntries
The maximum number of entries per directory page.
Definition: Protocol.h:56
ripple::root
Number root(Number f, unsigned d)
Definition: Number.cpp:636
ripple::LogicError
void LogicError(std::string const &how) noexcept
Called when faulty logic causes a broken invariant.
Definition: libxrpl/basics/contract.cpp:37
std::optional
diff --git a/Batch_8cpp_source.html b/Batch_8cpp_source.html index 0332ed0bab..a99a0f8a5f 100644 --- a/Batch_8cpp_source.html +++ b/Batch_8cpp_source.html @@ -551,7 +551,7 @@ $(function() {
ripple::tesSUCCESS
@ tesSUCCESS
Definition: TER.h:244
ripple::isTesSuccess
bool isTesSuccess(TER x) noexcept
Definition: TER.h:674
ripple::tapBATCH
@ tapBATCH
Definition: ApplyView.h:46
-
ripple::maxBatchTxCount
std::size_t constexpr maxBatchTxCount
The maximum number of transactions that can be in a batch.
Definition: Protocol.h:173
+
ripple::maxBatchTxCount
std::size_t constexpr maxBatchTxCount
The maximum number of transactions that can be in a batch.
Definition: Protocol.h:172
ripple::tfInnerBatchTxn
constexpr std::uint32_t tfInnerBatchTxn
Definition: TxFlags.h:61
ripple::temREDUNDANT
@ temREDUNDANT
Definition: TER.h:112
ripple::temBAD_FEE
@ temBAD_FEE
Definition: TER.h:92
diff --git a/ConsensusTransSetSF_8cpp_source.html b/ConsensusTransSetSF_8cpp_source.html index 0fb6450a7a..11d6f54ce8 100644 --- a/ConsensusTransSetSF_8cpp_source.html +++ b/ConsensusTransSetSF_8cpp_source.html @@ -197,8 +197,8 @@ $(function() {
ripple::ConsensusTransSetSF::ConsensusTransSetSF
ConsensusTransSetSF(Application &app, NodeCache &nodeCache)
Definition: ConsensusTransSetSF.cpp:33
ripple::ConsensusTransSetSF::m_nodeCache
NodeCache & m_nodeCache
Definition: ConsensusTransSetSF.h:56
ripple::JobQueue::addJob
bool addJob(JobType type, std::string const &name, JobHandler &&jobHandler)
Adds a job to the JobQueue.
Definition: JobQueue.h:168
-
ripple::SHAMapHash
Definition: SHAMapHash.h:34
-
ripple::SHAMapHash::as_uint256
uint256 const & as_uint256() const
Definition: SHAMapHash.h:44
+
ripple::SHAMapHash
Definition: SHAMapHash.h:33
+
ripple::SHAMapHash::as_uint256
uint256 const & as_uint256() const
Definition: SHAMapHash.h:43
ripple::SerialIter
Definition: Serializer.h:346
ripple::Serializer
Definition: Serializer.h:41
ripple::Serializer::add32
int add32(T i)
Definition: Serializer.h:94
diff --git a/ConsensusTransSetSF_8h_source.html b/ConsensusTransSetSF_8h_source.html index 7fec8f9133..185975d4cd 100644 --- a/ConsensusTransSetSF_8h_source.html +++ b/ConsensusTransSetSF_8h_source.html @@ -146,7 +146,7 @@ $(function() {
ripple::ConsensusTransSetSF::app_
Application & app_
Definition: ConsensusTransSetSF.h:55
ripple::ConsensusTransSetSF::j_
beast::Journal const j_
Definition: ConsensusTransSetSF.h:57
ripple::ConsensusTransSetSF::m_nodeCache
NodeCache & m_nodeCache
Definition: ConsensusTransSetSF.h:56
-
ripple::SHAMapHash
Definition: SHAMapHash.h:34
+
ripple::SHAMapHash
Definition: SHAMapHash.h:33
ripple::SHAMapSyncFilter
Definition: SHAMapSyncFilter.h:31
ripple::TaggedCache< SHAMapHash, Blob >
std::uint32_t
diff --git a/CredentialHelpers_8cpp_source.html b/CredentialHelpers_8cpp_source.html index 5c4e0942e2..9e6ad5b0e3 100644 --- a/CredentialHelpers_8cpp_source.html +++ b/CredentialHelpers_8cpp_source.html @@ -517,9 +517,9 @@ $(function() {
ripple::tefINTERNAL
@ tefINTERNAL
Definition: TER.h:173
ripple::QualityDirection::out
@ out
ripple::adjustOwnerCount
static bool adjustOwnerCount(ApplyContext &ctx, int count)
Definition: SetOracle.cpp:186
-
ripple::maxCredentialsArraySize
std::size_t constexpr maxCredentialsArraySize
The maximum number of credentials can be passed in array.
Definition: Protocol.h:107
+
ripple::maxCredentialsArraySize
std::size_t constexpr maxCredentialsArraySize
The maximum number of credentials can be passed in array.
Definition: Protocol.h:106
ripple::ManifestDisposition::accepted
@ accepted
Manifest is valid.
-
ripple::maxCredentialTypeLength
std::size_t constexpr maxCredentialTypeLength
The maximum length of a CredentialType inside a Credential.
Definition: Protocol.h:104
+
ripple::maxCredentialTypeLength
std::size_t constexpr maxCredentialTypeLength
The maximum length of a CredentialType inside a Credential.
Definition: Protocol.h:103
ripple::makeSlice
std::enable_if_t< std::is_same< T, char >::value||std::is_same< T, unsigned char >::value, Slice > makeSlice(std::array< T, N > const &a)
Definition: Slice.h:244
ripple::tecNO_ENTRY
@ tecNO_ENTRY
Definition: TER.h:306
ripple::tecOBJECT_NOT_FOUND
@ tecOBJECT_NOT_FOUND
Definition: TER.h:326
diff --git a/Credentials_8cpp_source.html b/Credentials_8cpp_source.html index 7a376ee0d0..3575334b94 100644 --- a/Credentials_8cpp_source.html +++ b/Credentials_8cpp_source.html @@ -520,14 +520,14 @@ $(function() {
ripple::keylet::account
Keylet account(AccountID const &id) noexcept
AccountID root.
Definition: Indexes.cpp:184
ripple::keylet::ownerDir
Keylet ownerDir(AccountID const &id) noexcept
The root page of an account's directory.
Definition: Indexes.cpp:374
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: algorithm.h:25
-
ripple::maxCredentialURILength
std::size_t constexpr maxCredentialURILength
The maximum length of a URI inside a Credential.
Definition: Protocol.h:101
+
ripple::maxCredentialURILength
std::size_t constexpr maxCredentialURILength
The maximum length of a URI inside a Credential.
Definition: Protocol.h:100
ripple::lsfAccepted
@ lsfAccepted
Definition: LedgerFormats.h:195
ripple::describeOwnerDir
std::function< void(SLE::ref)> describeOwnerDir(AccountID const &account)
Definition: View.cpp:1048
ripple::preflight1
NotTEC preflight1(PreflightContext const &ctx)
Performs early sanity checks on the account and fee fields.
Definition: Transactor.cpp:91
ripple::tefINTERNAL
@ tefINTERNAL
Definition: TER.h:173
ripple::adjustOwnerCount
static bool adjustOwnerCount(ApplyContext &ctx, int count)
Definition: SetOracle.cpp:186
ripple::preflight2
NotTEC preflight2(PreflightContext const &ctx)
Checks whether the signature appears valid.
Definition: Transactor.cpp:160
-
ripple::maxCredentialTypeLength
std::size_t constexpr maxCredentialTypeLength
The maximum length of a CredentialType inside a Credential.
Definition: Protocol.h:104
+
ripple::maxCredentialTypeLength
std::size_t constexpr maxCredentialTypeLength
The maximum length of a CredentialType inside a Credential.
Definition: Protocol.h:103
ripple::tecNO_ENTRY
@ tecNO_ENTRY
Definition: TER.h:306
ripple::tecNO_ISSUER
@ tecNO_ISSUER
Definition: TER.h:299
ripple::tecNO_TARGET
@ tecNO_TARGET
Definition: TER.h:304
diff --git a/Credentials__test_8cpp_source.html b/Credentials__test_8cpp_source.html index 40809b01fb..53d4e6bc2b 100644 --- a/Credentials__test_8cpp_source.html +++ b/Credentials__test_8cpp_source.html @@ -1214,13 +1214,13 @@ $(function() {
ripple::test::reserve
static XRPAmount reserve(jtx::Env &env, std::uint32_t count)
Definition: DepositAuth_test.cpp:32
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: algorithm.h:25
ripple::xrpAccount
AccountID const & xrpAccount()
Compute AccountID from public key.
Definition: AccountID.cpp:178
-
ripple::maxCredentialURILength
std::size_t constexpr maxCredentialURILength
The maximum length of a URI inside a Credential.
Definition: Protocol.h:101
+
ripple::maxCredentialURILength
std::size_t constexpr maxCredentialURILength
The maximum length of a URI inside a Credential.
Definition: Protocol.h:100
ripple::tfSellNFToken
constexpr std::uint32_t const tfSellNFToken
Definition: TxFlags.h:194
ripple::lsfAccepted
@ lsfAccepted
Definition: LedgerFormats.h:195
ripple::tfPassive
constexpr std::uint32_t tfPassive
Definition: TxFlags.h:98
ripple::TxSearched::all
@ all
ripple::strHex
std::string strHex(FwdIt begin, FwdIt end)
Definition: strHex.h:30
-
ripple::maxCredentialTypeLength
std::size_t constexpr maxCredentialTypeLength
The maximum length of a CredentialType inside a Credential.
Definition: Protocol.h:104
+
ripple::maxCredentialTypeLength
std::size_t constexpr maxCredentialTypeLength
The maximum length of a CredentialType inside a Credential.
Definition: Protocol.h:103
ripple::tecNO_ENTRY
@ tecNO_ENTRY
Definition: TER.h:306
ripple::tecNO_ISSUER
@ tecNO_ISSUER
Definition: TER.h:299
ripple::tecNO_TARGET
@ tecNO_TARGET
Definition: TER.h:304
diff --git a/DID_8cpp_source.html b/DID_8cpp_source.html index a759a05352..55a7f0f4cc 100644 --- a/DID_8cpp_source.html +++ b/DID_8cpp_source.html @@ -343,11 +343,11 @@ $(function() {
ripple::keylet::account
Keylet account(AccountID const &id) noexcept
AccountID root.
Definition: Indexes.cpp:184
ripple::keylet::ownerDir
Keylet ownerDir(AccountID const &id) noexcept
The root page of an account's directory.
Definition: Indexes.cpp:374
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: algorithm.h:25
-
ripple::maxDIDURILength
std::size_t constexpr maxDIDURILength
The maximum length of a URI inside a DID.
Definition: Protocol.h:92
-
ripple::maxDIDAttestationLength
std::size_t constexpr maxDIDAttestationLength
The maximum length of an Attestation inside a DID.
Definition: Protocol.h:95
+
ripple::maxDIDURILength
std::size_t constexpr maxDIDURILength
The maximum length of a URI inside a DID.
Definition: Protocol.h:91
+
ripple::maxDIDAttestationLength
std::size_t constexpr maxDIDAttestationLength
The maximum length of an Attestation inside a DID.
Definition: Protocol.h:94
ripple::addSLE
TER addSLE(ApplyContext &ctx, std::shared_ptr< SLE > const &sle, AccountID const &owner)
Definition: DID.cpp:81
ripple::set
bool set(T &target, std::string const &name, Section const &section)
Set a value from a configuration Section If the named value is not found or doesn't parse as a T,...
Definition: BasicConfig.h:315
-
ripple::maxDIDDocumentLength
std::size_t constexpr maxDIDDocumentLength
The maximum length of a Data element inside a DID.
Definition: Protocol.h:89
+
ripple::maxDIDDocumentLength
std::size_t constexpr maxDIDDocumentLength
The maximum length of a Data element inside a DID.
Definition: Protocol.h:88
ripple::describeOwnerDir
std::function< void(SLE::ref)> describeOwnerDir(AccountID const &account)
Definition: View.cpp:1048
ripple::preflight1
NotTEC preflight1(PreflightContext const &ctx)
Performs early sanity checks on the account and fee fields.
Definition: Transactor.cpp:91
ripple::tefBAD_LEDGER
@ tefBAD_LEDGER
Definition: TER.h:170
diff --git a/DelegateSet_8cpp_source.html b/DelegateSet_8cpp_source.html index 13c14a6c94..9042046a46 100644 --- a/DelegateSet_8cpp_source.html +++ b/DelegateSet_8cpp_source.html @@ -272,7 +272,7 @@ $(function() {
ripple::keylet::account
Keylet account(AccountID const &id) noexcept
AccountID root.
Definition: Indexes.cpp:184
ripple::keylet::ownerDir
Keylet ownerDir(AccountID const &id) noexcept
The root page of an account's directory.
Definition: Indexes.cpp:374
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: algorithm.h:25
-
ripple::permissionMaxSize
std::size_t constexpr permissionMaxSize
The maximum number of delegate permissions an account can grant.
Definition: Protocol.h:170
+
ripple::permissionMaxSize
std::size_t constexpr permissionMaxSize
The maximum number of delegate permissions an account can grant.
Definition: Protocol.h:169
ripple::describeOwnerDir
std::function< void(SLE::ref)> describeOwnerDir(AccountID const &account)
Definition: View.cpp:1048
ripple::preflight1
NotTEC preflight1(PreflightContext const &ctx)
Performs early sanity checks on the account and fee fields.
Definition: Transactor.cpp:91
ripple::tefBAD_LEDGER
@ tefBAD_LEDGER
Definition: TER.h:170
diff --git a/DeleteAccount_8cpp_source.html b/DeleteAccount_8cpp_source.html index e7c22c56ee..c3659de40d 100644 --- a/DeleteAccount_8cpp_source.html +++ b/DeleteAccount_8cpp_source.html @@ -574,7 +574,7 @@ $(function() {
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: algorithm.h:25
ripple::AccountID
base_uint< 160, detail::AccountIDTag > AccountID
A 160-bit unsigned that uniquely identifies an account.
Definition: AccountID.h:48
ripple::toBase58
std::string toBase58(AccountID const &v)
Convert AccountID to base58 checked string.
Definition: AccountID.cpp:114
-
ripple::maxDeletableDirEntries
std::size_t constexpr maxDeletableDirEntries
The maximum number of owner directory entries for account to be deletable.
Definition: Protocol.h:66
+
ripple::maxDeletableDirEntries
std::size_t constexpr maxDeletableDirEntries
The maximum number of owner directory entries for account to be deletable.
Definition: Protocol.h:65
ripple::cdirFirst
bool cdirFirst(ReadView const &view, uint256 const &root, std::shared_ptr< SLE const > &page, unsigned int &index, uint256 &entry)
Returns the first entry in the directory, advancing the index.
Definition: View.cpp:146
ripple::uint256
base_uint< 256 > uint256
Definition: base_uint.h:558
ripple::removeSignersFromLedger
static TER removeSignersFromLedger(Application &app, ApplyView &view, Keylet const &accountKeylet, Keylet const &ownerDirKeylet, Keylet const &signerListKeylet, beast::Journal j)
Definition: SetSignerList.cpp:197
diff --git a/DeliveredAmount_8h_source.html b/DeliveredAmount_8h_source.html index 9405fe695b..5865ba163b 100644 --- a/DeliveredAmount_8h_source.html +++ b/DeliveredAmount_8h_source.html @@ -158,7 +158,7 @@ $(function() {
ripple::RPC::getDeliveredAmount
std::optional< STAmount > getDeliveredAmount(RPC::Context const &context, std::shared_ptr< STTx const > const &serializedTx, TxMeta const &transactionMeta, LedgerIndex const &ledgerIndex)
Definition: DeliveredAmount.cpp:185
ripple::RPC::insertDeliveredAmount
void insertDeliveredAmount(Json::Value &meta, ReadView const &, std::shared_ptr< STTx const > const &serializedTx, TxMeta const &)
Add a delivered_amount field to the meta input/output parameter.
Definition: DeliveredAmount.cpp:129
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: algorithm.h:25
-
ripple::LedgerIndex
std::uint32_t LedgerIndex
A ledger index.
Definition: Protocol.h:130
+
ripple::LedgerIndex
std::uint32_t LedgerIndex
A ledger index.
Definition: Protocol.h:129
std::optional
std::shared_ptr
diff --git a/DepositAuthorized_8cpp_source.html b/DepositAuthorized_8cpp_source.html index f23913f6f2..4e3eaaf449 100644 --- a/DepositAuthorized_8cpp_source.html +++ b/DepositAuthorized_8cpp_source.html @@ -305,7 +305,7 @@ $(function() {
ripple::lsfAccepted
@ lsfAccepted
Definition: LedgerFormats.h:195
ripple::rpcError
Json::Value rpcError(int iError)
Definition: RPCErr.cpp:31
ripple::doDepositAuthorized
Json::Value doDepositAuthorized(RPC::JsonContext &context)
Definition: DepositAuthorized.cpp:41
-
ripple::maxCredentialsArraySize
std::size_t constexpr maxCredentialsArraySize
The maximum number of credentials can be passed in array.
Definition: Protocol.h:107
+
ripple::maxCredentialsArraySize
std::size_t constexpr maxCredentialsArraySize
The maximum number of credentials can be passed in array.
Definition: Protocol.h:106
std::vector::push_back
T push_back(T... args)
std::vector::reserve
T reserve(T... args)
std::set
diff --git a/DepositAuthorized__test_8cpp_source.html b/DepositAuthorized__test_8cpp_source.html index afdbe7d5f0..d9f9aeb568 100644 --- a/DepositAuthorized__test_8cpp_source.html +++ b/DepositAuthorized__test_8cpp_source.html @@ -755,7 +755,7 @@ $(function() {
ripple::test::jtx::XRP
XRP_t const XRP
Converts to XRP Issue or STAmount.
Definition: amount.cpp:105
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: algorithm.h:25
ripple::asfDepositAuth
constexpr std::uint32_t asfDepositAuth
Definition: TxFlags.h:85
-
ripple::maxCredentialsArraySize
std::size_t constexpr maxCredentialsArraySize
The maximum number of credentials can be passed in array.
Definition: Protocol.h:107
+
ripple::maxCredentialsArraySize
std::size_t constexpr maxCredentialsArraySize
The maximum number of credentials can be passed in array.
Definition: Protocol.h:106
ripple::authorized
static bool authorized(Port const &port, std::map< std::string, std::string > const &h)
Definition: ServerHandler.cpp:85
std::vector::size
T size(T... args)
std::vector
diff --git a/DepositPreauth_8cpp_source.html b/DepositPreauth_8cpp_source.html index 12dee28398..4046d3411e 100644 --- a/DepositPreauth_8cpp_source.html +++ b/DepositPreauth_8cpp_source.html @@ -442,7 +442,7 @@ $(function() {
ripple::tefBAD_LEDGER
@ tefBAD_LEDGER
Definition: TER.h:170
ripple::tefINTERNAL
@ tefINTERNAL
Definition: TER.h:173
ripple::adjustOwnerCount
static bool adjustOwnerCount(ApplyContext &ctx, int count)
Definition: SetOracle.cpp:186
-
ripple::maxCredentialsArraySize
std::size_t constexpr maxCredentialsArraySize
The maximum number of credentials can be passed in array.
Definition: Protocol.h:107
+
ripple::maxCredentialsArraySize
std::size_t constexpr maxCredentialsArraySize
The maximum number of credentials can be passed in array.
Definition: Protocol.h:106
ripple::preflight2
NotTEC preflight2(PreflightContext const &ctx)
Checks whether the signature appears valid.
Definition: Transactor.cpp:160
ripple::tecNO_ENTRY
@ tecNO_ENTRY
Definition: TER.h:306
ripple::tecNO_ISSUER
@ tecNO_ISSUER
Definition: TER.h:299
diff --git a/Directory__test_8cpp_source.html b/Directory__test_8cpp_source.html index 41cb7fc086..0113b9fd59 100644 --- a/Directory__test_8cpp_source.html +++ b/Directory__test_8cpp_source.html @@ -627,7 +627,7 @@ $(function() {
ripple::test::jtx::offer_cancel
Json::Value offer_cancel(Account const &account, std::uint32_t offerSeq)
Cancel an offer.
Definition: offer.cpp:46
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: algorithm.h:25
ripple::xrpIssue
Issue const & xrpIssue()
Returns an asset specifier that represents XRP.
Definition: Issue.h:115
-
ripple::dirNodeMaxEntries
std::size_t constexpr dirNodeMaxEntries
The maximum number of entries per directory page.
Definition: Protocol.h:57
+
ripple::dirNodeMaxEntries
std::size_t constexpr dirNodeMaxEntries
The maximum number of entries per directory page.
Definition: Protocol.h:56
ripple::getQualityNext
uint256 getQualityNext(uint256 const &uBase)
Definition: Indexes.cpp:141
ripple::to_string
std::string to_string(base_uint< Bits, Tag > const &a)
Definition: base_uint.h:630
ripple::ReleaseStrongRefAction::noop
@ noop
diff --git a/EscrowToken__test_8cpp_source.html b/EscrowToken__test_8cpp_source.html index e290aa2f0e..c4aa6c726f 100644 --- a/EscrowToken__test_8cpp_source.html +++ b/EscrowToken__test_8cpp_source.html @@ -4032,7 +4032,7 @@ $(function() {
ripple::asfAllowTrustLineLocking
constexpr std::uint32_t asfAllowTrustLineLocking
Definition: TxFlags.h:95
ripple::tfMPTCanTransfer
constexpr std::uint32_t const tfMPTCanTransfer
Definition: TxFlags.h:149
ripple::transferRate
Rate transferRate(ReadView const &view, AccountID const &issuer)
Returns IOU issuer transfer fee as Rate.
Definition: View.cpp:760
-
ripple::maxMPTokenAmount
std::uint64_t constexpr maxMPTokenAmount
The maximum amount of MPTokenIssuance.
Definition: Protocol.h:117
+
ripple::maxMPTokenAmount
std::uint64_t constexpr maxMPTokenAmount
The maximum amount of MPTokenIssuance.
Definition: Protocol.h:116
ripple::HashRouterFlags::BAD
@ BAD
ripple::TxSearched::all
@ all
ripple::tfMPTUnauthorize
constexpr std::uint32_t const tfMPTUnauthorize
Definition: TxFlags.h:155
diff --git a/FetchPack__test_8cpp_source.html b/FetchPack__test_8cpp_source.html index 419c3858d5..8ebd818e50 100644 --- a/FetchPack__test_8cpp_source.html +++ b/FetchPack__test_8cpp_source.html @@ -258,8 +258,8 @@ $(function() {
beast::detail::xor_shift_engine
Definition: xor_shift_engine.h:33
beast::unit_test::suite
A testsuite class.
Definition: suite.h:55
beast::unit_test::suite::pass
void pass()
Record a successful test condition.
Definition: suite.h:511
-
ripple::SHAMapHash
Definition: SHAMapHash.h:34
-
ripple::SHAMapHash::as_uint256
uint256 const & as_uint256() const
Definition: SHAMapHash.h:44
+
ripple::SHAMapHash
Definition: SHAMapHash.h:33
+
ripple::SHAMapHash::as_uint256
uint256 const & as_uint256() const
Definition: SHAMapHash.h:43
ripple::SHAMapItem
Definition: SHAMapItem.h:36
ripple::SHAMapSyncFilter
Definition: SHAMapSyncFilter.h:31
ripple::SHAMap
A SHAMap is both a radix tree with a fan-out of 16 and a Merkle tree.
Definition: SHAMap.h:99
diff --git a/GetAggregatePrice_8cpp_source.html b/GetAggregatePrice_8cpp_source.html index 839d020bee..83930ac980 100644 --- a/GetAggregatePrice_8cpp_source.html +++ b/GetAggregatePrice_8cpp_source.html @@ -484,7 +484,7 @@ $(function() {
ripple::rpcOBJECT_NOT_FOUND
@ rpcOBJECT_NOT_FOUND
Definition: ErrorCodes.h:143
ripple::rpcINVALID_PARAMS
@ rpcINVALID_PARAMS
Definition: ErrorCodes.h:84
ripple::rpcINTERNAL
@ rpcINTERNAL
Definition: ErrorCodes.h:130
-
ripple::maxTrim
std::size_t constexpr maxTrim
The maximum percentage of outliers to trim.
Definition: Protocol.h:166
+
ripple::maxTrim
std::size_t constexpr maxTrim
The maximum percentage of outliers to trim.
Definition: Protocol.h:165
ripple::noIssue
Issue const & noIssue()
Returns an asset specifier that represents no account and currency.
Definition: Issue.h:123
ripple::Prices
bimap< multiset_of< std::uint32_t, std::greater< std::uint32_t > >, multiset_of< STAmount > > Prices
Definition: GetAggregatePrice.cpp:39
ripple::iteratePriceData
static void iteratePriceData(RPC::JsonContext &context, std::shared_ptr< SLE const > const &sle, std::function< bool(STObject const &)> &&f)
Calls callback "f" on the ledger-object sle and up to three previous metadata objects.
Definition: GetAggregatePrice.cpp:45
diff --git a/GetCounts_8cpp_source.html b/GetCounts_8cpp_source.html index 492ce1696d..e52b79e9f2 100644 --- a/GetCounts_8cpp_source.html +++ b/GetCounts_8cpp_source.html @@ -192,7 +192,7 @@ $(function() {
114 ret[jss::treenode_cache_size] =
115 app.getNodeFamily().getTreeNodeCache()->getCacheSize();
116 ret[jss::treenode_track_size] =
-
117 app.getNodeFamily().getTreeNodeCache()->getTrackSize();
+
117 static_cast<int>(app.getNodeFamily().getTreeNodeCache()->size());
118
119 std::string uptime;
120 auto s = UptimeClock::now();
diff --git a/InboundLedger_8cpp_source.html b/InboundLedger_8cpp_source.html index b175ba2328..287305cf33 100644 --- a/InboundLedger_8cpp_source.html +++ b/InboundLedger_8cpp_source.html @@ -1475,8 +1475,8 @@ $(function() {
ripple::SHAMapAddNode::isUseful
bool isUseful() const
Definition: SHAMapAddNode.h:116
ripple::SHAMapAddNode::isGood
bool isGood() const
Definition: SHAMapAddNode.h:132
ripple::SHAMapAddNode::get
std::string get() const
Definition: SHAMapAddNode.h:156
-
ripple::SHAMapHash
Definition: SHAMapHash.h:34
-
ripple::SHAMapHash::isZero
bool isZero() const
Definition: SHAMapHash.h:54
+
ripple::SHAMapHash
Definition: SHAMapHash.h:33
+
ripple::SHAMapHash::isZero
bool isZero() const
Definition: SHAMapHash.h:53
ripple::SHAMapSyncFilter
Definition: SHAMapSyncFilter.h:31
ripple::SHAMap
A SHAMap is both a radix tree with a fan-out of 16 and a Merkle tree.
Definition: SHAMap.h:99
ripple::SHAMap::getHash
SHAMapHash getHash() const
Definition: SHAMap.cpp:889
diff --git a/InvariantCheck_8cpp_source.html b/InvariantCheck_8cpp_source.html index 1a70877c4a..bf9bed197a 100644 --- a/InvariantCheck_8cpp_source.html +++ b/InvariantCheck_8cpp_source.html @@ -2254,8 +2254,8 @@ $(function() {
ripple::TxType
TxType
Transaction type identifiers.
Definition: TxFormats.h:57
ripple::validBalances
static bool validBalances(STAmount const &amount, STAmount const &amount2, STAmount const &lptAMMBalance, ValidAMM::ZeroAllowed zeroAllowed)
Definition: InvariantCheck.cpp:1758
ripple::uint256
base_uint< 256 > uint256
Definition: base_uint.h:558
-
ripple::maxPermissionedDomainCredentialsArraySize
std::size_t constexpr maxPermissionedDomainCredentialsArraySize
The maximum number of credentials can be passed in array for permissioned domain.
Definition: Protocol.h:111
-
ripple::maxMPTokenAmount
std::uint64_t constexpr maxMPTokenAmount
The maximum amount of MPTokenIssuance.
Definition: Protocol.h:117
+
ripple::maxPermissionedDomainCredentialsArraySize
std::size_t constexpr maxPermissionedDomainCredentialsArraySize
The maximum number of credentials can be passed in array for permissioned domain.
Definition: Protocol.h:110
+
ripple::maxMPTokenAmount
std::uint64_t constexpr maxMPTokenAmount
The maximum amount of MPTokenIssuance.
Definition: Protocol.h:116
ripple::lsfHighDeepFreeze
@ lsfHighDeepFreeze
Definition: LedgerFormats.h:168
ripple::lsfDefaultRipple
@ lsfDefaultRipple
Definition: LedgerFormats.h:134
ripple::lsfHighFreeze
@ lsfHighFreeze
Definition: LedgerFormats.h:166
@@ -2267,7 +2267,7 @@ $(function() {
ripple::lsfLowFreeze
@ lsfLowFreeze
Definition: LedgerFormats.h:165
ripple::lsfLowDeepFreeze
@ lsfLowDeepFreeze
Definition: LedgerFormats.h:167
ripple::INITIAL_XRP
constexpr XRPAmount INITIAL_XRP
Configure the native currency.
Definition: SystemParameters.h:44
-
ripple::dirMaxTokensPerPage
std::size_t constexpr dirMaxTokensPerPage
The maximum number of items in an NFT page.
Definition: Protocol.h:63
+
ripple::dirMaxTokensPerPage
std::size_t constexpr dirMaxTokensPerPage
The maximum number of items in an NFT page.
Definition: Protocol.h:62
ripple::directAccountKeylets
std::array< keyletDesc< AccountID const & >, 6 > const directAccountKeylets
Definition: Indexes.h:382
ripple::ammPoolHolds
std::pair< STAmount, STAmount > ammPoolHolds(ReadView const &view, AccountID const &ammAccountID, Issue const &issue1, Issue const &issue2, FreezeHandling freezeHandling, beast::Journal const j)
Get AMM pool balances.
Definition: AMMUtils.cpp:31
ripple::tecINCOMPLETE
@ tecINCOMPLETE
Definition: TER.h:335
diff --git a/Invariants__test_8cpp_source.html b/Invariants__test_8cpp_source.html index f79c9f12d3..7cb6973afd 100644 --- a/Invariants__test_8cpp_source.html +++ b/Invariants__test_8cpp_source.html @@ -1767,7 +1767,7 @@ $(function() {
ripple::tfSetDeepFreeze
constexpr std::uint32_t tfSetDeepFreeze
Definition: TxFlags.h:120
ripple::LedgerNameSpace::AMM
@ AMM
ripple::uint256
base_uint< 256 > uint256
Definition: base_uint.h:558
-
ripple::maxPermissionedDomainCredentialsArraySize
std::size_t constexpr maxPermissionedDomainCredentialsArraySize
The maximum number of credentials can be passed in array for permissioned domain.
Definition: Protocol.h:111
+
ripple::maxPermissionedDomainCredentialsArraySize
std::size_t constexpr maxPermissionedDomainCredentialsArraySize
The maximum number of credentials can be passed in array for permissioned domain.
Definition: Protocol.h:110
ripple::lsfHighDeepFreeze
@ lsfHighDeepFreeze
Definition: LedgerFormats.h:168
ripple::lsfRequireDestTag
@ lsfRequireDestTag
Definition: LedgerFormats.h:126
ripple::lsfDefaultRipple
@ lsfDefaultRipple
Definition: LedgerFormats.h:134
diff --git a/KeyCache__test_8cpp_source.html b/KeyCache__test_8cpp_source.html index 3fe5965f54..af02d2b1c4 100644 --- a/KeyCache__test_8cpp_source.html +++ b/KeyCache__test_8cpp_source.html @@ -182,7 +182,7 @@ $(function() {
ripple::TaggedCache
Map/cache combination.
Definition: TaggedCache.h:62
ripple::test::SuiteJournal
Definition: SuiteJournal.h:103
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: algorithm.h:25
-
ripple::LedgerIndex
std::uint32_t LedgerIndex
A ledger index.
Definition: Protocol.h:130
+
ripple::LedgerIndex
std::uint32_t LedgerIndex
A ledger index.
Definition: Protocol.h:129