|
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 | |
| const InstalledRecord * | getInstalledInfo (const string &packageName) const |
| gets installed record for a package | |
| vector< string > | getInstalledPackageNames () const |
| gets installed package names | |
| string | getArchitecture () const |
| gets system binary architecture | |
stores an additional information for installed packages
| 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