NCBI C++ ToolKit
|
Search Toolkit Book for SSeqIdKey
Auxiliary type to embed a CConstRef<objects::CSeq_id> in STL containers that require operator< to be defined. More...
#include <objtools/align_format/showalign.hpp>
Public Member Functions | |
SSeqIdKey (const objects::CSeq_id &id) | |
Constructor. More... | |
bool | operator< (const SSeqIdKey &other) const |
Operator< to comply with STL container requirements. More... | |
operator const objects::CSeq_id & () const | |
Retrieve the object contained in this structure. More... | |
Private Attributes | |
CConstRef< objects::CSeq_id > | m_Id |
The wrapped object. More... | |
Auxiliary type to embed a CConstRef<objects::CSeq_id> in STL containers that require operator< to be defined.
Definition at line 60 of file showalign.hpp.
|
inline |
Constructor.
Definition at line 62 of file showalign.hpp.
|
inline |
Retrieve the object contained in this structure.
Definition at line 68 of file showalign.hpp.
Operator< to comply with STL container requirements.
Definition at line 64 of file showalign.hpp.
References m_Id.
|
private |