1 #ifndef FWCore_Utilities_FileInPath_h 2 #define FWCore_Utilities_FileInPath_h 98 void write(std::ostream& os)
const;
102 void read(std::istream& is);
143 return a.location() ==
b.location() &&
a.relativePath() ==
b.relativePath();
std::string canonicalFilename_
constexpr bool operator==(ELseverityLevel const &e1, ELseverityLevel const &e2) noexcept
void swap(FileInPath &other)
std::string fullPath() const
static void disableFileLookup()
Should only be called while the edmWriteConfigs executable runs.
std::unique_ptr< ParameterDescriptionCases< bool > > operator>>(bool caseValue, ParameterDescriptionNode const &node)
void swap(Association< C > &lhs, Association< C > &rhs)
void read(std::istream &is)
static std::string const & searchPath()
LocationCode location() const
Where was the file found?
std::string relativePath_
static std::string findFile(std::string const &)
FileInPath & operator=(FileInPath const &other)
void readFromParameterSetBlob(std::istream &is)
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger table.
std::string relativePath() const
void write(std::ostream &os) const