node_info Struct Reference

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>

Collaboration diagram for node_info:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 node_info ()
 node_info (node *n, ptrdiff_t o)

Public Attributes

nodenode_
ptrdiff_t offset_
 from begininng to node

Detailed Description

template<class T>
struct cxxtls::skiprope< T >::node_info

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.


Constructor & Destructor Documentation

node_info ( node n,
ptrdiff_t  o 
)

Definition at line 740 of file skiprope.h.

node_info (  ) 

Definition at line 742 of file skiprope.h.


Member Data Documentation

Definition at line 737 of file skiprope.h.

ptrdiff_t offset_

from begininng to node

Definition at line 738 of file skiprope.h.


The documentation for this struct was generated from the following file:
Generated on Wed Feb 29 22:56:37 2012 for CXXUtilities by  doxygen 1.6.3