AllianceDB  0.0.1
AllianceDB is an open-source suite, including benchmarks and libs for evaluating and improving stream operation algorithms on modern hardwares.
INTELLI::Tuple Class Reference

The class to describe a tuple. More...

#include <Common/Types.h>

Collaboration diagram for INTELLI::Tuple:

Public Member Functions

 Tuple (keyType k)
 construct with key More...
 
 Tuple (keyType k, valueType v)
 construct with key and value More...
 
 Tuple (keyType k, valueType v, size_t sk)
 construct with key, value and subkey More...
 

Public Attributes

keyType key
 
valueType payload
 
size_t subKey = 0
 

Detailed Description

The class to describe a tuple.


The documentation for this class was generated from the following file: