rippled
Loading...
Searching...
No Matches
TreeNodeCache.h
1#pragma once
2
3#include <xrpl/basics/IntrusivePointer.h>
4#include <xrpl/basics/TaggedCache.h>
5#include <xrpl/shamap/SHAMapTreeNode.h>
6
7namespace xrpl {
8
10 uint256,
12 /*IsKeyCache*/ false,
15} // namespace xrpl
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:42
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
base_uint< 256 > uint256
Definition base_uint.h:526