cheshirekow
v0.1.0
|
an example traits structure from which a balanced tree of partial sums may be instantiated More...
#include <mpblocks/btps/example_traits.h>
Classes | |
struct | Node |
this type is not required by the interface, but if you just need a simple node type then this one will do it for you More... | |
struct | NodeOps |
a callable type which implements the primitives required to access fields of a node More... | |
Public Types | |
typedef Node * | NodeRef |
some type which stores uniquely identifies nodes, for instance a node pointer or an index into an array More... | |
an example traits structure from which a balanced tree of partial sums may be instantiated
Definition at line 38 of file example_traits.h.
some type which stores uniquely identifies nodes, for instance a node pointer or an index into an array
Definition at line 39 of file example_traits.h.