NCBI C++ ToolKit
|
Search Toolkit Book for SSeqMapSelector
Selector used in CSeqMap methods returning iterators. More...
#include <objmgr/seq_map_ci.hpp>
Public Types | |
typedef CSeqMap::TFlags | TFlags |
typedef CRange< TSeqPos > | TRange |
Private Member Functions | |
bool | x_HasLimitTSE (void) const |
const CTSE_Handle & | x_GetLimitTSE (CScope *scope=0) const |
Private Attributes | |
TSeqPos | m_Position |
TSeqPos | m_Length |
bool | m_MinusStrand |
bool | m_LinkUsedTSE |
CTSE_Handle | m_TopTSE |
size_t | m_MaxResolveCount |
CTSE_Handle | m_LimitTSE |
TFlags | m_Flags |
vector< CTSE_Handle > * | m_UsedTSEs |
Friends | |
class | CSeqMap |
class | CSeqMap_CI |
Selector used in CSeqMap methods returning iterators.
Definition at line 112 of file seq_map_ci.hpp.