#include <utilmm/configfile/pkgconfig.hh>
| Enumerator |
|---|
| All |
|
| Path |
|
| Other |
|
| Static |
|
| Libraries |
|
| utilmm::pkgconfig::pkgconfig |
( |
string const & |
name | ) |
|
Creates a package description file.
- Exceptions
-
| not_found(name) | if the package is not available |
| utilmm::pkgconfig::~pkgconfig |
( |
| ) |
|
Get compile flags for the given mode
| static bool utilmm::pkgconfig::exists |
( |
string const & |
name | ) |
|
|
static |
Checks if the given package is available
| string utilmm::pkgconfig::get |
( |
string const & |
var, |
|
|
string const & |
defval = string() |
|
) |
| const |
Get a variable defined in this package description
Get link flags for the given mode
| string utilmm::pkgconfig::name |
( |
| ) |
const |
| static std::list<string> utilmm::pkgconfig::packages |
( |
| ) |
|
|
static |
| string utilmm::pkgconfig::version |
( |
| ) |
const |
The documentation for this class was generated from the following file: