NCBI C++ ToolKit
|
#include <objmgr/impl/seq_vector_cvt_gen.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
void | ThrowOutOfRangeSeq_inst (size_t pos) |
template<class DstIter , class SrcCont > | |
void | copy_8bit_any (DstIter dst, size_t count, const SrcCont &srcCont, size_t srcPos, const char *table, bool reverse) |
template<class DstIter , class SrcCont > | |
void | copy_4bit_any (DstIter dst, size_t count, const SrcCont &srcCont, size_t srcPos, const char *table, bool reverse) |
template<class DstIter , class SrcCont > | |
void | copy_2bit_any (DstIter dst, size_t count, const SrcCont &srcCont, size_t srcPos, const char *table, bool reverse) |
|
inline |
Definition at line 107 of file seq_vector_cvt.hpp.
References copy_2bit(), copy_2bit_reverse(), copy_2bit_table(), copy_2bit_table_reverse(), count, table, and ThrowOutOfRangeSeq_inst().
Referenced by x_AppendAnyTo2(), x_AppendAnyTo4(), x_AppendAnyTo8(), and CSeqVector_CI::x_FillCache().
|
inline |
Definition at line 78 of file seq_vector_cvt.hpp.
References copy_4bit(), copy_4bit_reverse(), copy_4bit_table(), copy_4bit_table_reverse(), count, table, and ThrowOutOfRangeSeq_inst().
Referenced by x_AppendAnyTo2(), x_AppendAnyTo4(), x_AppendAnyTo8(), and CSeqVector_CI::x_FillCache().
|
inline |
Definition at line 49 of file seq_vector_cvt.hpp.
References copy_8bit(), copy_8bit_reverse(), copy_8bit_table(), copy_8bit_table_reverse(), count, table, and ThrowOutOfRangeSeq_inst().
Referenced by x_AppendAnyTo2(), x_AppendAnyTo4(), x_AppendAnyTo8(), and CSeqVector_CI::x_FillCache().
void ThrowOutOfRangeSeq_inst | ( | size_t | pos | ) |
Definition at line 58 of file seq_vector_ci.cpp.
References NCBI_THROW_FMT.
Referenced by copy_2bit_any(), copy_4bit_any(), and copy_8bit_any().