10 #ifndef SLPROJECT_SLIOLOCALSTORAGE_H 
   11 #define SLPROJECT_SLIOLOCALSTORAGE_H 
   21 bool exists(std::string path);
 
SLIOStream implementation for reading from browser local storage.
 
~SLIOReaderLocalStorage()
 
SLIOReaderLocalStorage(std::string path)
 
SLIOStream implementation for reading from memory.
 
SLIOStream implementation for writing to browser local storage.
 
SLIOWriterLocalStorage(std::string path)
 
SLIOStream implementation for reading to memory.
 
Collection of functions for accessing browser local storage.
 
bool exists(std::string path)