Public Member Functions | |
StrFifoList () | |
~StrFifoList () | |
void | deleteContentsAndClear () |
void | add (const char *const &str) |
void | addLast (const char *const &str) |
const char * | getItem (const int &idx) |
unsigned int | getSize () const |
const char * | back () const |
const char * | removeLast () |
ostream & | print (ostream &out) const |
Definition at line 75 of file strfifolist.h.