Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
| bitwise_serializable | Specifies serialization category: byte-wise copy |
| chunk | Serialization of arrays with and without automatic memory handling |
| context | CnC context bringing together collections and steps and specifies the prescription relationship |
| debug | Debugging interface providing tracing and timing capabilities |
| default_partitioner | Interface for partitioners: configuring how ranges are partitioned |
| default_tuner | Default (NOP) implementations of the tuner interface |
| dist_cnc_init | |
| explicitly_serializable | Specifies serialization category: explicit serialization via a "serialize" function |
| item_collection | An item collection is a mapping from tags to items |
| serializer | Handles serilialization of data-objects |
| tag_collection | A tag collection is a set of tags of the same type. It is used to prescribe steps. By default, it is not stored |
| tag_partitioner | |