c++ Programming Glossary: allresults
How might I wrap the FindXFile-style APIs to the STL-style Iterator Pattern in C++? http://stackoverflow.com/questions/2531874/how-might-i-wrap-the-findxfile-style-apis-to-the-stl-style-iterator-pattern-in-c WindowsAPI namespace FileSystem template typename Filter_T AllResults typename Recurse_T NonRecursiveEnumeration class DirectoryIterator.. RealFindXFileFunctions RecursiveEnumeration struct AllResults bool operator const Win32FindData return true struct FilesOnly.. NonRecursiveIteratorAssertions typedef DirectoryIterator AllResults BasicNonRecursiveEnumeration SimpleFakeFindXFileFunctions testType..
|