BitMagic-C++
|
Example: str_sparse_vector<> how to work with NULLs values. More...
Go to the source code of this file.
Typedefs | |
typedef bm::str_sparse_vector< char, bvector_type, 32 > | str_sv_type |
Functions | |
int | main (void) |
Example: str_sparse_vector<> how to work with NULLs values.
Definition in file strsvsample04.cpp.
typedef bm::str_sparse_vector<char, bvector_type, 32> str_sv_type |
Definition at line 40 of file strsvsample04.cpp.
int main | ( | void | ) |
Definition at line 42 of file strsvsample04.cpp.
References bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::back_insert_iterator::add_null(), bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::assign(), bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::begin(), bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::clear_range(), bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::end(), bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::get_back_inserter(), bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::const_iterator::is_null(), bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::push_back(), bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::set(), bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::set_null(), bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::size(), and bm::use_null.