tinyhttp
Loading...
Searching...
No Matches
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)
 
voidpop (int &len)
 
const StrView popStr ()
 
voidpush (const char *data)
 
voidpush (const void *data, int len)
 
void reset ()
 

Protected Attributes

const charfile_name
 
int max_position
 
const int position_size = sizeof(int)
 
Str result_string = Str(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: