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> | |
node (A &&... a) | |
const T & | item () const |
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 |
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 256 of file undo_index.hpp.
using chainbase::undo_index< T, Allocator, Indices >::node::allocator_type = Allocator |
Definition at line 258 of file undo_index.hpp.
using chainbase::undo_index< T, Allocator, Indices >::node::value_type = T |
Definition at line 257 of file undo_index.hpp.
|
inlineexplicit |
Definition at line 260 of file undo_index.hpp.
|
inline |
Definition at line 261 of file undo_index.hpp.
uint64_t chainbase::undo_index< T, Allocator, Indices >::node::_mtime = 0 |
Definition at line 262 of file undo_index.hpp.