NCBI C++ ToolKit
|
Search Toolkit Book for CSeq_id_Handle
#include <objects/seq/seq_id_handle.hpp>
Classes | |
struct | PLessOrdered |
Predicate for sorting CSeq_id_Handles in a defined order. More... | |
Public Types | |
typedef CSeq_id_Info::TPacked | TPacked |
typedef CSeq_id_Info::TVariant | TVariant |
typedef set< CSeq_id_Handle > | TMatches |
Static Public Member Functions | |
static CSeq_id_Handle | GetHandle (const CSeq_id &id) |
Normal way of getting a handle, works for any seq-id. More... | |
static CSeq_id_Handle | GetHandle (const string &str_id) |
Construct CSeq_id from string representation and return handle for it. More... | |
static CSeq_id_Handle | GetHandle (TGi gi) |
Faster way to create a handle for a gi. More... | |
static CSeq_id_Handle | GetGiHandle (TGi gi) |
Faster way to create a handle for a gi. More... | |
Private Attributes | |
CConstRef< CSeq_id_Info, CSeq_id_InfoLocker > | m_Info |
TPacked | m_Packed |
TVariant | m_Variant |
Friends | |
class | CSeq_id_Mapper |
class | CSeq_id_Which_Tree |
Definition at line 157 of file seq_id_handle.hpp.