OS_NS_dirent.h File Reference

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

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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)


Detailed Description

Id
OS_NS_dirent.h 79157 2007-08-01 12:16:02Z olli

Author:
Douglas C. Schmidt <schmidt@cs.wustl.edu>

Jesper S. M|ller<stophph@diku.dk>

and a cast of thousands...

Originally in OS.h.

Definition in file OS_NS_dirent.h.


Define Documentation

#define ACE_EXPORT_MACRO   ACE_Export
 

Definition at line 34 of file OS_NS_dirent.h.

#define ACE_INLINE   inline
 

Definition at line 148 of file OS_NS_dirent.h.


Typedef Documentation

typedef int(* ACE_SCANDIR_COMPARATOR)(const ACE_DIRENT **f1, const ACE_DIRENT **f2)
 

Definition at line 48 of file OS_NS_dirent.h.

Referenced by ACE_Dirent_Selector::open(), ACE_OS::scandir(), and ACE_OS::scandir_emulation().

typedef int(* ACE_SCANDIR_SELECTOR)(const ACE_DIRENT *filename)
 

Definition at line 54 of file OS_NS_dirent.h.

Referenced by ACE_Dirent_Selector::open(), ACE_OS::scandir(), and ACE_OS::scandir_emulation().


Function Documentation

void ace_rewinddir_helper ACE_DIR dir  )  [inline]
 

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 }


Generated on Sun Jan 27 12:33:25 2008 for ACE by doxygen 1.3.6