All Classes Namespaces Files Functions Variables Enumerations Enumerator
libs/system/findFiles.h
Go to the documentation of this file.
00001 #ifndef QRK_FIND_FILES_H
00002 #define QRK_FIND_FILES_H
00003 
00013 #include <boost/xpressive/xpressive.hpp>
00014 #include <vector>
00015 #include <string>
00016 
00017 
00018 namespace qrk
00019 {
00029     extern size_t findFiles(std::vector<std::string>& files,
00030                             const char* root_path,
00031                             const boost::xpressive::sregex pattern);
00032 }
00033 
00034 #endif /* !QRK_FIND_FILES_H */