NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Methods | Public Members | List of all members
print_super_kmer_functor< string_set_type > Struct Template Reference

Detailed description

template< typename string_set_type>
struct print_super_kmer_functor< string_set_type >

Definition at line 600 of file kmers_inl.h.

#include <kmers_inl.h>

Public Types

typedef
string_set_type::string_type 
sequence
 

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE print_super_kmer_functor (const string_set_type _string_set, const SequenceSetKmerCoord *_coords)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE void 
operator() (const uint32 kmer_idx) const
 

Public Members

const string_set_type string_set
 
const SequenceSetKmerCoordcoords
 

Member Typedef Documentation

template<typename string_set_type >
typedef string_set_type::string_type print_super_kmer_functor< string_set_type >::sequence

Definition at line 602 of file kmers_inl.h.

Constructor & Destructor Documentation

template<typename string_set_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE print_super_kmer_functor< string_set_type >::print_super_kmer_functor ( const string_set_type  _string_set,
const SequenceSetKmerCoord _coords 
)
inline

Definition at line 607 of file kmers_inl.h.

Member Function Documentation

template<typename string_set_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void print_super_kmer_functor< string_set_type >::operator() ( const uint32  kmer_idx) const
inline

Definition at line 611 of file kmers_inl.h.

Member Data Documentation

template<typename string_set_type >
const SequenceSetKmerCoord* print_super_kmer_functor< string_set_type >::coords

Definition at line 604 of file kmers_inl.h.

template<typename string_set_type >
const string_set_type print_super_kmer_functor< string_set_type >::string_set

Definition at line 603 of file kmers_inl.h.


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