Developer World
Spresense SDK Library v3.2.0-ebc0364
RuntimeQue< T, NumT > Class Template Reference
Inheritance diagram for RuntimeQue< T, NumT >:
Collaboration diagram for RuntimeQue< T, NumT >:

Public Member Functions

 RuntimeQue (void *area, NumT depth)
 
const void * que_area () const
 
size_t elem_size () const
 
NumT capacity () const
 
NumT size () const
 
NumT rest () const
 
bool empty () const
 
bool full () const
 
void dump () const
 
void clear ()
 
bool push (const T &data)
 
bool pop ()
 
const T & top () const
 
const T & at (NumT n) const
 
T & writable_at (NumT n)
 
const T & front () const
 
T & front ()
 
const T & back () const
 
T & back ()
 

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