| ▼NOmniSketch | |
| ▼NData | Miscellaneous tools for processing data |
| CDataFormat | Parse the format in config file |
| CEstimation | Output of sketch as estimation of ground truth |
| CGndTruth | Ground truth of the streaming data |
| CRecord | Struct of a single record (i.e., a packet in a segment of streaming data) |
| CStreamData | Store the formatted streaming data |
| ▼NHash | Warehouse of hashing classes |
| CAwareHash | Aware hash |
| CHashBase | Base class for all hashing classes |
| ▼NSketch | Implementation of templated methods |
| CBloomFilter | Bloom Filter |
| CCHCMSketch | Count Min Sketch with CH |
| CCMSketch | Count Min Sketch |
| CCounterHierarchy | Use the counter hierarchy to better save space while preserving accuracy! |
| CCountingBloomFilter | Counting Bloom Filter |
| CCountSketch | Count Sketch |
| CCUSketch | CU Sketch |
| CFlowRadar | Flow Radar |
| CHashPipe | Hash Pipe |
| CSketchBase | Base sketch |
| ▼NTest | Testing classes and metrics |
| CBloomFilterTest | Testing class for Bloom Filter |
| CCHCMSketchTest | Testing class for Count Min Sketch |
| CCMSketchTest | Testing class for Count Min Sketch |
| CCountingBloomFilterTest | Testing class for Bloom Filter |
| CCountSketchTest | Testing class for Count Sketch |
| CCUSketchTest | Testing class for CU Sketch |
| CFlowRadarTest | Testing class for Flow Radar |
| CHashPipeTest | Testing class for Bloom Filter |
| CMetricVec | Metric vector |
| CTestBase | Collection of metrics |
| ▼NUtil | Utils of manipulating integers, parsing configuration files and so on |
| CConfigParser | Parse config file and return its configurations in a versatile manner |
| CDynamicIntX | Integer of any fixed length |
| CPcapParser | Pcap Parser |
| CFlowKey | Template class for flowkey |
| CFlowKeyMismtach | FlowKey mismatch exception |
| CFlowKeyOutOfRange | Flowkey-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 |