#include "unit_test_base.h"
Definition at line 1009 of file unit_test_base.h.
testing::details::FirstAbsoluteOrLookupWithDotPolicy::FirstAbsoluteOrLookupWithDotPolicy |
( |
std::string const & |
paths | ) |
|
|
inline |
Definition at line 1011 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 1024 of file unit_test_base.h.
1028 if (cet::is_absolute_filepath(filename))
return filename;
1029 return cet::search_path(
"./:" +
after_paths.to_string()).find_file(filename);
bool first
whether we are waiting for the first query
cet::search_path after_paths
path for the other queries
void testing::details::FirstAbsoluteOrLookupWithDotPolicy::reset |
( |
| ) |
|
|
inline |
Definition at line 1016 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: