Template of flowkeys. More...
#include <stdexcept>#include <string>

Classes | |
| class | OmniSketch::FlowKeyOutOfRange |
| Flowkey-out-of-range exception. More... | |
| class | OmniSketch::FlowKeyMismtach |
| FlowKey mismatch exception. More... | |
| class | OmniSketch::FlowKey< key_len > |
| Template class for flowkey. More... | |
| struct | std::hash< OmniSketch::FlowKey< key_len > > |
| Hash a flow key. More... | |
| struct | std::equal_to< OmniSketch::FlowKey< key_len > > |
| Compare if two flowkeys equal. More... | |
Namespaces | |
| OmniSketch | |
| std | |
Macros | |
| #define | BYTE(n) ((n) >> 3) |
| #define | BIT(n) ((n)&7) |
Template of flowkeys.
| #define BIT | ( | n | ) | ((n)&7) |
| #define BYTE | ( | n | ) | ((n) >> 3) |