NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | Public Members | List of all members
nvbio::FASTQ_buffer Struct Reference

Detailed description

A helper buffer class

Definition at line 214 of file fastq.h.

#include <fastq.h>

Public Methods

 FASTQ_buffer (const uint32 buffer_size, const char *buffer)
 
uint8 get ()
 

Public Members

const char * m_buffer
 
uint32 m_buffer_size
 
uint32 m_buffer_pos
 

Constructor & Destructor Documentation

nvbio::FASTQ_buffer::FASTQ_buffer ( const uint32  buffer_size,
const char *  buffer 
)
inline

constructor

Definition at line 218 of file fastq.h.

Member Function Documentation

uint8 nvbio::FASTQ_buffer::get ( )
inline

get the next character, or 255 if EOF

Definition at line 225 of file fastq.h.

Member Data Documentation

const char* nvbio::FASTQ_buffer::m_buffer

Definition at line 228 of file fastq.h.

uint32 nvbio::FASTQ_buffer::m_buffer_pos

Definition at line 232 of file fastq.h.

uint32 nvbio::FASTQ_buffer::m_buffer_size

Definition at line 231 of file fastq.h.


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