Public Member Functions | Private Attributes | List of all members
cet::filepath_lookup_nonabsolute Class Reference

#include <filepath_maker.h>

Inheritance diagram for cet::filepath_lookup_nonabsolute:
cet::filepath_maker

Public Member Functions

 filepath_lookup_nonabsolute (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
 

Detailed Description

Definition at line 65 of file filepath_maker.h.

Constructor & Destructor Documentation

filepath_lookup_nonabsolute::filepath_lookup_nonabsolute ( std::string  paths)

Definition at line 43 of file filepath_maker.cc.

44  : paths{move(paths)}
45 {}
def move(depos, offset)
Definition: depos.py:107

Member Function Documentation

std::string filepath_lookup_nonabsolute::operator() ( std::string const &  filename)
overridevirtual

Reimplemented from cet::filepath_maker.

Definition at line 48 of file filepath_maker.cc.

49 {
52 }
string filename
Definition: train.py:213
bool is_absolute_filepath(std::string const &qualified_filename)
Definition: filesystem.cc:23
std::string find_file(std::string const &filename) const
Definition: search_path.cc:96

Member Data Documentation

cet::search_path cet::filepath_lookup_nonabsolute::paths
private

Definition at line 72 of file filepath_maker.h.


The documentation for this class was generated from the following files: