BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::db::undo_state Struct Reference

#include <undo_database.hpp>

Public Attributes

std::unordered_map< object_id_type, std::unique_ptr< object > > old_values
 
std::unordered_map< object_id_type, object_id_typeold_index_next_ids
 
std::unordered_set< object_id_typenew_ids
 
std::unordered_map< object_id_type, std::unique_ptr< object > > removed
 

Detailed Description

Definition at line 33 of file undo_database.hpp.

Member Data Documentation

◆ new_ids

std::unordered_set<object_id_type> graphene::db::undo_state::new_ids

Definition at line 37 of file undo_database.hpp.

◆ old_index_next_ids

std::unordered_map<object_id_type, object_id_type> graphene::db::undo_state::old_index_next_ids

Definition at line 36 of file undo_database.hpp.

◆ old_values

std::unordered_map<object_id_type, std::unique_ptr<object> > graphene::db::undo_state::old_values

Definition at line 35 of file undo_database.hpp.

◆ removed

std::unordered_map<object_id_type, std::unique_ptr<object> > graphene::db::undo_state::removed

Definition at line 38 of file undo_database.hpp.


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