#include <genesis/sequence/sequence_dict.hpp>
Definition at line 71 of file sequence_dict.hpp.
Public Member Functions | |
std::string const & | label () const |
Alias to get the name of the Entry. More... | |
size_t | size () const |
Alias to get the length of the Entry. More... | |
Public Attributes | |
size_t | length = 0 |
std::string | name |
|
inline |
Alias to get the name
of the Entry.
Definition at line 87 of file sequence_dict.hpp.
|
inline |
Alias to get the length
of the Entry.
Definition at line 103 of file sequence_dict.hpp.
size_t length = 0 |
Definition at line 74 of file sequence_dict.hpp.
std::string name |
Definition at line 73 of file sequence_dict.hpp.