tinyhttp
Public Member Functions | Protected Attributes | List of all members
tinyhttp::SDStack Class Reference

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)
 

Detailed Description

Using a SD file for stack operations on a entries which are potentially of different size.


The documentation for this class was generated from the following file: