rippled
Loading...
Searching...
No Matches
include
xrpl
ledger
CachedSLEs.h
1
#ifndef XRPL_LEDGER_CACHEDSLES_H_INCLUDED
2
#define XRPL_LEDGER_CACHEDSLES_H_INCLUDED
3
4
#include <xrpl/basics/TaggedCache.h>
5
#include <xrpl/basics/base_uint.h>
6
#include <xrpl/protocol/STLedgerEntry.h>
7
8
namespace
ripple
{
9
using
CachedSLEs
=
TaggedCache<uint256, SLE const>
;
10
}
11
12
#endif
// XRPL_LEDGER_CACHEDSLES_H_INCLUDED
ripple::TaggedCache
Map/cache combination.
Definition
TaggedCache.h:43
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:6
Generated by
1.9.8