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

Detailed description

template< ReadDataRAM::StrandOp FLAGS>
struct nvbio::io::read_string< FLAGS >

Definition at line 344 of file reads.cpp.

Public Methods

 read_string (const uint32 len, const uint8 *read, const uint8 *qual)
 
uint32 length () const
 
uint8 operator[] (const uint32 i) const
 
uint8 quality (const uint32 i) const
 

Public Members

const uint32 m_len
 
const uint8m_read
 
const uint8m_qual
 

Constructor & Destructor Documentation

template<ReadDataRAM::StrandOp FLAGS>
nvbio::io::read_string< FLAGS >::read_string ( const uint32  len,
const uint8 read,
const uint8 qual 
)
inline

Definition at line 347 of file reads.cpp.

Member Function Documentation

template<ReadDataRAM::StrandOp FLAGS>
uint32 nvbio::io::read_string< FLAGS >::length ( ) const
inline

Definition at line 350 of file reads.cpp.

template<ReadDataRAM::StrandOp FLAGS>
uint8 nvbio::io::read_string< FLAGS >::operator[] ( const uint32  i) const
inline

Definition at line 353 of file reads.cpp.

template<ReadDataRAM::StrandOp FLAGS>
uint8 nvbio::io::read_string< FLAGS >::quality ( const uint32  i) const
inline

Definition at line 367 of file reads.cpp.

Member Data Documentation

template<ReadDataRAM::StrandOp FLAGS>
const uint32 nvbio::io::read_string< FLAGS >::m_len

Definition at line 374 of file reads.cpp.

template<ReadDataRAM::StrandOp FLAGS>
const uint8* nvbio::io::read_string< FLAGS >::m_qual

Definition at line 376 of file reads.cpp.

template<ReadDataRAM::StrandOp FLAGS>
const uint8* nvbio::io::read_string< FLAGS >::m_read

Definition at line 375 of file reads.cpp.


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