BitMagic-C++
|
string sparse vector based on bit-transposed matrix More...
#include <stddef.h>
#include "bmconst.h"
#include <stdexcept>
#include "bmtrans.h"
#include "bmalgo.h"
#include "bmbuffer.h"
#include "bmbmatrix.h"
#include "bmdef.h"
Go to the source code of this file.
Data Structures | |
class | bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE > |
sparse vector for strings with compression using bit transposition method More... | |
struct | bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::statistics |
struct | bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::is_remap_support |
struct | bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::is_rsc_support |
class | bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::const_reference |
Reference class to access elements via common [] operator. More... | |
class | bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::reference |
Reference class to access elements via common [] operator. More... | |
class | bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::const_iterator |
Const iterator to do quick traverse of the sparse vector. More... | |
class | bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::back_insert_iterator |
Back insert iterator implements buffered insert, faster than generic access assignment. More... | |
Namespaces | |
bm | |
string sparse vector based on bit-transposed matrix
Definition in file bmstrsparsevec.h.