BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#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 |
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.
|
inline |
Definition at line 49 of file db_with.hpp.
|
inline |
Definition at line 53 of file db_with.hpp.
node_property_object& graphene::chain::detail::skip_flags_restorer::_npo |
Definition at line 58 of file db_with.hpp.
uint32_t graphene::chain::detail::skip_flags_restorer::_old_skip_flags |
Definition at line 59 of file db_with.hpp.