c++ Programming Glossary: filter_t
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.. Win32FindData arg return arg.IsFile template typename Filter_T typename Recurse_T class DirectoryIterator public boost iterator_facade.. public boost iterator_facade DirectoryIterator Filter_T Recurse_T Win32FindData std input_iterator_tag Win32FindData..
|