libStatGen Software 1
|
Public Member Functions | |
SamHeaderTag (const char *tag, const char *value) | |
SamHeaderTag (const SamHeaderTag &) | |
bool | getTagString (std::string &tagString) |
bool | setTag (const char *tag, const char *value) |
bool | setValue (const char *value) |
const char * | getTag () |
const char * | getValue () |
bool | hasValue () |
Definition at line 23 of file SamHeaderTag.h.
SamHeaderTag::SamHeaderTag | ( | const char * | tag, |
const char * | value | ||
) |
Definition at line 21 of file SamHeaderTag.cpp.
SamHeaderTag::SamHeaderTag | ( | const SamHeaderTag & | oldTag | ) |
Definition at line 27 of file SamHeaderTag.cpp.
SamHeaderTag::~SamHeaderTag | ( | ) |
Definition at line 33 of file SamHeaderTag.cpp.
const char * SamHeaderTag::getTag | ( | ) |
Definition at line 74 of file SamHeaderTag.cpp.
bool SamHeaderTag::getTagString | ( | std::string & | tagString | ) |
Definition at line 40 of file SamHeaderTag.cpp.
const char * SamHeaderTag::getValue | ( | ) |
Definition at line 81 of file SamHeaderTag.cpp.
bool SamHeaderTag::hasValue | ( | ) |
Definition at line 88 of file SamHeaderTag.cpp.
bool SamHeaderTag::setTag | ( | const char * | tag, |
const char * | value | ||
) |
Definition at line 57 of file SamHeaderTag.cpp.
bool SamHeaderTag::setValue | ( | const char * | value | ) |
Definition at line 66 of file SamHeaderTag.cpp.