Definition at line 48 of file tuple_set.h.
◆ IntTupleSet() [1/2]
◆ IntTupleSet() [2/2]
◆ ~IntTupleSet()
◆ Arity()
◆ Clear()
◆ Contains() [1/2]
| bool Contains |
( |
const std::vector< int > & |
tuple | ) |
const |
|
inline |
◆ Contains() [2/2]
| bool Contains |
( |
const std::vector< int64_t > & |
tuple | ) |
const |
|
inline |
◆ Insert() [1/2]
| int Insert |
( |
const std::vector< int > & |
tuple | ) |
|
|
inline |
◆ Insert() [2/2]
| int Insert |
( |
const std::vector< int64_t > & |
tuple | ) |
|
|
inline |
◆ Insert2()
| int Insert2 |
( |
int64_t |
v0, |
|
|
int64_t |
v1 |
|
) |
| |
|
inline |
◆ Insert3()
| int Insert3 |
( |
int64_t |
v0, |
|
|
int64_t |
v1, |
|
|
int64_t |
v2 |
|
) |
| |
|
inline |
◆ Insert4()
| int Insert4 |
( |
int64_t |
v0, |
|
|
int64_t |
v1, |
|
|
int64_t |
v2, |
|
|
int64_t |
v3 |
|
) |
| |
|
inline |
◆ InsertAll() [1/2]
| void InsertAll |
( |
const std::vector< std::vector< int > > & |
tuples | ) |
|
|
inline |
◆ InsertAll() [2/2]
| void InsertAll |
( |
const std::vector< std::vector< int64_t > > & |
tuples | ) |
|
|
inline |
◆ NumDifferentValuesInColumn()
| int NumDifferentValuesInColumn |
( |
int |
col | ) |
const |
|
inline |
◆ NumTuples()
◆ RawData()
| const int64_t * RawData |
( |
| ) |
const |
|
inline |
◆ SortedByColumn()
◆ SortedLexicographically()
◆ Value()
| int64_t Value |
( |
int |
tuple_index, |
|
|
int |
pos_in_tuple |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: