NVBIO
|
SequenceType | the string or string-set type |
SuffixIterator | the suffix iterator type - value_type can be string_suffix_coord_type for strings, string_set_suffix_coord_type |
#include <suffix.h>
Public Types | |
typedef SuffixSetCore < SequenceType, SuffixIterator, vector_traits< typename std::iterator_traits < SuffixIterator >::value_type > ::DIM > | base_type |
typedef SequenceType | sequence_type |
the underlying sequence type More... | |
typedef SuffixIterator | suffix_iterator |
the underlingy suffix iterator type More... | |
typedef iterator_system < SuffixIterator >::type | system_tag |
the system tag More... | |
typedef base_type::coord_type | coord_type |
the suffix coordinates type More... | |
typedef base_type::string_type | string_type |
the suffix string type More... | |
typedef StringSetIterator < SuffixSet< SequenceType, SuffixIterator > > | iterator |
the iterator type More... | |
typedef StringSetIterator < SuffixSet< SequenceType, SuffixIterator > > | const_iterator |
the const_iterator type More... | |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | SuffixSet () |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | SuffixSet (const uint32 size, const sequence_type sequence, const suffix_iterator suffixes) |
const_iterator | begin () const |
const_iterator | end () const |
iterator | begin () |
iterator | end () |
typedef SuffixSetCore< SequenceType, SuffixIterator, vector_traits<typename std::iterator_traits<SuffixIterator>::value_type>::DIM> nvbio::SuffixSet< SequenceType, SuffixIterator >::base_type |
typedef StringSetIterator< SuffixSet<SequenceType,SuffixIterator> > nvbio::SuffixSet< SequenceType, SuffixIterator >::const_iterator |
typedef base_type::coord_type nvbio::SuffixSet< SequenceType, SuffixIterator >::coord_type |
typedef StringSetIterator< SuffixSet<SequenceType,SuffixIterator> > nvbio::SuffixSet< SequenceType, SuffixIterator >::iterator |
typedef SequenceType nvbio::SuffixSet< SequenceType, SuffixIterator >::sequence_type |
typedef base_type::string_type nvbio::SuffixSet< SequenceType, SuffixIterator >::string_type |
typedef SuffixIterator nvbio::SuffixSet< SequenceType, SuffixIterator >::suffix_iterator |
typedef iterator_system<SuffixIterator>::type nvbio::SuffixSet< SequenceType, SuffixIterator >::system_tag |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |