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::priv::offset_functor Struct Reference

Detailed description

A functor adding the given constant to all intergers

Definition at line 178 of file sufsort_priv.h.

#include <sufsort_priv.h>

Public Types

typedef uint32 argument_type
 
typedef uint32 result_type
 

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE offset_functor (const uint32 _offset)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE uint32 
operator() (const uint32 i) const
 

Public Members

const uint32 offset
 

Member Typedef Documentation

Definition at line 180 of file sufsort_priv.h.

Definition at line 181 of file sufsort_priv.h.

Constructor & Destructor Documentation

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::priv::offset_functor::offset_functor ( const uint32  _offset)
inline

constructor

Definition at line 186 of file sufsort_priv.h.

Member Function Documentation

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE uint32 nvbio::priv::offset_functor::operator() ( const uint32  i) const
inline

return the length of the i-th string

Definition at line 191 of file sufsort_priv.h.

Member Data Documentation

const uint32 nvbio::priv::offset_functor::offset

Definition at line 193 of file sufsort_priv.h.


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