|
Wire Sysio Wire Sysion 1.0.0
|
#include <undo_index.hpp>
Public Types | |
| using | node = offset_node_base<Tag> |
| using | node_ptr = node* |
| using | const_node_ptr = const node* |
| using | color = int |
| using | balance = int |
Static Public Member Functions | |
| static node_ptr | get_parent (const_node_ptr n) |
| static void | set_parent (node_ptr n, node_ptr parent) |
| static node_ptr | get_left (const_node_ptr n) |
| static void | set_left (node_ptr n, node_ptr left) |
| static node_ptr | get_right (const_node_ptr n) |
| static void | set_right (node_ptr n, node_ptr right) |
| static color | get_color (node_ptr n) |
| static void | set_color (node_ptr n, color c) |
| static color | black () |
| static color | red () |
| static balance | get_balance (node_ptr n) |
| static void | set_balance (node_ptr n, balance c) |
| static balance | negative () |
| static balance | zero () |
| static balance | positive () |
| static node_ptr | get_next (const_node_ptr n) |
| static void | set_next (node_ptr n, node_ptr next) |
| static node_ptr | get_previous (const_node_ptr n) |
| static void | set_previous (node_ptr n, node_ptr previous) |
Definition at line 62 of file undo_index.hpp.
| using chainbase::offset_node_traits< Tag >::balance = int |
Definition at line 101 of file undo_index.hpp.
| using chainbase::offset_node_traits< Tag >::color = int |
Definition at line 66 of file undo_index.hpp.
| using chainbase::offset_node_traits< Tag >::const_node_ptr = const node* |
Definition at line 65 of file undo_index.hpp.
| using chainbase::offset_node_traits< Tag >::node = offset_node_base<Tag> |
Definition at line 63 of file undo_index.hpp.
| using chainbase::offset_node_traits< Tag >::node_ptr = node* |
Definition at line 64 of file undo_index.hpp.
|
inlinestatic |
Definition at line 98 of file undo_index.hpp.
|
inlinestatic |
Definition at line 102 of file undo_index.hpp.
|
inlinestatic |
Definition at line 92 of file undo_index.hpp.
|
inlinestatic |
Definition at line 75 of file undo_index.hpp.

|
inlinestatic |
Definition at line 113 of file undo_index.hpp.

|
inlinestatic |
Definition at line 67 of file undo_index.hpp.
|
inlinestatic |
Definition at line 115 of file undo_index.hpp.

|
inlinestatic |
|
inlinestatic |
Definition at line 108 of file undo_index.hpp.
|
inlinestatic |
Definition at line 110 of file undo_index.hpp.
|
inlinestatic |
Definition at line 99 of file undo_index.hpp.
|
inlinestatic |
Definition at line 105 of file undo_index.hpp.
|
inlinestatic |
Definition at line 95 of file undo_index.hpp.
|
inlinestatic |
Definition at line 79 of file undo_index.hpp.

|
inlinestatic |
Definition at line 114 of file undo_index.hpp.

|
inlinestatic |
Definition at line 71 of file undo_index.hpp.
|
inlinestatic |
Definition at line 116 of file undo_index.hpp.

|
inlinestatic |
Definition at line 87 of file undo_index.hpp.

|
inlinestatic |
Definition at line 109 of file undo_index.hpp.