20 #ifndef INITIALISATION_H
21 #define INITIALISATION_H
31 namespace rambrainglobals
56 void reinit (
bool reread =
true );
106 #endif // INITIALISATION_H
void resizeMemory(global_bytesize memory)
Simple setter.
void resizeSwap(global_bytesize memory)
Simple setter.
const configuration & getConfig()
Simple getter.
~rambrainConfig()
Destructs the throught the config initiated swap and manager.
Class that serves as a backend to managedMemory to actual write/read managedMemoryChunks to/from hard...
configuration & getConfig()
Simple getter.
Main struct to save configuration variables.
rambrainConfig()
Construct a new config handling class.
void setCustomConfigPath(const string &path)
Simple setter.
Main class for handling configuration throughout the library and for the user.
rambrainConfig config
You will find the object in managedMemory.cpp as we have to define it in some 'used' file in the link...
void reinit(bool reread=true)
Reinitialises the system.
void setCustomConfigPath(const string &path)
Simple setter.
Reader class to read in and properly parse config files.
Backend class to handle raw memory and interaction/storage with managedSwap.