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 // @cond
10 
11 // wrap:
12 // glob.h - glob(),globfree(),glob_pattern_p()
13 // not in posix -
14 // dirent/direct.h - scandir(),alphasort(),versionsort()
15 class RUDIMENTS_DLLSPEC directorylisting {
16  public:
17 
18  #include <rudiments/private/directorylisting.h>
19 };
20 
21 // @endcond
22 
23 #endif