Class KPDataStoreInterface

Inheritance Relationships

Base Type

Derived Type

Class Documentation

class KPDataStoreInterface : public KPComponent

Subclassed by KPFileLoader

Public Functions

KPDataStoreInterface(const char *name)
virtual int loadContentOfFile(const char *filepath, char *buffer, size_t bufferSize, int *charsRemainning = nullptr) = 0
virtual int saveContentToFile(const char *filepath, char *buffer, size_t bufferSize, bool replaceContent = false) = 0