SHORE API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
shore::alignment_queue Class Reference

Read alignment storage queue. More...

Public Types

typedef shore::alignment current_type
 
typedef shore::alignment append_type
 

Public Member Functions

 alignment_queue (const bool fifo=true)
 
void push_back (const shore::alignment &f)
 
void pop_front ()
 
void pop_back ()
 
void get (const size_t i, shore::alignment &res) const
 
size_t size () const
 
bool empty () const
 
const shore::alignmentfront () const
 
const shore::alignmentback () const
 
shore::alignmentfront ()
 
shore::alignmentback ()
 
void clear ()
 
const shore::alignmentcurrent () const
 
bool has_data () const
 
void next ()
 
void append (const shore::alignment &f)
 
void flush ()
 

Detailed Description

Read alignment storage queue.


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