partition  0.1.1
 All Classes Namespaces Functions Variables Pages
Classes | Functions
partition Namespace Reference

The namespace hosting all classes supporting partition functionality. More...

Classes

class  PartitionException
 Extension of std::runtime_error thrown for all errors detected by software entities defined in the partition namespace. More...
 
class  Group
 Maintains a doubly linked list of Entry objects from a single associated Domain and may also be assigned a user-defined value of type V. More...
 
class  Domain
 A resizable array of Entry objects having sequentially numbered IDs which may be partitioned across an arbitrary number of associated Groups. More...
 

Functions

void partitionThrow (const char *func, const char *file, int line, const char *msg)
 

Detailed Description

The namespace hosting all classes supporting partition functionality.