Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Boboobooov4 by
Stack< T > Class Template Reference
#include <Stack.h>
Public Member Functions | |
| Stack (int p_size) | |
| init Stack class | |
| int | push (T dat) |
| push to stack | |
| int | pop (T *dat) |
| pop from stack | |
Detailed Description
template<class T>
class Stack< T >
Stack class.
Definition at line 19 of file Stack.h.
Constructor & Destructor Documentation
| Stack | ( | int | p_size ) |
Member Function Documentation
| int pop | ( | T * | dat ) |
Generated on Thu Jul 14 2022 03:30:21 by
1.7.2
