NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Methods | List of all members
nvbio::priv::device_copy_dispatch< input_iterator, PackedStream< storage_type, uint8, SYMBOL_SIZE, BIG_ENDIAN, index_type >, index_type > Struct Template Reference

Detailed description

template< typename input_iterator, typename storage_type, uint32 SYMBOL_SIZE, bool BIG_ENDIAN, typename index_type>
struct nvbio::priv::device_copy_dispatch< input_iterator, PackedStream< storage_type, uint8, SYMBOL_SIZE, BIG_ENDIAN, index_type >, index_type >

a dispatcher for device_copy

Definition at line 2098 of file sufsort_priv.h.

#include <sufsort_priv.h>

Public Types

typedef PackedStream
< storage_type, uint8,
SYMBOL_SIZE, BIG_ENDIAN,
index_type > 
output_iterator
 

Static Public Methods

static void copy (const uint32 n, const input_iterator input, const output_iterator output, const index_type offset)
 

Member Typedef Documentation

template<typename input_iterator , typename storage_type , uint32 SYMBOL_SIZE, bool BIG_ENDIAN, typename index_type >
typedef PackedStream<storage_type,uint8,SYMBOL_SIZE,BIG_ENDIAN,index_type> nvbio::priv::device_copy_dispatch< input_iterator, PackedStream< storage_type, uint8, SYMBOL_SIZE, BIG_ENDIAN, index_type >, index_type >::output_iterator

Definition at line 2103 of file sufsort_priv.h.

Member Function Documentation

template<typename input_iterator , typename storage_type , uint32 SYMBOL_SIZE, bool BIG_ENDIAN, typename index_type >
static void nvbio::priv::device_copy_dispatch< input_iterator, PackedStream< storage_type, uint8, SYMBOL_SIZE, BIG_ENDIAN, index_type >, index_type >::copy ( const uint32  n,
const input_iterator  input,
const output_iterator  output,
const index_type  offset 
)
inlinestatic

copy n elements from the input stream to the output

Definition at line 2107 of file sufsort_priv.h.


The documentation for this struct was generated from the following file: