Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CGovernanceManager::last_object_rec Struct Reference

#include <governance.h>

+ Collaboration diagram for CGovernanceManager::last_object_rec:

Public Member Functions

 last_object_rec (bool fStatusOKIn=true)
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 

Public Attributes

 ADD_SERIALIZE_METHODS
 
CRateCheckBuffer triggerBuffer
 
bool fStatusOK
 

Detailed Description

Definition at line 156 of file governance.h.

Constructor & Destructor Documentation

◆ last_object_rec()

CGovernanceManager::last_object_rec::last_object_rec ( bool  fStatusOKIn = true)
inline

Definition at line 157 of file governance.h.

Member Function Documentation

◆ SerializationOp()

template<typename Stream , typename Operation >
void CGovernanceManager::last_object_rec::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 166 of file governance.h.

References fStatusOK, READWRITE, and triggerBuffer.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CGovernanceManager::last_object_rec::ADD_SERIALIZE_METHODS

Definition at line 163 of file governance.h.

◆ fStatusOK

bool CGovernanceManager::last_object_rec::fStatusOK

Definition at line 173 of file governance.h.

Referenced by SerializationOp().

◆ triggerBuffer

CRateCheckBuffer CGovernanceManager::last_object_rec::triggerBuffer

Definition at line 172 of file governance.h.

Referenced by SerializationOp().


The documentation for this struct was generated from the following file:
Released under the MIT license