#include <PkgName.h>
Public Member Functions | |
| PkgNameEd (const PkgName &n, const PkgEdition &e) | |
| bool | operator== (const PkgNameEd &ne2) const |
| bool | operator!= (const PkgNameEd &ne2) const |
| bool | operator< (const PkgNameEd &ne2) const |
| std::string | asString () const |
Static Public Member Functions | |
| static std::string | toString (const PkgNameEd &t) |
| static PkgNameEd | fromString (std::string s) |
Public Attributes | |
| PkgName | name |
| PkgEdition | edition |
Friends | |
| std::ostream & | operator<< (std::ostream &, const PkgNameEd &) |
|
||||||||||||
|
Constructor |
|
|
|
|
|
Restore PkgNameEd from string (on restore from file). Keep it compatible with toString. |
|
|
|
|
|
|
|
|
|
|
|
Convert PkgNameEd to string (on save to file). Keep it compatible with fromString. |
|
||||||||||||
|
|
|
|
|
|
|
|
1.4.4