NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
template<class DstIter , class SrcCont > | |
void | copy_8bit (DstIter dst, size_t count, const SrcCont &srcCont, size_t srcPos) |
template<class DstIter , class SrcCont > | |
void | copy_8bit_table (DstIter dst, size_t count, const SrcCont &srcCont, size_t srcPos, const char *table) |
template<class DstIter , class SrcCont > | |
void | copy_8bit_reverse (DstIter dst, size_t count, const SrcCont &srcCont, size_t srcPos) |
template<class DstIter , class SrcCont > | |
void | copy_8bit_table_reverse (DstIter dst, size_t count, const SrcCont &srcCont, size_t srcPos, const char *table) |
template<class DstIter , class SrcCont > | |
void | copy_4bit (DstIter dst, size_t count, const SrcCont &srcCont, size_t srcPos) |
template<class DstIter , class SrcCont > | |
void | copy_4bit_table (DstIter dst, size_t count, const SrcCont &srcCont, size_t srcPos, const char *table) |
template<class DstIter , class SrcCont > | |
void | copy_4bit_reverse (DstIter dst, size_t count, const SrcCont &srcCont, size_t srcPos) |
template<class DstIter , class SrcCont > | |
void | copy_4bit_table_reverse (DstIter dst, size_t count, const SrcCont &srcCont, size_t srcPos, const char *table) |
template<class DstIter , class SrcCont > | |
void | copy_2bit (DstIter dst, size_t count, const SrcCont &srcCont, size_t srcPos) |
template<class DstIter , class SrcCont > | |
void | copy_2bit_table (DstIter dst, size_t count, const SrcCont &srcCont, size_t srcPos, const char *table) |
template<class DstIter , class SrcCont > | |
void | copy_2bit_reverse (DstIter dst, size_t count, const SrcCont &srcCont, size_t srcPos) |
template<class DstIter , class SrcCont > | |
void | copy_2bit_table_reverse (DstIter dst, size_t count, const SrcCont &srcCont, size_t srcPos, const char *table) |
void copy_2bit | ( | DstIter | dst, |
size_t | count, | ||
const SrcCont & | srcCont, | ||
size_t | srcPos | ||
) |
Definition at line 220 of file seq_vector_cvt_gen.hpp.
References _ASSERT, and count.
Referenced by copy_2bit_any(), and x_Append2To2().
void copy_2bit_reverse | ( | DstIter | dst, |
size_t | count, | ||
const SrcCont & | srcCont, | ||
size_t | srcPos | ||
) |
Definition at line 335 of file seq_vector_cvt_gen.hpp.
References _ASSERT, and count.
Referenced by copy_2bit_any().
void copy_2bit_table | ( | DstIter | dst, |
size_t | count, | ||
const SrcCont & | srcCont, | ||
size_t | srcPos, | ||
const char * | table | ||
) |
Definition at line 277 of file seq_vector_cvt_gen.hpp.
References _ASSERT, count, and table.
Referenced by copy_2bit_any().
void copy_2bit_table_reverse | ( | DstIter | dst, |
size_t | count, | ||
const SrcCont & | srcCont, | ||
size_t | srcPos, | ||
const char * | table | ||
) |
Definition at line 391 of file seq_vector_cvt_gen.hpp.
References _ASSERT, count, and table.
Referenced by copy_2bit_any().
void copy_4bit | ( | DstIter | dst, |
size_t | count, | ||
const SrcCont & | srcCont, | ||
size_t | srcPos | ||
) |
Definition at line 100 of file seq_vector_cvt_gen.hpp.
References _ASSERT, and count.
Referenced by copy_4bit_any().
void copy_4bit_reverse | ( | DstIter | dst, |
size_t | count, | ||
const SrcCont & | srcCont, | ||
size_t | srcPos | ||
) |
Definition at line 161 of file seq_vector_cvt_gen.hpp.
References _ASSERT, and count.
Referenced by copy_4bit_any().
void copy_4bit_table | ( | DstIter | dst, |
size_t | count, | ||
const SrcCont & | srcCont, | ||
size_t | srcPos, | ||
const char * | table | ||
) |
Definition at line 130 of file seq_vector_cvt_gen.hpp.
References _ASSERT, count, and table.
Referenced by copy_4bit_any().
void copy_4bit_table_reverse | ( | DstIter | dst, |
size_t | count, | ||
const SrcCont & | srcCont, | ||
size_t | srcPos, | ||
const char * | table | ||
) |
Definition at line 190 of file seq_vector_cvt_gen.hpp.
References _ASSERT, count, and table.
Referenced by copy_4bit_any().
|
inline |
Definition at line 39 of file seq_vector_cvt_gen.hpp.
References _ASSERT, and count.
Referenced by copy_8bit_any().
|
inline |
Definition at line 70 of file seq_vector_cvt_gen.hpp.
References _ASSERT, and count.
Referenced by copy_8bit_any().
|
inline |
Definition at line 54 of file seq_vector_cvt_gen.hpp.
References _ASSERT, count, and table.
Referenced by copy_8bit_any().
|
inline |
Definition at line 85 of file seq_vector_cvt_gen.hpp.
References _ASSERT, count, and table.
Referenced by copy_8bit_any().