LibPkg
|
A class for specifying the name and version of a package. More...
#include <binary_control_table.h>
Public Member Functions | |
key_type () | |
Construct default key type. More... | |
key_type (const string &_pkgname, const version &_pkgvrsn, const string &_pkgenv) | |
Contruct key type from package name and version. More... | |
Public Attributes | |
string | pkgname |
The package name. More... | |
version | pkgvrsn |
The package version. More... | |
string | pkgenv |
The package environment id. More... | |
A class for specifying the name and version of a package.
pkg::binary_control_table::key_type::key_type | ( | ) |
Construct default key type.
pkg::binary_control_table::key_type::key_type | ( | const string & | _pkgname, |
const version & | _pkgvrsn, | ||
const string & | _pkgenv | ||
) |
Contruct key type from package name and version.
_pkgname | the package name |
_pkgvrsn | the package version |
_pkgenv | the package environment id |
string pkg::binary_control_table::key_type::pkgname |
The package name.
Referenced by pkg::operator<().
version pkg::binary_control_table::key_type::pkgvrsn |
The package version.
Referenced by pkg::operator<().
string pkg::binary_control_table::key_type::pkgenv |
The package environment id.
Referenced by pkg::operator<().
Reference Manual | LibPkg | Version 0.6.1 (28 Jan 2015) |