#include <unit_test_base.h>
Definition at line 1016 of file unit_test_base.h.
testing::details::FirstAbsoluteOrLookupWithDotPolicy::FirstAbsoluteOrLookupWithDotPolicy |
( |
std::string const & |
paths | ) |
|
|
inline |
Definition at line 1018 of file unit_test_base.h.
bool first
whether we are waiting for the first query
cet::search_path after_paths
path for the other queries
std::string testing::details::FirstAbsoluteOrLookupWithDotPolicy::operator() |
( |
std::string const & |
filename | ) |
|
|
inlinevirtual |
Definition at line 1034 of file unit_test_base.h.
1039 return cet::search_path(
"./:" +
after_paths.to_string())
bool first
whether we are waiting for the first query
BEGIN_PROLOG could also be dds filename
cet::search_path after_paths
path for the other queries
void testing::details::FirstAbsoluteOrLookupWithDotPolicy::reset |
( |
| ) |
|
|
inline |
Definition at line 1024 of file unit_test_base.h.
bool first
whether we are waiting for the first query
cet::search_path testing::details::FirstAbsoluteOrLookupWithDotPolicy::after_paths |
|
private |
bool testing::details::FirstAbsoluteOrLookupWithDotPolicy::first |
|
private |
The documentation for this class was generated from the following file: