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 Str | 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) |
StrExt | result_string = StrExt(80) |
Using a SD file for stack operations on a entries which are potentially of different size.