#include <Package.h>
Public Member Functions | |
Package () throw () | |
Package (const std::string &name) throw () | |
Package (const Package &f) throw () | |
~Package () throw () | |
Package & | operator= (const Package &f) throw () |
bool | operator== (const Package &f) const throw () |
bool | operator< (const Package &f) const throw () |
operator bool () const throw () | |
const std::string & | name () const throw () |
const std::string & | sdesc () const throw () |
const std::string & | ldesc () const throw () |
const Maintainer & | maint () const throw () |
int | state () const throw (PackageDBException) |
const std::string & | sdesc (const std::string &sdesc) throw () |
const std::string & | ldesc (const std::string &ldesc) throw () |
const Maintainer & | maint (const Maintainer &maint) throw () |
const std::string & | fulldata (const std::string &fulldata) throw () |
const TagSet | tags () const throw () |
const std::string & | fulldata () const throw () |
Protected Member Functions | |
Package (PackageImpl *existing_impl) throw () | |
Protected Attributes | |
PackageImpl * | impl |
Friends | |
class | PackageSet |
class | PackageImpl |
class | AvailableReader |
class | StandardEnvironment |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|