A structure describing a node in the rope. It is used in navigating the node data structure more easily than keeping track of the separate components of the description. More...
#include <skiprope.h>
Public Member Functions | |
node_info () | |
node_info (node *n, ptrdiff_t o) | |
Public Attributes | |
node * | node_ |
ptrdiff_t | offset_ |
from begininng to node |
A structure describing a node in the rope. It is used in navigating the node data structure more easily than keeping track of the separate components of the description.
Definition at line 732 of file skiprope.h.
Definition at line 740 of file skiprope.h.
node_info | ( | ) |
Definition at line 742 of file skiprope.h.
Definition at line 737 of file skiprope.h.
ptrdiff_t offset_ |
from begininng to node
Definition at line 738 of file skiprope.h.