Developer World
Spresense SDK Library v3.2.0-ebc0364
Queue< T, N > Class Template Reference

Public Member Functions

bool push (const T &new_data)
 
bool pop (void)
 
const T & top (void) const
 
T & writable_at (const int n)
 
const T & at (const int n) const
 
int size (void) const
 
int rest (void) const
 
bool empty (void) const
 
bool full (void) const
 
void clear (void)
 

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