Bitcoin Core 31.99.0
P2P Digital Currency
Public Member Functions | List of all members
KernelMockTime Class Reference

Public Member Functions

 KernelMockTime (std::chrono::seconds timestamp)
 
 ~KernelMockTime ()
 
 KernelMockTime (const KernelMockTime &)=delete
 
KernelMockTimeoperator= (const KernelMockTime &)=delete
 
void set (std::chrono::seconds timestamp)
 

Detailed Description

Definition at line 1426 of file test_kernel.cpp.

Constructor & Destructor Documentation

◆ KernelMockTime() [1/2]

KernelMockTime::KernelMockTime ( std::chrono::seconds  timestamp)
inlineexplicit

Definition at line 1429 of file test_kernel.cpp.

Here is the call graph for this function:

◆ ~KernelMockTime()

KernelMockTime::~KernelMockTime ( )
inline

Definition at line 1430 of file test_kernel.cpp.

Here is the call graph for this function:

◆ KernelMockTime() [2/2]

KernelMockTime::KernelMockTime ( const KernelMockTime )
delete

Member Function Documentation

◆ operator=()

KernelMockTime & KernelMockTime::operator= ( const KernelMockTime )
delete

◆ set()

void KernelMockTime::set ( std::chrono::seconds  timestamp)
inline

Definition at line 1438 of file test_kernel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

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