vdj_pipe
pipeline for processing DNA sequence data
|
Store values mapped against name strings and value IDs. More...
#include <named_value_map.hpp>
Public Types | |
typedef Id | id_type |
typedef Val | value_type |
typedef Id_iterator< id_type > | iterator |
typedef iterator | const_iterator |
Public Member Functions | |
iterator | begin () const |
iterator | end () const |
std::size_t | size () const |
id_type | insert_new_name (std::string const &name) |
id_type | insert_name (std::string const &name) |
std::string const & | name (const id_type id) const |
id_type const * | find_id (std::string const &name) const |
id_type | value_id (std::string const &name) const |
value_type const & | operator[] (const id_type vid) const |
value_type & | operator[] (const id_type vid) |
void | clear_values () |
Store values mapped against name strings and value IDs.