Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
chainbase::undo_index< T, Allocator, Indices >::undo_state Struct Reference

#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
 

Detailed Description

template<typename T, typename Allocator, typename... Indices>
struct chainbase::undo_index< T, Allocator, Indices >::undo_state

Definition at line 332 of file undo_index.hpp.

Member Data Documentation

◆ ctime

template<typename T , typename Allocator , typename... Indices>
uint64_t chainbase::undo_index< T, Allocator, Indices >::undo_state::ctime = 0

Definition at line 336 of file undo_index.hpp.

◆ old_next_id

template<typename T , typename Allocator , typename... Indices>
id_type chainbase::undo_index< T, Allocator, Indices >::undo_state::old_next_id = 0

Definition at line 335 of file undo_index.hpp.

◆ old_values_end

template<typename T , typename Allocator , typename... Indices>
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.

◆ removed_values_end

template<typename T , typename Allocator , typename... Indices>
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.


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