Pacm module
LocalPackage::Manifest
Manifest of installed files recorded for a local package.
Manifest
#include <icy/pacm/package.h>Manifest of installed files recorded for a local package.
Public Attributes
| Return | Name | Description |
|---|---|---|
json::Value & | root |
root
json::Value & rootPublic Methods
| Return | Name | Description |
|---|---|---|
Manifest | #### Parameters | |
bool | empty virtual const | Returns true if the manifest contains no file entries. |
void | addFile virtual | Appends path to the manifest file list. |
Manifest
Manifest(json::Value & src)Parameters
srcJSON array node that backs this manifest.
empty
virtual const
virtual bool empty() constReturns true if the manifest contains no file entries.
addFile
virtual
virtual void addFile(const std::string & path)Appends path to the manifest file list.
Parameters
pathRelative path of an installed file.
