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

Public Member Functions

 SERIALIZE_METHODS_PARAMS (Derived, obj, DerivedAndBaseFormat, fmt)
 
- Public Member Functions inherited from Base
 Base ()
 
 Base (uint8_t data)
 
template<typename Stream >
void Serialize (Stream &s) const
 
template<typename Stream >
void Unserialize (Stream &s)
 

Public Attributes

std::string m_derived_data
 
- Public Attributes inherited from Base
uint8_t m_base_data
 

Detailed Description

Definition at line 325 of file serialize_tests.cpp.

Member Function Documentation

◆ SERIALIZE_METHODS_PARAMS()

Derived::SERIALIZE_METHODS_PARAMS ( Derived  ,
obj  ,
DerivedAndBaseFormat  ,
fmt   
)
inline

Definition at line 330 of file serialize_tests.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ m_derived_data

std::string Derived::m_derived_data

Definition at line 328 of file serialize_tests.cpp.


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