#include <filepath_maker.h>
Public Member Functions | |
filepath_lookup (std::string paths) | |
std::string | operator() (std::string const &filename) override |
Public Member Functions inherited from cet::filepath_maker | |
virtual | ~filepath_maker () noexcept=default |
Private Attributes | |
cet::search_path | paths |
Definition at line 52 of file filepath_maker.h.
filepath_lookup::filepath_lookup | ( | std::string | paths | ) |
Definition at line 33 of file filepath_maker.cc.
|
overridevirtual |
Reimplemented from cet::filepath_maker.
Definition at line 36 of file filepath_maker.cc.
|
private |
Definition at line 59 of file filepath_maker.h.