Column-oriented GPU-accelerated Database Management System
CoGaDB
/home/sebastian/gpudbms/trunk/cogadb/include/util/filesystem.hpp
Go to the documentation of this file.
00001 #pragma once
00002 #include <string>
00003 #include <vector>
00004 
00005 namespace CoGaDB{
00006 
00007         const std::vector<std::string> getFilesinDirectory(std::string dname);
00008 
00009         bool is_regular_file (const std::string& path);
00010 
00011 
00012 }; //end namespace CogaDB
00013 
00014 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines