NCBI C++ ToolKit
|
Search Toolkit Book for CWGSDb_Impl::SProtAccInfo
#include <sra/readers/sra/wgsread.hpp>
Public Member Functions | |
SProtAccInfo (void) | |
SProtAccInfo (CTempString acc, Uint4 &id) | |
string | GetAcc (Uint4 id) const |
DECLARE_OPERATOR_BOOL (m_IdLength !=0) | |
bool | operator< (const SProtAccInfo &b) const |
bool | operator== (const SProtAccInfo &b) const |
bool | operator!= (const SProtAccInfo &b) const |
Public Attributes | |
string | m_AccPrefix |
Uint4 | m_IdLength |
Definition at line 367 of file wgsread.hpp.
|
inline |
Definition at line 369 of file wgsread.hpp.
CWGSDb_Impl::SProtAccInfo::SProtAccInfo | ( | CTempString | acc, |
Uint4 & | id | ||
) |
Definition at line 3408 of file wgsread.cpp.
References i, isalpha(), m_AccPrefix, m_IdLength, CTempString::size(), CTempString::substr(), and NStr::ToUpper().
CWGSDb_Impl::SProtAccInfo::DECLARE_OPERATOR_BOOL | ( | m_IdLength ! | = 0 | ) |
Definition at line 3434 of file wgsread.cpp.
References i.
|
inline |
Definition at line 390 of file wgsread.hpp.
References b.
|
inline |
Definition at line 379 of file wgsread.hpp.
References b, m_AccPrefix, and m_IdLength.
|
inline |
Definition at line 386 of file wgsread.hpp.
References b, m_AccPrefix, and m_IdLength.
string CWGSDb_Impl::SProtAccInfo::m_AccPrefix |
Definition at line 394 of file wgsread.hpp.
Referenced by operator<(), operator==(), and SProtAccInfo().
Uint4 CWGSDb_Impl::SProtAccInfo::m_IdLength |
Definition at line 395 of file wgsread.hpp.
Referenced by operator<(), operator==(), and SProtAccInfo().