#include <Maintainer.h>
Public Member Functions | |
Maintainer () throw () | |
Maintainer (const std::string &email) throw () | |
Maintainer (const Maintainer &f) throw () | |
~Maintainer () throw () | |
Maintainer & | operator= (const Maintainer &f) throw () |
bool | operator== (const Maintainer &f) const throw () |
bool | operator< (const Maintainer &f) const throw () |
operator bool () const throw () | |
const std::string & | email () const throw () |
const std::string & | fullname () const throw () |
const PackageSet & | packages () const throw () |
void | addPackage (const Package &pkg) const throw () |
void | fullname (const std::string &fullname) throw () |
Protected Attributes | |
MaintainerImpl * | impl |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|