#include "ace/config-all.h"
#include "ace/os_include/os_dirent.h"
#include "ace/OS_NS_dirent.inl"
Include dependency graph for OS_NS_dirent.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | ACE_OS |
Defines | |
#define | ACE_EXPORT_MACRO ACE_Export |
#define | ACE_INLINE inline |
Typedefs | |
typedef int(* | ACE_SCANDIR_COMPARATOR )(const ACE_DIRENT **f1, const ACE_DIRENT **f2) |
typedef int(* | ACE_SCANDIR_SELECTOR )(const ACE_DIRENT *filename) |
Functions | |
void | ace_rewinddir_helper (ACE_DIR *dir) |
Jesper S. M|ller<stophph@diku.dk>
and a cast of thousands...
Definition in file OS_NS_dirent.h.
|
Definition at line 34 of file OS_NS_dirent.h. |
|
Definition at line 148 of file OS_NS_dirent.h. |
|
Definition at line 48 of file OS_NS_dirent.h. Referenced by ACE_Dirent_Selector::open(), ACE_OS::scandir(), and ACE_OS::scandir_emulation(). |
|
Definition at line 54 of file OS_NS_dirent.h. Referenced by ACE_Dirent_Selector::open(), ACE_OS::scandir(), and ACE_OS::scandir_emulation(). |
|
Definition at line 67 of file OS_NS_dirent.h. References ACE_DIR. Referenced by ACE_OS::rewinddir().
00068 { 00069 # if defined (rewinddir) 00070 rewinddir (dir); 00071 # undef rewinddir 00072 # else 00073 ::rewinddir (dir); 00074 # endif /* defined (rewinddir) */ 00075 } |