#include "CeylanFileSystemCommon.h"#include "CeylanSystem.h"#include "CeylanTypes.h"#include "CeylanInputOutputStream.h"#include <string>


Go to the source code of this file.
Classes | |
| class | Ceylan::System::FileReadLockingFailed |
| class | Ceylan::System::FileReadUnlockingFailed |
| class | Ceylan::System::FileWriteLockingFailed |
| class | Ceylan::System::FileWriteUnlockingFailed |
| class | Ceylan::System::FileDelegatingException |
| Thrown when file operations failed because of underlying filesystem manager: the corresponding backend could not be retrieved as expected. More... | |
| class | Ceylan::System::File |
| Abstract file mother class, so that programs can always manipulate Ceylan::File instances, whereas per-platform specialized classes are actually used by the system. 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. | |
Typedefs | |
| typedef Ceylan::Uint16 | Ceylan::System::OpeningFlag |
| File opening openFlags, they can be OR'ed. | |
| typedef Ceylan::Uint16 | Ceylan::System::PermissionFlag |
| File creation abstract permissions, to be used in case a new file is created. | |
1.5.8