Bitcoin Core 30.99.0
P2P Digital Currency
Classes | Namespaces
base.h File Reference
#include <attributes.h>
#include <dbwrapper.h>
#include <interfaces/chain.h>
#include <kernel/cs_main.h>
#include <threadsafety.h>
#include <uint256.h>
#include <util/fs.h>
#include <util/threadinterrupt.h>
#include <validationinterface.h>
#include <atomic>
#include <cstddef>
#include <memory>
#include <optional>
#include <string>
#include <thread>
Include dependency graph for base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  IndexSummary
 
class  BaseIndex
 Base class for indices of blockchain data. More...
 
class  BaseIndex::DB
 The database stores a block locator of the chain the database is synced to so that the index can efficiently determine the point it last stopped at. More...
 

Namespaces

namespace  interfaces
 
namespace  util