|
vg
tools for working with variation graphs
|
#include <gaf_sorter.hpp>
Public Member Functions | |
| str_view () | |
| str_view (const char *data, size_t size) | |
| str_view (const std::string &str) | |
| bool | empty () const |
| char | operator[] (size_t i) const |
| str_view | substr (size_t start, size_t length) const |
| bool | operator== (const str_view &another) const |
| bool | operator== (const std::string &another) const |
| std::string | to_string () const |
Public Attributes | |
| const char * | data |
| size_t | size |
This should be std::string_view, but apparently we are still using C++14 in Linux.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| const char* vg::str_view::data |
| size_t vg::str_view::size |
1.8.17