|
Wire Sysio Wire Sysion 1.0.0
|
#include <undo_index.hpp>
Public Attributes | |
| std::allocator_traits< Allocator >::pointer | old_values_end |
| std::allocator_traits< Allocator >::pointer | removed_values_end |
| id_type | old_next_id = 0 |
| uint64_t | ctime = 0 |
Definition at line 332 of file undo_index.hpp.
| uint64_t chainbase::undo_index< T, Allocator, Indices >::undo_state::ctime = 0 |
Definition at line 336 of file undo_index.hpp.
| id_type chainbase::undo_index< T, Allocator, Indices >::undo_state::old_next_id = 0 |
Definition at line 335 of file undo_index.hpp.
| std::allocator_traits<Allocator>::pointer chainbase::undo_index< T, Allocator, Indices >::undo_state::old_values_end |
Definition at line 333 of file undo_index.hpp.
| std::allocator_traits<Allocator>::pointer chainbase::undo_index< T, Allocator, Indices >::undo_state::removed_values_end |
Definition at line 334 of file undo_index.hpp.