Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
SingleEntryCacheTest Class Reference
Collaboration diagram for SingleEntryCacheTest:
[legend]

Public Member Functions

 SingleEntryCacheTest (CAmount base_value, CAmount cache_value, char cache_flags)
 

Public Attributes

CCoinsView root
 
CCoinsViewCacheTest base {&root}
 
CCoinsViewCacheTest cache {&base}
 

Detailed Description

Definition at line 622 of file coins_tests.cpp.

Constructor & Destructor Documentation

◆ SingleEntryCacheTest()

SingleEntryCacheTest::SingleEntryCacheTest ( CAmount  base_value,
CAmount  cache_value,
char  cache_flags 
)
inline

Definition at line 625 of file coins_tests.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ base

CCoinsViewCacheTest SingleEntryCacheTest::base {&root}

Definition at line 632 of file coins_tests.cpp.

◆ cache

CCoinsViewCacheTest SingleEntryCacheTest::cache {&base}

Definition at line 633 of file coins_tests.cpp.

◆ root

CCoinsView SingleEntryCacheTest::root

Definition at line 631 of file coins_tests.cpp.


The documentation for this class was generated from the following file: