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_scatter_dispatch< input_iterator, slot_iterator, PackedStream< storage_type, uint8, SYMBOL_SIZE, BIG_ENDIAN, index_type > > Struct Template Reference

Detailed description

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

scatter a set of symbols into a sparse set of slots of a given output stream

Definition at line 2198 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 enact (const uint32 n, const input_iterator input, const slot_iterator slots, output_iterator output)
 

Member Typedef Documentation

template<typename input_iterator , typename slot_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_scatter_dispatch< input_iterator, slot_iterator, PackedStream< storage_type, uint8, SYMBOL_SIZE, BIG_ENDIAN, index_type > >::output_iterator

Definition at line 2203 of file sufsort_priv.h.

Member Function Documentation

template<typename input_iterator , typename slot_iterator , typename storage_type , uint32 SYMBOL_SIZE, bool BIG_ENDIAN, typename index_type >
static void nvbio::priv::device_scatter_dispatch< input_iterator, slot_iterator, PackedStream< storage_type, uint8, SYMBOL_SIZE, BIG_ENDIAN, index_type > >::enact ( const uint32  n,
const input_iterator  input,
const slot_iterator  slots,
output_iterator  output 
)
inlinestatic

Definition at line 2205 of file sufsort_priv.h.


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