NVBIO
|
A functor adding the given constant to the string id of a suffix
Definition at line 244 of file sufsort_priv.h.
#include <sufsort_priv.h>
Public Types | |
typedef uint2 | argument_type |
typedef uint2 | result_type |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | suffix_offset_functor (const uint32 _offset) |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE uint2 | operator() (const uint2 suffix) const |
Public Members | |
const uint32 | offset |
typedef uint2 nvbio::priv::suffix_offset_functor::argument_type |
Definition at line 246 of file sufsort_priv.h.
typedef uint2 nvbio::priv::suffix_offset_functor::result_type |
Definition at line 247 of file sufsort_priv.h.
|
inline |
constructor
Definition at line 252 of file sufsort_priv.h.
|
inline |
return the length of the i-th string
Definition at line 257 of file sufsort_priv.h.
Definition at line 259 of file sufsort_priv.h.