![]() |
gtkIOStream
1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
|
#include <errno.h>#include <Debug.H>#include <vector>#include <sys/stat.h>#include <dirent.h>#include <pwd.h>#include <unistd.h>#include <string.h>Go to the source code of this file.
Classes | |
| class | DirectoryScannerDebug |
| class | DirectoryScanner |
Macros | |
| #define | DIRSCAN_OPENDIR_ERROR DIRSCAN_ERROR_OFFSET-1 |
| Error when the specified directory can't be found. More... | |
| #define | DIRSCAN_CLOSEDIR_ERROR DIRSCAN_ERROR_OFFSET-2 |
| Error when the specified dir doesn't close successfully. More... | |
| #define | DIRSCAN_NOTOPEN_ERROR DIRSCAN_ERROR_OFFSET-3 |
| Error when the directory hasn't been open yet. More... | |
| #define | DIRSCAN_CREATEDIR_ERROR DIRSCAN_ERROR_OFFSET-4 |
| Error when the directory hasn't been open yet. More... | |
| #define | DIRSCAN_DIRDOESNTEXIST_ERROR DIRSCAN_ERROR_OFFSET-5 |
| Error when the directory hasn't been open yet. More... | |
| #define DIRSCAN_CLOSEDIR_ERROR DIRSCAN_ERROR_OFFSET-2 |
Error when the specified dir doesn't close successfully.
Definition at line 24 of file DirectoryScanner.H.
| #define DIRSCAN_CREATEDIR_ERROR DIRSCAN_ERROR_OFFSET-4 |
Error when the directory hasn't been open yet.
Definition at line 26 of file DirectoryScanner.H.
| #define DIRSCAN_DIRDOESNTEXIST_ERROR DIRSCAN_ERROR_OFFSET-5 |
Error when the directory hasn't been open yet.
Definition at line 27 of file DirectoryScanner.H.
| #define DIRSCAN_NOTOPEN_ERROR DIRSCAN_ERROR_OFFSET-3 |
Error when the directory hasn't been open yet.
Definition at line 25 of file DirectoryScanner.H.
| #define DIRSCAN_OPENDIR_ERROR DIRSCAN_ERROR_OFFSET-1 |
Error when the specified directory can't be found.
Definition at line 23 of file DirectoryScanner.H.
|
GTK+ IOStream
Beta
|