#include <eleve/src/runtime1.hpp>
Public Member Functions | |
int | files (std::insert_iterator< std::set< fs::path > > set_, fs::path dir_, boost::regex re) const |
Returns a set of files existing in the directory matching the regular expression. | |
int | files (std::insert_iterator< std::set< fs::path > > set_) const |
Returns a set of all files existing in the current directory. | |
std::vector< std::string > | readlines (std::istream &is) const throw (std::exception) |
Get a vector of lines from an open stream. | |
std::vector< std::string > | readlines (const fs::path &s) const throw (std::exception) |
Get a vector of lines from an open stream. | |
Protected Member Functions | |
Facilities () throw (std::exception) | |
Creates a Facilities::Impl. | |
virtual | ~Facilities () throw (std::exception) |
Protected Attributes | |
const boost::shared_ptr < eepgwde::detail::Facilities::Impl > | impl |
Friends | |
class | Impl |
a pointer to an implementation | |
Classes | |
class | Impl |
Definition at line 36 of file runtime1.hpp.