|
BitMagic-C++
|
Example: str_sparse_vector<> how to work with NULL values. More...
#include <iostream>#include <string>#include <vector>#include <algorithm>#include "bm.h"#include "bmstrsparsevec.h"#include "bmundef.h"
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 NULL values.
Definition in file strsvsample04.cpp.
| typedef bm::str_sparse_vector<char, bvector_type, 32> str_sv_type |
Definition at line 47 of file strsvsample04.cpp.
| int main | ( | void | ) |
Definition at line 49 of file strsvsample04.cpp.
References bm::str_sparse_vector< CharType, BV, STR_SIZE >::assign(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::begin(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::clear_range(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::end(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::get_back_inserter(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::optimize(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::push_back(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::set(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::set_null(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::size(), and bm::use_null.