OmniSketch  0.1
Oh my sketch!
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NOmniSketch
 NDataMiscellaneous tools for processing data
 CDataFormatParse the format in config file
 CEstimationOutput of sketch as estimation of ground truth
 CGndTruthGround truth of the streaming data
 CRecordStruct of a single record (i.e., a packet in a segment of streaming data)
 CStreamDataStore the formatted streaming data
 NHashWarehouse of hashing classes
 CAwareHashAware hash
 CHashBaseBase class for all hashing classes
 NSketchImplementation of templated methods
 CBloomFilterBloom Filter
 CCHCMSketchCount Min Sketch with CH
 CCMSketchCount Min Sketch
 CCounterHierarchyUse the counter hierarchy to better save space while preserving accuracy!
 CCountingBloomFilterCounting Bloom Filter
 CCountSketchCount Sketch
 CCUSketchCU Sketch
 CFlowRadarFlow Radar
 CHashPipeHash Pipe
 CSketchBaseBase sketch
 NTestTesting classes and metrics
 CBloomFilterTestTesting class for Bloom Filter
 CCHCMSketchTestTesting class for Count Min Sketch
 CCMSketchTestTesting class for Count Min Sketch
 CCountingBloomFilterTestTesting class for Bloom Filter
 CCountSketchTestTesting class for Count Sketch
 CCUSketchTestTesting class for CU Sketch
 CFlowRadarTestTesting class for Flow Radar
 CHashPipeTestTesting class for Bloom Filter
 CMetricVecMetric vector
 CTestBaseCollection of metrics
 NUtilUtils of manipulating integers, parsing configuration files and so on
 CConfigParserParse config file and return its configurations in a versatile manner
 CDynamicIntXInteger of any fixed length
 CPcapParserPcap Parser
 CFlowKeyTemplate class for flowkey
 CFlowKeyMismtachFlowKey mismatch exception
 CFlowKeyOutOfRangeFlowkey-out-of-range exception
 Nstd
 Cequal_to< OmniSketch::FlowKey< key_len > >Compare if two flowkeys equal
 Chash< OmniSketch::FlowKey< key_len > >Hash a flow key
 CMySketch