NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Methods | Public Members | List of all members
nvbio::select_bit_functor< symbol_type > Struct Template Reference

Detailed description

template< typename symbol_type>
struct nvbio::select_bit_functor< symbol_type >

Definition at line 33 of file wavelet_tree_inl.h.

#include <wavelet_tree_inl.h>

Public Types

typedef symbol_type argument_type
 
typedef symbol_type result_type
 

Public Methods

NVBIO_HOST_DEVICE select_bit_functor (const uint32 _i)
 
NVBIO_HOST_DEVICE symbol_type operator() (const symbol_type c) const
 

Public Members

const uint32 i
 

Member Typedef Documentation

template<typename symbol_type >
typedef symbol_type nvbio::select_bit_functor< symbol_type >::argument_type

Definition at line 35 of file wavelet_tree_inl.h.

template<typename symbol_type >
typedef symbol_type nvbio::select_bit_functor< symbol_type >::result_type

Definition at line 36 of file wavelet_tree_inl.h.

Constructor & Destructor Documentation

template<typename symbol_type >
NVBIO_HOST_DEVICE nvbio::select_bit_functor< symbol_type >::select_bit_functor ( const uint32  _i)
inline

Definition at line 39 of file wavelet_tree_inl.h.

Member Function Documentation

template<typename symbol_type >
NVBIO_HOST_DEVICE symbol_type nvbio::select_bit_functor< symbol_type >::operator() ( const symbol_type  c) const
inline

Definition at line 42 of file wavelet_tree_inl.h.

Member Data Documentation

template<typename symbol_type >
const uint32 nvbio::select_bit_functor< symbol_type >::i

Definition at line 44 of file wavelet_tree_inl.h.


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