NCBI C++ ToolKit
|
Search Toolkit Book for STaxSeqInfo
Sequence information record. More...
Public Member Functions | |
STaxSeqInfo () | |
STaxSeqInfo (int tax, string l) | |
Public Attributes | |
int | tax_id |
taxonomy id More... | |
string | label |
sequence label More... | |
Sequence information record.
Definition at line 68 of file taxtree_tool_job.cpp.
|
inline |
Definition at line 70 of file taxtree_tool_job.cpp.
Definition at line 71 of file taxtree_tool_job.cpp.
string STaxSeqInfo::label |
sequence label
Definition at line 74 of file taxtree_tool_job.cpp.
int STaxSeqInfo::tax_id |
taxonomy id
Definition at line 73 of file taxtree_tool_job.cpp.