Wire Sysio Wire Sysion 1.0.0
|
#include <undo_index.hpp>
Public Types | |
using | value_type = T |
using | allocator_type = Allocator |
Public Member Functions | |
template<typename... A> | |
old_node (const T &t) | |
Public Member Functions inherited from chainbase::offset_node_base< Tag > | |
offset_node_base ()=default | |
offset_node_base (const offset_node_base &) | |
constexpr offset_node_base & | operator= (const offset_node_base &) |
Public Member Functions inherited from chainbase::value_holder< T > | |
template<typename... A> | |
value_holder (A &&... a) | |
Public Attributes | |
uint64_t | _mtime = 0 |
alloc_traits::pointer | _current |
Public Attributes inherited from chainbase::offset_node_base< Tag > | |
std::ptrdiff_t | _parent |
std::ptrdiff_t | _left |
std::ptrdiff_t | _right |
int | _color |
Public Attributes inherited from chainbase::value_holder< T > | |
T | _item |
Definition at line 274 of file undo_index.hpp.
using chainbase::undo_index< T, Allocator, Indices >::old_node::allocator_type = Allocator |
Definition at line 276 of file undo_index.hpp.
using chainbase::undo_index< T, Allocator, Indices >::old_node::value_type = T |
Definition at line 275 of file undo_index.hpp.
|
inlineexplicit |
Definition at line 278 of file undo_index.hpp.
alloc_traits::pointer chainbase::undo_index< T, Allocator, Indices >::old_node::_current |
Definition at line 280 of file undo_index.hpp.
uint64_t chainbase::undo_index< T, Allocator, Indices >::old_node::_mtime = 0 |
Definition at line 279 of file undo_index.hpp.