JayBeams
0.1
Another project to have fun coding.
|
Define the functor to validate if paths are readable. More...
#include <config_files_location.hpp>
Public Member Functions | |
bool | operator() (boost::filesystem::path const &path) |
Define the functor to validate if paths are readable.
This is mostly to provide a dependency injection point for tests.
Definition at line 24 of file config_files_location.hpp.
bool jb::default_validator::operator() | ( | boost::filesystem::path const & | path | ) |
Definition at line 60 of file config_files_location.cpp.