#include <filepath_maker.h>
Public Member Functions | |
filepath_lookup_after1 (std::string paths) | |
std::string | operator() (std::string const &filename) override |
void | reset () |
Public Member Functions inherited from cet::filepath_maker | |
virtual | ~filepath_maker () noexcept=default |
Private Attributes | |
bool | after1 {false} |
cet::search_path | paths |
Definition at line 78 of file filepath_maker.h.
filepath_lookup_after1::filepath_lookup_after1 | ( | std::string | paths | ) |
Definition at line 56 of file filepath_maker.cc.
|
overridevirtual |
Reimplemented from cet::filepath_maker.
Definition at line 61 of file filepath_maker.cc.
void filepath_lookup_after1::reset | ( | ) |
Definition at line 67 of file filepath_maker.cc.
|
private |
Definition at line 87 of file filepath_maker.h.
|
private |
Definition at line 88 of file filepath_maker.h.