Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
CBanEntry Class Reference

#include <addrdb.h>

Public Member Functions

 CBanEntry ()
 
 CBanEntry (int64_t nCreateTimeIn)
 
 SERIALIZE_METHODS (CBanEntry, obj)
 
void SetNull ()
 

Public Attributes

int nVersion
 
int64_t nCreateTime
 
int64_t nBanUntil
 

Static Public Attributes

static const int CURRENT_VERSION = 1
 

Detailed Description

Definition at line 30 of file addrdb.h.

Constructor & Destructor Documentation

◆ CBanEntry() [1/2]

CBanEntry::CBanEntry ( )
inline

Definition at line 37 of file addrdb.h.

Here is the call graph for this function:

◆ CBanEntry() [2/2]

CBanEntry::CBanEntry ( int64_t  nCreateTimeIn)
inlineexplicit

Definition at line 39 of file addrdb.h.

Here is the call graph for this function:

Member Function Documentation

◆ SERIALIZE_METHODS()

CBanEntry::SERIALIZE_METHODS ( CBanEntry  ,
obj   
)
inline

For backward compatibility

Definition at line 44 of file addrdb.h.

◆ SetNull()

void CBanEntry::SetNull ( )
inline

Definition at line 50 of file addrdb.h.

Here is the caller graph for this function:

Member Data Documentation

◆ CURRENT_VERSION

const int CBanEntry::CURRENT_VERSION = 1
static

Definition at line 32 of file addrdb.h.

◆ nBanUntil

int64_t CBanEntry::nBanUntil

Definition at line 35 of file addrdb.h.

◆ nCreateTime

int64_t CBanEntry::nCreateTime

Definition at line 34 of file addrdb.h.

◆ nVersion

int CBanEntry::nVersion

Definition at line 33 of file addrdb.h.


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