JayBeams
0.1
Another project to have fun coding.
|
Define the functor to read configuration variables from the environment. More...
#include <config_files_location.hpp>
Public Member Functions | |
char const * | operator() (char const *name) |
Define the functor to read configuration variables from the environment.
This is mostly to provide a dependency injection point for tests.
Definition at line 16 of file config_files_location.hpp.
char const * jb::default_getenv::operator() | ( | char const * | name | ) |
Definition at line 56 of file config_files_location.cpp.