BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::chain::detail::skip_flags_restorer Struct Reference

#include <db_with.hpp>

Public Member Functions

 skip_flags_restorer (node_property_object &npo, uint32_t old_skip_flags)
 
 ~skip_flags_restorer ()
 

Public Attributes

node_property_object_npo
 
uint32_t _old_skip_flags
 

Detailed Description

Class used to help the with_skip_flags implementation. It must be defined in this header because it must be available to the with_skip_flags implementation, which is a template and therefore must also be defined in this header.

Definition at line 47 of file db_with.hpp.

Constructor & Destructor Documentation

◆ skip_flags_restorer()

graphene::chain::detail::skip_flags_restorer::skip_flags_restorer ( node_property_object npo,
uint32_t  old_skip_flags 
)
inline

Definition at line 49 of file db_with.hpp.

◆ ~skip_flags_restorer()

graphene::chain::detail::skip_flags_restorer::~skip_flags_restorer ( )
inline

Definition at line 53 of file db_with.hpp.

Member Data Documentation

◆ _npo

node_property_object& graphene::chain::detail::skip_flags_restorer::_npo

Definition at line 58 of file db_with.hpp.

◆ _old_skip_flags

uint32_t graphene::chain::detail::skip_flags_restorer::_old_skip_flags

Definition at line 59 of file db_with.hpp.


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