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

Detailed description

template< Alphabet ALPHABET>
struct nvbio::to_char_functor< ALPHABET >

conversion functor from a given alphabet to ASCII char

Definition at line 268 of file alphabet.h.

#include <alphabet.h>

Public Types

typedef uint8 argument_type
 
typedef char result_type
 

Public Methods

NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE char 
operator() (const uint8 c) const
 

Member Typedef Documentation

template<Alphabet ALPHABET>
typedef uint8 nvbio::to_char_functor< ALPHABET >::argument_type

Definition at line 270 of file alphabet.h.

template<Alphabet ALPHABET>
typedef char nvbio::to_char_functor< ALPHABET >::result_type

Definition at line 271 of file alphabet.h.

Member Function Documentation

template<Alphabet ALPHABET>
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE char nvbio::to_char_functor< ALPHABET >::operator() ( const uint8  c) const
inline

functor operator

Definition at line 275 of file alphabet.h.


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