bm::decoder_range_adapter< DEC > Class Template Reference

Search Toolkit Book for bm::decoder_range_adapter

#include <bmfunc.h>

Collaboration diagram for bm::decoder_range_adapter< DEC >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<class DEC>
class bm::decoder_range_adapter< DEC >

Adapter to get words from a range stream (see range serialized bit-block).

Definition at line 4598 of file bmfunc.h.

Public Member Functions

 decoder_range_adapter (DEC &dec, unsigned from_idx, unsigned to_idx)
bm::word_t get_32 ()

Private Attributes

DEC & decoder_
unsigned from_
unsigned to_
unsigned cnt_


Constructor & Destructor Documentation

template<class DEC>
bm::decoder_range_adapter< DEC >::decoder_range_adapter DEC &  dec,
unsigned  from_idx,
unsigned  to_idx
[inline]
 

Definition at line 4601 of file bmfunc.h.


Member Function Documentation

template<class DEC>
bm::word_t bm::decoder_range_adapter< DEC >::get_32  )  [inline]
 

Definition at line 4608 of file bmfunc.h.


Member Data Documentation

template<class DEC>
unsigned bm::decoder_range_adapter< DEC >::cnt_ [private]
 

Definition at line 4622 of file bmfunc.h.

template<class DEC>
DEC& bm::decoder_range_adapter< DEC >::decoder_ [private]
 

Definition at line 4619 of file bmfunc.h.

template<class DEC>
unsigned bm::decoder_range_adapter< DEC >::from_ [private]
 

Definition at line 4620 of file bmfunc.h.

template<class DEC>
unsigned bm::decoder_range_adapter< DEC >::to_ [private]
 

Definition at line 4621 of file bmfunc.h.


The documentation for this class was generated from the following file:
Generated on Mon Dec 7 16:07:00 2009 for NCBI C++ ToolKit by  doxygen 1.4.6
Modified on Mon Dec 07 16:24:38 2009 by modify_doxy.py rev. 173732