|
Cupt
|
stores an additional information for installed packages More...
#include <cupt/system/state.hpp>
Classes | |
| struct | InstalledRecord |
| installed package's information More... | |
Public Member Functions | |
| CUPT_LOCAL | State (shared_ptr< const Config >, internal::CacheImpl *) |
| constructor, not for public use | |
| ~State () | |
| destructor | |
| shared_ptr< const InstalledRecord > | getInstalledInfo (const string &packageName) const |
| gets installed record for a package More... | |
| vector< string > | getInstalledPackageNames () const |
| gets installed package names More... | |
| string | getArchitecture () const |
| gets system binary architecture | |
stores an additional information for installed packages
| shared_ptr< const InstalledRecord > cupt::system::State::getInstalledInfo | ( | const string & | packageName | ) | const |
gets installed record for a package
| packageName |
| vector< string > cupt::system::State::getInstalledPackageNames | ( | ) | const |
gets installed package names
1.8.5