LibPkg
|
#include <stdexcept>
#include "libpkg/filesystem.h"
#include "libpkg/version.h"
#include "libpkg/binary_control.h"
#include "libpkg/status.h"
#include "libpkg/pkgbase.h"
#include "libpkg/zipfile.h"
#include "libpkg/standards_version.h"
#include "libpkg/unpack.h"
#include "libpkg/log.h"
#include "libpkg/module_info.h"
#include "libpkg/triggers.h"
#include "libpkg/trigger.h"
Classes | |
class | pkg::unpack::cannot_process |
An exception class for reporting that one or more packages cannot be processed. More... | |
class | pkg::unpack::file_conflict |
An exception class for reporting that one or more files conflict with those already on the system. More... | |
class | pkg::unpack::file_info_not_found |
An exception class for reporting that a file information record could not be found. More... | |
Namespaces | |
pkg | |
The namespace used to hold the package management library. | |
Reference Manual | LibPkg | Version 0.9.0 (4 Sep 2020) |