OmniSketch  0.1
Oh my sketch!
flowkey.h File Reference

Template of flowkeys. More...

#include <stdexcept>
#include <string>
Include dependency graph for flowkey.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Template of flowkeys.

Author
FerricIon (you@d.nosp@m.omai.nosp@m.n.com)

Macro Definition Documentation

◆ BIT

#define BIT (   n)    ((n)&7)

◆ BYTE

#define BYTE (   n)    ((n) >> 3)