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::localize_functor< string_set_type > Struct Template Reference

Detailed description

template< typename string_set_type>
struct nvbio::localize_functor< string_set_type >

Definition at line 162 of file qgram_inl.h.

#include <qgram_inl.h>

Public Types

typedef uint32 argument_type
 
typedef uint2 result_type
 

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE localize_functor (const string_set_type _string_set, const uint32 *_cum_lengths)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE uint2 
operator() (const uint32 global_idx) const
 

Public Members

const string_set_type string_set
 
const uint32cum_lengths
 

Member Typedef Documentation

template<typename string_set_type >
typedef uint32 nvbio::localize_functor< string_set_type >::argument_type

Definition at line 164 of file qgram_inl.h.

template<typename string_set_type >
typedef uint2 nvbio::localize_functor< string_set_type >::result_type

Definition at line 165 of file qgram_inl.h.

Constructor & Destructor Documentation

template<typename string_set_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::localize_functor< string_set_type >::localize_functor ( const string_set_type  _string_set,
const uint32 _cum_lengths 
)
inline

Definition at line 170 of file qgram_inl.h.

Member Function Documentation

template<typename string_set_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE uint2 nvbio::localize_functor< string_set_type >::operator() ( const uint32  global_idx) const
inline

Definition at line 176 of file qgram_inl.h.

Member Data Documentation

template<typename string_set_type >
const uint32* nvbio::localize_functor< string_set_type >::cum_lengths

Definition at line 186 of file qgram_inl.h.

template<typename string_set_type >
const string_set_type nvbio::localize_functor< string_set_type >::string_set

Definition at line 185 of file qgram_inl.h.


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