TTElib
Twitchy Thumbs Entertainment library
Classes | Namespaces | Macros | Functions
local_storage.h File Reference

Classes

class  TTE::LocalStorage::LoadInterface
 
class  TTE::LocalStorage::SaveInterface
 

Namespaces

 TTE
 
 TTE::LocalStorage
 

Macros

#define _TTE_LOCAL_STORAGE_H_   _TTE_LOCAL_STORAGE_H_
 

Functions

bool TTE::LocalStorage::FileWrite (const char *path, const void *data, size_t dataSize)
 
size_t TTE::LocalStorage::FileRead (const char *path, void *data, size_t dataSize)
 
bool TTE::LocalStorage::FileRead (const char *path, TTE_fileBuffer &fileBuffer)
 
bool TTE::LocalStorage::FileDelete (const char *path)
 
bool TTE::LocalStorage::FileExists (const char *path)
 
size_t TTE::LocalStorage::GetFileSize (const char *path)
 
bool TTE::LocalStorage::GetQuota (int *available, int *total=NULL)
 
bool TTE::LocalStorage::Load (LoadInterface *interf=NULL)
 
bool TTE::LocalStorage::LoadSync ()
 
bool TTE::LocalStorage::Save (SaveInterface *interf=NULL)
 

Macro Definition Documentation

#define _TTE_LOCAL_STORAGE_H_   _TTE_LOCAL_STORAGE_H_