|
tinyhttp
|
Using a SD file for stack operations on a entries which are potentially of different size. More...
#include <SDStack.h>
Public Member Functions | |
| SDStack (const char *fileName, bool resume=false) | |
| void * | pop (int &len) |
| const StrView | popStr () |
| void * | push (const char *data) |
| void * | push (const void *data, int len) |
| void | reset () |
Protected Attributes | |
| const char * | file_name |
| int | max_position |
| const int | position_size = sizeof(int) |
| Str | result_string = Str(80) |
Using a SD file for stack operations on a entries which are potentially of different size.