CnC
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NCnCCnC API
 Cbitwise_serializableSimple structs/classes are bitwise serializable
 Ccancel_tunerStep tuner with convenient cancelation capabilities
 CchunkSerialization of arrays with and without automatic memory handling
 CcontextCnC context bringing together collections (for steps, items and tags)
 CdebugDebugging interface providing tracing and timing capabilities
 Cdefault_partitionerInterface for partitioners: configuring how ranges are partitioned
 Cdist_cnc_init
 Cexplicitly_serializableSpecifies serialization category: explicit serialization via a "serialize" function
 CgraphBase class for defining and using CnC (sub-)graphs
 Chashmap_tunerThe tuner base for hashmap-based item-tuners
 Citem_collectionAn item collection is a mapping from tags to items
 Citem_tunerDefault implementations of the item-tuner interface for item-collections
 Citem_allocatorClass which manages item creation/uncreation.
 Ctable_typeDefines the type of the internal data store
 Cpfor_tunerDefault (NOP) implementations of the pfor_tuner interface
 Cpreserve_tuner
 CserializerHandles serilialization of data-objects
 Cconstruct_arrayAllocates an array of type T and size num in pointer variable arrVar
 Cdestruct_arrayDestructs the array of type T and isze num at arrVar and resets arrVar to NULL
 Cstep_collectionA step collection is logical set of step instances
 Cstep_tunerDefault (NOP) implementations of the step_tuner interface
 Ctag_collectionA tag collection is a set of tags of the same type. It is used to prescribe steps. By default, tags are not stored
 Ctag_partitioner
 Ctag_tunerDefault implementations of the tag-tuner interface for tag-collections
 Ctuner_base
 Cvector_tunerThe tuner base for vector-based item-tuners
 Ccnc_equalProvides equality operators for hashing
 Ccnc_equal< std::string >Equality for std::string
 Ccnc_hashProvides hash operators for hashing
 Ccnc_hash< std::string >Hash for std::string
 Ccnc_tag_hash_compareProvides hash and equality operators for hashing as used by item_collections