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

Detailed description

template< SuffixComponent COMP>
struct nvbio::priv::suffix_component_functor< COMP >

Definition at line 271 of file sufsort_priv.h.

#include <sufsort_priv.h>

Public Types

typedef uint2 argument_type
 
typedef uint32 result_type
 

Public Methods

NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE uint32 
operator() (const uint2 suffix) const
 

Member Typedef Documentation

template<SuffixComponent COMP>
typedef uint2 nvbio::priv::suffix_component_functor< COMP >::argument_type

Definition at line 273 of file sufsort_priv.h.

template<SuffixComponent COMP>
typedef uint32 nvbio::priv::suffix_component_functor< COMP >::result_type

Definition at line 274 of file sufsort_priv.h.

Member Function Documentation

template<SuffixComponent COMP>
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE uint32 nvbio::priv::suffix_component_functor< COMP >::operator() ( const uint2  suffix) const
inline

return the length of the i-th string

Definition at line 279 of file sufsort_priv.h.


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