|
tudocomp
– The TU Dortmund Compression Framework
|
Contains the IntVector class and its backing utilities. More...
Classes | |
| class | IntVector |
| A vector over arbitrary unsigned integer types. More... | |
Enumerations | |
| enum | ElementStorageMode { ElementStorageMode::Direct, ElementStorageMode::BitPacked } |
Functions | |
| template<class T > | |
| bool | operator== (const IntVector< T > &lhs, const IntVector< T > &rhs) |
| template<class T > | |
| bool | operator!= (const IntVector< T > &lhs, const IntVector< T > &rhs) |
| template<class T > | |
| bool | operator< (const IntVector< T > &lhs, const IntVector< T > &rhs) |
| template<class T > | |
| bool | operator<= (const IntVector< T > &lhs, const IntVector< T > &rhs) |
| template<class T > | |
| bool | operator> (const IntVector< T > &lhs, const IntVector< T > &rhs) |
| template<class T > | |
| bool | operator>= (const IntVector< T > &lhs, const IntVector< T > &rhs) |
| template<class T > | |
| void | swap (IntVector< T > &lhs, IntVector< T > &rhs) |
Contains the IntVector class and its backing utilities.
|
strong |
| Enumerator | |
|---|---|
| Direct | |
| BitPacked | |
Definition at line 11 of file IntRepr.hpp.
| bool tdc::int_vector::operator!= | ( | const IntVector< T > & | lhs, |
| const IntVector< T > & | rhs | ||
| ) |
Definition at line 507 of file IntVector.hpp.
| bool tdc::int_vector::operator< | ( | const IntVector< T > & | lhs, |
| const IntVector< T > & | rhs | ||
| ) |
Definition at line 512 of file IntVector.hpp.
| bool tdc::int_vector::operator<= | ( | const IntVector< T > & | lhs, |
| const IntVector< T > & | rhs | ||
| ) |
Definition at line 517 of file IntVector.hpp.
| bool tdc::int_vector::operator== | ( | const IntVector< T > & | lhs, |
| const IntVector< T > & | rhs | ||
| ) |
Definition at line 502 of file IntVector.hpp.
| bool tdc::int_vector::operator> | ( | const IntVector< T > & | lhs, |
| const IntVector< T > & | rhs | ||
| ) |
Definition at line 522 of file IntVector.hpp.
| bool tdc::int_vector::operator>= | ( | const IntVector< T > & | lhs, |
| const IntVector< T > & | rhs | ||
| ) |
Definition at line 527 of file IntVector.hpp.
Definition at line 532 of file IntVector.hpp.