rippled
Loading...
Searching...
No Matches
TreeNodeCache.h
1#ifndef XRPL_SHAMAP_TREENODECACHE_H_INCLUDED
2#define XRPL_SHAMAP_TREENODECACHE_H_INCLUDED
3
4#include <xrpl/basics/IntrusivePointer.h>
5#include <xrpl/basics/TaggedCache.h>
6#include <xrpl/shamap/SHAMapTreeNode.h>
7
8namespace ripple {
9
11 uint256,
13 /*IsKeyCache*/ false,
16} // namespace ripple
17
18#endif
A shared intrusive pointer class that supports weak pointers.
A combination of a strong and a weak intrusive pointer stored in the space of a single pointer.
Map/cache combination.
Definition TaggedCache.h:43
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
base_uint< 256 > uint256
Definition base_uint.h:539