Gamgee
You miserable little maggot. I'll stove your head in!
|
class to represent a Sam TAG:TYPE:VALUE entry More...
#include <sam_tag.h>
Public Member Functions | |
SamTag (const std::string &name, const TAG_TYPE &value, const bool missing=false) | |
SamTag (const std::string &name, TAG_TYPE &&value, const bool missing=false) | |
SamTag (const SamTag &other)=default | |
SamTag (SamTag &&other)=default | |
SamTag & | operator= (const SamTag &other)=default |
SamTag & | operator= (SamTag &&other)=default |
~SamTag ()=default | |
std::string | name () const |
TAG_TYPE | value () const |
bool | missing () const |
class to represent a Sam TAG:TYPE:VALUE entry
|
inlineexplicit |
|
inlineexplicit |
|
default |
|
default |
|
default |
|
inline |
|
inline |
|
default |
|
default |
|
inline |