#include "CeylanSystem.h"#include <string>


Go to the source code of this file.
Classes | |
| class | Ceylan::System::FileManagementException |
| Mother class of all file-related exceptions, including filesystems, files and directories. More... | |
| class | Ceylan::System::FileSystemException |
| Thrown when filesystem operations failed. More... | |
| class | Ceylan::System::ConversionFailed |
| Thrown when the conversion of a filesystem object failed. More... | |
| class | Ceylan::System::DuplicateFailed |
| Thrown when the duplication of a filesystem object failed. More... | |
| class | Ceylan::System::FileException |
| Thrown when file operations failed. More... | |
| class | Ceylan::System::FileCreationFailed |
| Raised at first by FileSystemManager and file-specific. More... | |
| class | Ceylan::System::FileOpeningFailed |
| Raised at first by FileSystemManager and file-specific. More... | |
| class | Ceylan::System::FileAlreadyOpened |
| Raised at first by FileSystemManager and file-specific. More... | |
| class | Ceylan::System::FileLookupFailed |
| Raised at first by FileSystemManager and file-specific. More... | |
| class | Ceylan::System::FileRemoveFailed |
| Raised at first by FileSystemManager and file-specific. More... | |
| class | Ceylan::System::FileMoveFailed |
| Raised at first by FileSystemManager and file-specific. More... | |
| class | Ceylan::System::FileCopyFailed |
| Raised at first by FileSystemManager and file-specific. More... | |
| class | Ceylan::System::FileSizeRequestFailed |
| Raised at first by FileSystemManager and file-specific. More... | |
| class | Ceylan::System::FileLastChangeTimeRequestFailed |
| Raised at first by FileSystemManager and file-specific. More... | |
| class | Ceylan::System::FileTouchFailed |
| Raised at first by FileSystemManager and file-specific. More... | |
| class | Ceylan::System::FileDiffFailed |
| Raised at first by FileSystemManager and file-specific. More... | |
| class | Ceylan::System::DirectoryException |
| Thrown when directory operations failed. More... | |
| class | Ceylan::System::DirectoryCreationFailed |
| Raised at first by FileSystemManager and directory-specific. More... | |
| class | Ceylan::System::DirectoryOpeningFailed |
| Raised at first by FileSystemManager and directory-specific. More... | |
| class | Ceylan::System::DirectoryLookupFailed |
| Raised at first by FileSystemManager and directory-specific. More... | |
| class | Ceylan::System::DirectoryRemoveFailed |
| Raised at first by FileSystemManager and directory-specific. More... | |
| class | Ceylan::System::DirectoryMoveFailed |
| Raised at first by FileSystemManager and directory-specific. More... | |
| class | Ceylan::System::DirectoryCopyFailed |
| Raised at first by FileSystemManager and directory-specific. More... | |
| class | Ceylan::System::DirectoryLastChangeTimeRequestFailed |
| Raised at first by FileSystemManager and directory-specific. More... | |
| class | Ceylan::System::DirectoryGetCurrentFailed |
| Raised at first by FileSystemManager and directory-specific. More... | |
| class | Ceylan::System::DirectoryChangeFailed |
| Raised at first by FileSystemManager and directory-specific. More... | |
Namespaces | |
| namespace | Ceylan |
| This part of the Ceylan namespace gathers some convenient string manipulation facilities to be widely used. | |
| namespace | Ceylan::System |
| General system calls and properties. | |
1.5.8