ScummVM API documentation
Gob::SlotFile Class Referenceabstract

#include <savehandler.h>

Inheritance diagram for Gob::SlotFile:
Gob::SlotFileIndexed Gob::SlotFileStatic Gob::SaveLoad_Inca2::GameHandler::File Gob::SaveLoad_v3::GameHandler::File Gob::SaveLoad_v4::GameHandler::File

Public Member Functions

 SlotFile (GobEngine *vm, uint32 slotCount, const Common::String &base)
 
virtual int getSlot (int32 offset) const =0
 
virtual int getSlotRemainder (int32 offset) const =0
 

Protected Attributes

GobEngine_vm
 
Common::String _base
 
uint32 _slotCount
 

Detailed Description

Slot file related class.

Constructor & Destructor Documentation

◆ SlotFile()

Gob::SlotFile::SlotFile ( GobEngine vm,
uint32  slotCount,
const Common::String base 
)

The constructor.

Parameters
slotCountNumber of slots.
baseThe file's base string.

Member Function Documentation

◆ getSlot()

virtual int Gob::SlotFile::getSlot ( int32  offset) const
pure virtual

◆ getSlotRemainder()

virtual int Gob::SlotFile::getSlotRemainder ( int32  offset) const
pure virtual

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