orbtree
orbtree::simple_set Class Reference

General set, i.e. storing a collection of elements without duplicates. Simple version for weight functions that return one component (i.e. scalar functions). See orbtree for description of members. More...

#include <orbtree.h>

Detailed Description

General set, i.e. storing a collection of elements without duplicates. Simple version for weight functions that return one component (i.e. scalar functions). See orbtree for description of members.

Template Parameters
Keytype of elements ("keys") stored in this set.
NVFuncfunction object calculating the weights associated with stored elements. Requires operator() with the key as the only parameter and returning NVFunc::result_type that should be a public typedef as well.
Comparecomparison functor for keys.

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