v1.1.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Modules Pages
Classes | Enumerations
Filesystem

Access to persistent storage, including saved game data. More...

Classes

class  Sifteo::FilesystemInfo
 Information about the composition of the filesystem. More...
 
class  Sifteo::MappedVolume
 A Volume that has been mapped into the secondary flash memory region. More...
 
class  Sifteo::StoredObject
 A lightweight ID for a persistently stored object. More...
 
class  Sifteo::Volume
 A coarse-grained region of external memory. More...
 

Enumerations

enum  Sifteo::Volume::Type { Sifteo::Volume::T_GAME = _SYS_FS_VOL_GAME, Sifteo::Volume::T_LAUNCHER = _SYS_FS_VOL_LAUNCHER }
 Enumeration of common volume types. More...
 

Detailed Description

Access to persistent storage, including saved game data.

These objects serve as an interface to the simple filesystem which stores saved game data, as well as storing games themselves.

Enumeration Type Documentation

Enumeration of common volume types.

Enumerator
T_GAME 

Volume type for normal games.

T_LAUNCHER 

Volume type for the system launcher.