NCBI C++ ToolKit
|
Search Toolkit Book for CSeq_id_General_Str_Info::TKey
#include "seq_id_tree.hpp"
(Private to src/objects/seq
.)
Public Member Functions | |
bool | operator== (const TKey &b) const |
bool | operator!= (const TKey &b) const |
size_t | GetStrDigits (void) const |
TVariant | ParseCaseVariant (const CDbtag &dbtag) const |
Public Attributes | |
TPacked | m_Key |
string | m_Db |
string | m_StrPrefix |
string | m_StrSuffix |
Definition at line 803 of file seq_id_tree.hpp.
|
inline |
Definition at line 817 of file seq_id_tree.hpp.
References m_Key.
Referenced by CSeq_id_General_Str_Info::GetStrDigits(), and ParseCaseVariant().
Definition at line 814 of file seq_id_tree.hpp.
References b.
Definition at line 808 of file seq_id_tree.hpp.
References b, m_Db, m_Key, m_StrPrefix, and m_StrSuffix.
|
inline |
Definition at line 2217 of file seq_id_tree.cpp.
References CDbtag_Base::GetDb(), CObject_id_Base::GetStr(), GetStrDigits(), CDbtag_Base::GetTag(), m_Db, m_StrPrefix, m_StrSuffix, s_ParseCaseVariant(), and str().
string CSeq_id_General_Str_Info::TKey::m_Db |
Definition at line 805 of file seq_id_tree.hpp.
Referenced by CSeq_id_General_Str_Info::GetDbtag(), operator==(), and ParseCaseVariant().
TPacked CSeq_id_General_Str_Info::TKey::m_Key |
Definition at line 804 of file seq_id_tree.hpp.
Referenced by GetStrDigits(), and operator==().
string CSeq_id_General_Str_Info::TKey::m_StrPrefix |
Definition at line 806 of file seq_id_tree.hpp.
Referenced by CSeq_id_General_Str_Info::GetStrPrefix(), operator==(), and ParseCaseVariant().
string CSeq_id_General_Str_Info::TKey::m_StrSuffix |
Definition at line 807 of file seq_id_tree.hpp.
Referenced by CSeq_id_General_Str_Info::GetStrSuffix(), operator==(), and ParseCaseVariant().