#include "ace/os_include/sys/os_types.h"
#include "ace/os_include/os_limits.h"
Include dependency graph for os_dirent.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | dirent |
Defines | |
#define | MAXNAMLEN NAME_MAX |
#define | ACE_DIRENT dirent |
Typedefs | |
typedef int | ACE_DIR |
typedef DIR | ACE_DIR |
This code was originally in various places including ace/OS.h.
Definition in file os_dirent.h.
#define ACE_DIRENT dirent |
#define MAXNAMLEN NAME_MAX |
Definition at line 45 of file os_dirent.h.
typedef DIR ACE_DIR |
Definition at line 89 of file os_dirent.h.
typedef int ACE_DIR |
Definition at line 50 of file os_dirent.h.