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

Detailed description

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

conversion functor from a given alphabet to ASCII char

Definition at line 281 of file alphabet.h.

#include <alphabet.h>

Public Types

typedef char argument_type
 
typedef uint8 result_type
 

Public Methods

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

Member Typedef Documentation

template<Alphabet ALPHABET>
typedef char nvbio::from_char_functor< ALPHABET >::argument_type

Definition at line 283 of file alphabet.h.

template<Alphabet ALPHABET>
typedef uint8 nvbio::from_char_functor< ALPHABET >::result_type

Definition at line 284 of file alphabet.h.

Member Function Documentation

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

functor operator

Definition at line 288 of file alphabet.h.


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