TagCollection

#include <pbbam/TagCollection.h>
class PacBio::BAM::TagCollection

The TagCollection class represents a collection (or “dictionary”) of tags.

Tags are mapped to their tag name, a 2-character string.

Inherits from std::map< std::string, Tag >

Public Functions

bool Contains(const std::string &name) const

Return
true if the collection contains a tag with name