FILO< T, rawSize > Class Template Reference
#include <FILO.h>
Inheritance diagram for FILO< T, rawSize >:
Collaboration diagram for FILO< T, rawSize >:
Public Member Functions | |
| FILO () | |
| T | pop () |
| bool | push (T element) |
| T | peek () const |
| void | flush () |
| bool | empty () const |
| bool | full () const |
| unsigned int | count () const override |
| const T & | operator[] (unsigned int index) const override |
| T & | operator[] (unsigned int index) override |
Public Member Functions inherited from Countable< T > | |
| virtual | ~Countable () |
| const T & | at (unsigned int i) const |
Public Attributes | |
| const int | size |
Constructor & Destructor Documentation
◆ FILO()
Member Function Documentation
◆ count()
template<typename T , int rawSize>
|
inlineoverridevirtual |
Implements Countable< T >.
◆ empty()
◆ flush()
template<typename T , int rawSize>
| void FILO< T, rawSize >::flush |
◆ full()
◆ operator[]() [1/2]
template<typename T , int rawSize>
|
inlineoverridevirtual |
Implements Countable< T >.
◆ operator[]() [2/2]
template<typename T , int rawSize>
|
inlineoverridevirtual |
Implements Countable< T >.
◆ peek()
template<typename T , int rawSize>
| T FILO< T, rawSize >::peek |
◆ pop()
template<typename T , int rawSize>
| T FILO< T, rawSize >::pop |
◆ push()
Member Data Documentation
◆ size
The documentation for this class was generated from the following file:
Public Member Functions inherited from
1.8.17