|
NCBI C++ ToolKit
|
Search Toolkit Book for CPCRParsedSet
Collaboration diagram for CPCRParsedSet:Public Member Functions | |
| CPCRParsedSet (const string *fwd_seq, const string *rev_seq, const string *fwd_name, const string *rev_name) | |
| const string & | GetFwdSeq () const |
| const string & | GetRevSeq () const |
| const string & | GetFwdName () const |
| const string & | GetRevName () const |
| bool | operator< (const CPCRParsedSet &rhs) const |
Private Attributes | |
| string | m_Fwd_seq |
| string | m_Rev_seq |
| string | m_Fwd_name |
| string | m_Rev_name |
| CAtomicCounter::TValue | m_Original_order |
Static Private Attributes | |
| static CAtomicCounter | ms_Next_original_order |
Definition at line 4883 of file newcleanupp.cpp.
|
inline |
Definition at line 4885 of file newcleanupp.cpp.
Definition at line 4898 of file newcleanupp.cpp.
References m_Fwd_name.
Definition at line 4896 of file newcleanupp.cpp.
References m_Fwd_seq.
Definition at line 4899 of file newcleanupp.cpp.
References m_Rev_name.
Definition at line 4897 of file newcleanupp.cpp.
References m_Rev_seq.
|
inline |
Definition at line 4901 of file newcleanupp.cpp.
References NStr::CompareNocase(), m_Fwd_name, m_Fwd_seq, m_Original_order, m_Rev_name, and m_Rev_seq.
|
private |
Definition at line 4917 of file newcleanupp.cpp.
Referenced by GetFwdName(), and operator<().
|
private |
Definition at line 4915 of file newcleanupp.cpp.
Referenced by GetFwdSeq(), and operator<().
|
private |
Definition at line 4919 of file newcleanupp.cpp.
Referenced by operator<().
|
private |
Definition at line 4918 of file newcleanupp.cpp.
Referenced by GetRevName(), and operator<().
|
private |
Definition at line 4916 of file newcleanupp.cpp.
Referenced by GetRevSeq(), and operator<().
|
staticprivate |
Definition at line 4921 of file newcleanupp.cpp.