#include "file_manager.hh"
#include "stage.hh"
#include "config.h"
#include <sstream>
#include <fstream>
Go to the source code of this file.
Namespaces | |
Stg | |
The Stage library uses its own namespace. | |
Functions | |
std::string | searchDirs (const std::vector< std::string > &dirs, const std::string &filename) |
std::string searchDirs | ( | const std::vector< std::string > & | dirs, |
const std::string & | filename | ||
) |
Definition at line 10 of file file_manager.cc.