#include <icy/pacm/package.h>Manifest of installed files recorded for a local package.
| Return | Name | Description |
|---|---|---|
json::Value & | root |
json::Value & root| 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(json::Value & src)src JSON array node that backs this manifest.virtual const
virtual bool empty() constReturns true if the manifest contains no file entries.
virtual
virtual void addFile(const std::string & path)Appends path to the manifest file list.
path Relative path of an installed file.