SHORE API
|
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::alignment & | front () const |
const shore::alignment & | back () const |
shore::alignment & | front () |
shore::alignment & | back () |
void | clear () |
const shore::alignment & | current () const |
bool | has_data () const |
void | next () |
void | append (const shore::alignment &f) |
void | flush () |
Read alignment storage queue.