NCBI C++ ToolKit
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
CPCRParsedSet Class Reference

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 stringGetFwdSeq () const
 
const stringGetRevSeq () const
 
const stringGetFwdName () const
 
const stringGetRevName () 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
 

Detailed Description

Definition at line 4883 of file newcleanupp.cpp.

Constructor & Destructor Documentation

◆ CPCRParsedSet()

CPCRParsedSet::CPCRParsedSet ( const string fwd_seq,
const string rev_seq,
const string fwd_name,
const string rev_name 
)
inline

Definition at line 4885 of file newcleanupp.cpp.

Member Function Documentation

◆ GetFwdName()

const string& CPCRParsedSet::GetFwdName ( ) const
inline

Definition at line 4898 of file newcleanupp.cpp.

References m_Fwd_name.

◆ GetFwdSeq()

const string& CPCRParsedSet::GetFwdSeq ( ) const
inline

Definition at line 4896 of file newcleanupp.cpp.

References m_Fwd_seq.

◆ GetRevName()

const string& CPCRParsedSet::GetRevName ( ) const
inline

Definition at line 4899 of file newcleanupp.cpp.

References m_Rev_name.

◆ GetRevSeq()

const string& CPCRParsedSet::GetRevSeq ( ) const
inline

Definition at line 4897 of file newcleanupp.cpp.

References m_Rev_seq.

◆ operator<()

bool CPCRParsedSet::operator< ( const CPCRParsedSet rhs) const
inline

Member Data Documentation

◆ m_Fwd_name

string CPCRParsedSet::m_Fwd_name
private

Definition at line 4917 of file newcleanupp.cpp.

Referenced by GetFwdName(), and operator<().

◆ m_Fwd_seq

string CPCRParsedSet::m_Fwd_seq
private

Definition at line 4915 of file newcleanupp.cpp.

Referenced by GetFwdSeq(), and operator<().

◆ m_Original_order

CAtomicCounter::TValue CPCRParsedSet::m_Original_order
private

Definition at line 4919 of file newcleanupp.cpp.

Referenced by operator<().

◆ m_Rev_name

string CPCRParsedSet::m_Rev_name
private

Definition at line 4918 of file newcleanupp.cpp.

Referenced by GetRevName(), and operator<().

◆ m_Rev_seq

string CPCRParsedSet::m_Rev_seq
private

Definition at line 4916 of file newcleanupp.cpp.

Referenced by GetRevSeq(), and operator<().

◆ ms_Next_original_order

CAtomicCounter CPCRParsedSet::ms_Next_original_order
staticprivate

Definition at line 4921 of file newcleanupp.cpp.


The documentation for this class was generated from the following file:
Modified on Fri Sep 20 14:57:13 2024 by modify_doxy.py rev. 669887