LibPkg
|
#include <map>
#include <string>
#include <iosfwd>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | pkg::control |
A class to represent the content of a RiscPkg control file. More... | |
class | pkg::control::key_type |
The key type. More... | |
class | pkg::control::parse_error |
An exception class for reporting parse errors. More... | |
Namespaces | |
pkg | |
The namespace used to hold the package management library. | |
Functions | |
std::ostream & | pkg::operator<< (std::ostream &out, const control &ctrl) |
Write control file to output stream. More... | |
std::istream & | pkg::operator>> (std::istream &in, control &ctrl) |
Read control file from input stream. More... | |
Reference Manual | LibPkg | Version 0.6.1 (28 Jan 2015) |