Public Attributes | |
bool | initialized |
SCPM initialized | |
bool | enabled |
SCPM enabled | |
bool | db_loaded |
SCDB loaded | |
bool | db_uptodate |
SCDB up to date | |
bool | locked |
bool | needs_reinit |
bool | needs_recover |
std::string | active_profile |
active profile | |
std::string | scpm_version |
version of the SCPM subsystem | |
std::string | db_version |
SCDB version | |
std::string | db_format |
SCDB format | |
std::string | db_format_version |
SCDB format version |
|
This is set to true in case SCPM has been initialized. That means, a database has been generated. |
|
This is set to true in case SCPM has been enabled and is ready for use. |
|
This bool indicated whether the database could be loaded. |
|
This is normally set to true. If not, the database needs a conversion to the current format. |
|
A string containing the active profile. Is the same as SCPM::Active would return. |
|
This string holds the version of the loaded SCDB. |
|
This string holds the format of the loaded SCDB. Actually there is only |
|
This string holds the format version of the loaded SCDB. |