LibPkg
|
#include <vector>
#include <map>
#include <string>
#include <fstream>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | pkg::zipfile |
An interface class to represent a zip file. More... | |
class | pkg::zipfile::file_info |
A class to represent a file information record from a zip file. More... | |
class | pkg::zipfile::extra_info |
A base class to represent an extra information record from a zip file. More... | |
class | pkg::zipfile::riscos_info |
A class to represent a RISC OS extra information record from a zip file. More... | |
class | pkg::zipfile::not_found |
An exception class for reporting not found errors. More... | |
class | pkg::zipfile::unsupported_compression_method |
An exception class for reporting unsupported compression method errors. More... | |
class | pkg::zipfile::zlib_error |
An exception class for reporting errors in zlib. More... | |
Namespaces | |
pkg | |
The namespace used to hold the package management library. | |
Reference Manual | LibPkg | Version 0.6.1 (28 Jan 2015) |