c++ Programming Glossary: basicrecursiveenumeration
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 template typename FindXFileFunctions_T class BasicRecursiveEnumeration public boost noncopyable std wstring fileSpec std deque std.. .front .GetFileName .c_str fileSpec.c_str public BasicRecursiveEnumeration BasicRecursiveEnumeration const std wstring pathSpec std wstring.. .c_str fileSpec.c_str public BasicRecursiveEnumeration BasicRecursiveEnumeration const std wstring pathSpec std wstring const_iterator lastSlash..
|