BuildCache
Public Member Functions | Private Attributes | List of all members
bcache::expected_file_t Class Reference

A description of an output file that is expected to be produced by a program. More...

#include <expected_file.hpp>

Public Member Functions

 expected_file_t (const expected_file_t &)=default
 
 expected_file_t (const std::string &path, bool required)
 
const std::string & path () const
 
bool required () const
 

Private Attributes

std::string m_path
 
bool m_required
 

Detailed Description

A description of an output file that is expected to be produced by a program.

Member Function Documentation

◆ path()

const std::string& bcache::expected_file_t::path ( ) const
inline
Returns
the path to the output file.

◆ required()

bool bcache::expected_file_t::required ( ) const
inline
Returns
true if the output file is required.

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