Wire Sysio Wire Sysion 1.0.0
|
#include <undo_index.hpp>
Public Types | |
using | node_traits = offset_node_traits<Tag> |
using | node_ptr = typename node_traits::node_ptr |
using | const_node_ptr = typename node_traits::const_node_ptr |
using | value_type = typename Node::value_type |
using | pointer = value_type* |
using | const_pointer = const value_type* |
Static Public Member Functions | |
static node_ptr | to_node_ptr (value_type &value) |
static const_node_ptr | to_node_ptr (const value_type &value) |
static pointer | to_value_ptr (node_ptr n) |
static const_pointer | to_value_ptr (const_node_ptr n) |
Static Public Attributes | |
static constexpr boost::intrusive::link_mode_type | link_mode = boost::intrusive::normal_link |
Definition at line 120 of file undo_index.hpp.
using chainbase::offset_node_value_traits< Node, Tag >::const_node_ptr = typename node_traits::const_node_ptr |
Definition at line 123 of file undo_index.hpp.
using chainbase::offset_node_value_traits< Node, Tag >::const_pointer = const value_type* |
Definition at line 126 of file undo_index.hpp.
using chainbase::offset_node_value_traits< Node, Tag >::node_ptr = typename node_traits::node_ptr |
Definition at line 122 of file undo_index.hpp.
using chainbase::offset_node_value_traits< Node, Tag >::node_traits = offset_node_traits<Tag> |
Definition at line 121 of file undo_index.hpp.
using chainbase::offset_node_value_traits< Node, Tag >::pointer = value_type* |
Definition at line 125 of file undo_index.hpp.
using chainbase::offset_node_value_traits< Node, Tag >::value_type = typename Node::value_type |
Definition at line 124 of file undo_index.hpp.
|
inlinestatic |
Definition at line 131 of file undo_index.hpp.
|
inlinestatic |
Definition at line 128 of file undo_index.hpp.
|
inlinestatic |
Definition at line 135 of file undo_index.hpp.
|
inlinestatic |
Definition at line 134 of file undo_index.hpp.
|
staticconstexpr |
Definition at line 137 of file undo_index.hpp.