cgatools::conv::VcfSubFieldHeaderRecord Struct Reference
List of all members.
Public Types |
enum | Key {
VCF_ALT = 0,
VCF_FILTER = 1,
VCF_INFO = 2,
VCF_FORMAT = 3,
VCF_END = 4
} |
Public Member Functions |
| VcfSubFieldHeaderRecord (Key key, const std::string &id, const std::string &number, const std::string &type, const std::string &description) |
Public Attributes |
Key | key_ |
std::string | id_ |
std::string | number_ |
std::string | type_ |
std::string | description_ |
The documentation for this struct was generated from the following file: