LibPkg
|
Go to the source code of this file.
Classes | |
class | pkg::dependency |
A class to represent a package dependency. More... | |
class | pkg::dependency::parse_error |
An exception class for reporting parse errors. More... | |
Namespaces | |
pkg | |
The namespace used to hold the package management library. | |
Functions | |
void | pkg::parse_dependency_alt_list (string::const_iterator first, string::const_iterator last, std::vector< dependency > *out) |
Parse dependency alternatives list. More... | |
void | pkg::parse_dependency_list (string::const_iterator first, string::const_iterator last, std::vector< std::vector< dependency > > *out) |
Parse dependency list. More... | |
Reference Manual | LibPkg | Version 0.6.1 (28 Jan 2015) |