Rudiments
directorylisting.h
1 // Copyright (c) 2004 David Muse
2 // See the COPYING file for more information.
3 
4 #ifndef RUDIMENTS_DIRECTORYLISTING_H
5 #define RUDIMENTS_DIRECTORYLISTING_H
6 
7 #include <rudiments/private/directorylisting.h>
8 
9 #ifdef RUDIMENTS_NAMESPACE
10 namespace rudiments {
11 #endif
12 
13 // @cond
14 
15 // wrap:
16 // glob.h - glob(),globfree(),glob_pattern_p()
17 // not in posix -
18 // dirent/direct.h - scandir(),alphasort(),versionsort()
19 class RUDIMENTS_DLLSPEC directorylisting {
20  public:
21 
22  #include <rudiments/private/directorylisting.h>
23 };
24 
25 // @endcond
26 
27 #ifdef RUDIMENTS_NAMESPACE
28 }
29 #endif
30 
31 #endif