1 #ifndef UTILMM_CONFIGFILE_HH
2 #define UTILMM_CONFIGFILE_HH
16 typedef std::string string;
31 static bool exists(
string const& name);
34 string get(
string const& var,
string const& defval = string())
const;
52 static string run(
process& prs);
54 string run(
string const& argument)
const;
Definition: pkgconfig.hh:37
string linker(Modes mode=pkgconfig::All) const
Modes
Definition: pkgconfig.hh:36
Definition: pkgconfig.hh:37
static std::list< string > packages()
Definition: process.hh:20
Definition: pkgconfig.hh:38
Definition: pkgconfig.hh:10
static bool exists(string const &name)
Definition: pkgconfig.hh:14
Definition: pkgconfig.hh:37
string compiler(Modes mode=pkgconfig::All) const
pkgconfig(string const &name)
Definition: pkgconfig.hh:38