Rudiments
|
00001 // Copyright (c) 2004 David Muse 00002 // See the COPYING file for more information. 00003 00004 #ifndef RUDIMENTS_DIRECTORYLISTING_H 00005 #define RUDIMENTS_DIRECTORYLISTING_H 00006 00007 #include <rudiments/private/directorylisting.h> 00008 00009 #ifdef RUDIMENTS_NAMESPACE 00010 namespace rudiments { 00011 #endif 00012 00013 // @cond 00014 00015 // wrap: 00016 // glob.h - glob(),globfree(),glob_pattern_p() 00017 // not in posix - 00018 // dirent/direct.h - scandir(),alphasort(),versionsort() 00019 class RUDIMENTS_DLLSPEC directorylisting { 00020 public: 00021 00022 #include <rudiments/private/directorylisting.h> 00023 }; 00024 00025 // @endcond 00026 00027 #ifdef RUDIMENTS_NAMESPACE 00028 } 00029 #endif 00030 00031 #endif