NEST
2.6.0,not_revisioned_source_dir@0
|
#include <filesystem.h>
Classes | |
class | CompareFilesFunction |
class | CopyFileFunction |
class | DeleteFileFunction |
class | DirectoryFunction |
class | FileNamesFunction |
class | MakeDirectoryFunction |
class | MoveFileFunction |
class | RemoveDirectoryFunction |
class | SetDirectoryFunction |
class | TmpNamFunction |
Public Member Functions | |
FilesystemModule (void) | |
~FilesystemModule () | |
void | init (SLIInterpreter *) |
Initialise the module. More... | |
const std::string | name (void) const |
Return name of the module. More... | |
const std::string | commandstring (void) const |
Return sli command sequence to be executed for initialisation. More... | |
Public Member Functions inherited from SLIModule | |
virtual | ~SLIModule () |
void | install (std::ostream &, SLIInterpreter *) |
Print installation message via interpreter message command. More... | |
|
inline |
|
inline |
|
virtual |
Return sli command sequence to be executed for initialisation.
Reimplemented from SLIModule.
|
virtual |
Initialise the module.
When this function is called, most of the interpreter's fascilities are up and running. However, depending on where in the interpreter's bootstrap sequence the module is initialised, not all services may be available.
Implements SLIModule.
References comparefilesfunction, copyfilefunction, SLIInterpreter::createcommand(), deletefilefunction, directoryfunction, filenamesfunction, makedirectoryfunction, movefilefunction, removedirectoryfunction, setdirectoryfunction, and tmpnamfunction.
|
virtual |
Return name of the module.
Implements SLIModule.
CompareFilesFunction FilesystemModule::comparefilesfunction |
Referenced by init().
CopyFileFunction FilesystemModule::copyfilefunction |
Referenced by init().
DeleteFileFunction FilesystemModule::deletefilefunction |
Referenced by init().
DirectoryFunction FilesystemModule::directoryfunction |
Referenced by init().
FileNamesFunction FilesystemModule::filenamesfunction |
Referenced by init().
MakeDirectoryFunction FilesystemModule::makedirectoryfunction |
Referenced by init().
MoveFileFunction FilesystemModule::movefilefunction |
Referenced by init().
RemoveDirectoryFunction FilesystemModule::removedirectoryfunction |
Referenced by init().
SetDirectoryFunction FilesystemModule::setdirectoryfunction |
Referenced by init().
TmpNamFunction FilesystemModule::tmpnamfunction |
Referenced by init().