mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
New types Account, Currency, Directory:
* New tagged uint types. * Extract to_string functions from header to hide dependencies. * Include what you use and C++11 for cleanups.
This commit is contained in:
committed by
Nik Bougalis
parent
e999c76882
commit
feab6c39b3
@@ -166,12 +166,12 @@ public:
|
||||
std::function<void (SLE::ref, bool)> fDescriber);
|
||||
|
||||
TER dirDelete (
|
||||
const bool bKeepRoot,
|
||||
const std::uint64_t& uNodeDir, // Node item is mentioned in.
|
||||
uint256 const& uRootIndex,
|
||||
uint256 const& uLedgerIndex, // Item being deleted
|
||||
const bool bStable,
|
||||
const bool bSoft);
|
||||
const bool bKeepRoot,
|
||||
const std::uint64_t& uNodeDir, // Node item is mentioned in.
|
||||
uint256 const& uRootIndex,
|
||||
uint256 const& uLedgerIndex, // Item being deleted
|
||||
const bool bStable,
|
||||
const bool bSoft);
|
||||
|
||||
bool dirFirst (uint256 const& uRootIndex, SLE::pointer& sleNode,
|
||||
unsigned int & uDirEntry, uint256 & uEntryIndex);
|
||||
|
||||
Reference in New Issue
Block a user