NCBI C++ ToolKit
Functions
seq_vector_cvt_gen.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ copy_2bit()

template<class DstIter , class SrcCont >
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().

◆ copy_2bit_reverse()

template<class DstIter , class SrcCont >
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().

◆ copy_2bit_table()

template<class DstIter , class SrcCont >
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().

◆ copy_2bit_table_reverse()

template<class DstIter , class SrcCont >
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().

◆ copy_4bit()

template<class DstIter , class SrcCont >
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().

◆ copy_4bit_reverse()

template<class DstIter , class SrcCont >
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().

◆ copy_4bit_table()

template<class DstIter , class SrcCont >
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().

◆ copy_4bit_table_reverse()

template<class DstIter , class SrcCont >
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().

◆ copy_8bit()

template<class DstIter , class SrcCont >
void copy_8bit ( DstIter  dst,
size_t  count,
const SrcCont &  srcCont,
size_t  srcPos 
)
inline

Definition at line 39 of file seq_vector_cvt_gen.hpp.

References _ASSERT, and count.

Referenced by copy_8bit_any().

◆ copy_8bit_reverse()

template<class DstIter , class SrcCont >
void copy_8bit_reverse ( DstIter  dst,
size_t  count,
const SrcCont &  srcCont,
size_t  srcPos 
)
inline

Definition at line 70 of file seq_vector_cvt_gen.hpp.

References _ASSERT, and count.

Referenced by copy_8bit_any().

◆ copy_8bit_table()

template<class DstIter , class SrcCont >
void copy_8bit_table ( DstIter  dst,
size_t  count,
const SrcCont &  srcCont,
size_t  srcPos,
const char *  table 
)
inline

Definition at line 54 of file seq_vector_cvt_gen.hpp.

References _ASSERT, count, and table.

Referenced by copy_8bit_any().

◆ copy_8bit_table_reverse()

template<class DstIter , class SrcCont >
void copy_8bit_table_reverse ( DstIter  dst,
size_t  count,
const SrcCont &  srcCont,
size_t  srcPos,
const char *  table 
)
inline

Definition at line 85 of file seq_vector_cvt_gen.hpp.

References _ASSERT, count, and table.

Referenced by copy_8bit_any().

Modified on Fri Sep 20 14:57:44 2024 by modify_doxy.py rev. 669887