gtkIOStream  1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
DirectoryScanner.H File Reference
#include <errno.h>
#include <Debug.H>
#include <vector>
#include <sys/stat.h>
#include <dirent.h>
#include <pwd.h>
#include <unistd.h>
#include <string.h>
Include dependency graph for DirectoryScanner.H:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ DIRSCAN_CLOSEDIR_ERROR

#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.

◆ DIRSCAN_CREATEDIR_ERROR

#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.

◆ DIRSCAN_DIRDOESNTEXIST_ERROR

#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.

◆ DIRSCAN_NOTOPEN_ERROR

#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.

◆ DIRSCAN_OPENDIR_ERROR

#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.

gtkIOStream: /tmp/gtkiostream/include/DirectoryScanner.H File Reference
GTK+ IOStream  Beta