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::divide_ri_functor< word_type > Struct Template Reference

Detailed description

template< typename word_type>
struct nvbio::divide_ri_functor< word_type >

A left shift functor

Definition at line 37 of file paged_text_inl.h.

#include <paged_text_inl.h>

Public Types

typedef word_type argument_type
 
typedef word_type result_type
 

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE divide_ri_functor (const word_type _k)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE result_type 
operator() (const argument_type i) const
 

Public Members

const word_type k
 

Member Typedef Documentation

template<typename word_type >
typedef word_type nvbio::divide_ri_functor< word_type >::argument_type

Definition at line 39 of file paged_text_inl.h.

template<typename word_type >
typedef word_type nvbio::divide_ri_functor< word_type >::result_type

Definition at line 40 of file paged_text_inl.h.

Constructor & Destructor Documentation

template<typename word_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::divide_ri_functor< word_type >::divide_ri_functor ( const word_type  _k)
inline

constructor

Definition at line 45 of file paged_text_inl.h.

Member Function Documentation

template<typename word_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE result_type nvbio::divide_ri_functor< word_type >::operator() ( const argument_type  i) const
inline

functor operator

Definition at line 50 of file paged_text_inl.h.

Member Data Documentation

template<typename word_type >
const word_type nvbio::divide_ri_functor< word_type >::k

Definition at line 56 of file paged_text_inl.h.


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