cheshirekow  v0.1.0
mpblocks::btps::ExampleTraits Struct Reference

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 NodeNodeRef
 some type which stores uniquely identifies nodes, for instance a node pointer or an index into an array More...
 

Detailed Description

an example traits structure from which a balanced tree of partial sums may be instantiated

Definition at line 38 of file example_traits.h.

Member Typedef Documentation

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.


The documentation for this struct was generated from the following file: