Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
CSerializeMethodsTestSingle Class Reference
Inheritance diagram for CSerializeMethodsTestSingle:
[legend]

Public Member Functions

 CSerializeMethodsTestSingle ()=default
 CSerializeMethodsTestSingle (int intvalin, bool boolvalin, std::string stringvalin, const uint8_t *charstrvalin, const CTransactionRef &txvalin)
 SERIALIZE_METHODS (CSerializeMethodsTestSingle, obj)
bool operator== (const CSerializeMethodsTestSingle &rhs) const

Protected Attributes

int intval
bool boolval
std::string stringval
char charstrval [16]
CTransactionRef txval

Detailed Description

Definition at line 31 of file serialize_tests.cpp.

Constructor & Destructor Documentation

◆ CSerializeMethodsTestSingle() [1/2]

CSerializeMethodsTestSingle::CSerializeMethodsTestSingle ( )
default
Here is the caller graph for this function:

◆ CSerializeMethodsTestSingle() [2/2]

CSerializeMethodsTestSingle::CSerializeMethodsTestSingle ( int intvalin,
bool boolvalin,
std::string stringvalin,
const uint8_t * charstrvalin,
const CTransactionRef & txvalin )
inline

Definition at line 41 of file serialize_tests.cpp.

Member Function Documentation

◆ operator==()

bool CSerializeMethodsTestSingle::operator== ( const CSerializeMethodsTestSingle & rhs) const
inline

Definition at line 55 of file serialize_tests.cpp.

Here is the call graph for this function:

◆ SERIALIZE_METHODS()

CSerializeMethodsTestSingle::SERIALIZE_METHODS ( CSerializeMethodsTestSingle ,
obj  )
inline

Definition at line 46 of file serialize_tests.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ boolval

bool CSerializeMethodsTestSingle::boolval
protected

Definition at line 35 of file serialize_tests.cpp.

◆ charstrval

char CSerializeMethodsTestSingle::charstrval[16]
protected

Definition at line 37 of file serialize_tests.cpp.

◆ intval

int CSerializeMethodsTestSingle::intval
protected

Definition at line 34 of file serialize_tests.cpp.

◆ stringval

std::string CSerializeMethodsTestSingle::stringval
protected

Definition at line 36 of file serialize_tests.cpp.

◆ txval

CTransactionRef CSerializeMethodsTestSingle::txval
protected

Definition at line 38 of file serialize_tests.cpp.


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