NCBI C++ ToolKit
|
Search Toolkit Book for TQueryMessages
Class for the messages for an individual query sequence. More...
#include <algo/blast/api/blast_types.hpp>
Public Member Functions | |
void | SetQueryId (const string &id) |
Set the query id as a string. More... | |
string | GetQueryId () const |
Get the query id as a string. More... | |
void | Combine (const TQueryMessages &other) |
Combine other messages with these. More... | |
Private Attributes | |
string | m_IdString |
The query identifier. More... | |
Class for the messages for an individual query sequence.
Definition at line 212 of file blast_types.hpp.
|
private |
The query identifier.
Definition at line 229 of file blast_types.hpp.
Referenced by Combine(), GetQueryId(), and SetQueryId().