#include <Importance.h>
Public Member Functions | |
virtual | ~Importance () |
virtual std::ostream & | dumpOn (std::ostream &str) const |
std::string | asString (void) const |
bool | operator== (const Importance &importance) const |
bool | operator!= (const Importance &importance) const |
Static Public Member Functions | |
static const Importance | parse (const std::string &str) |
static std::string | toString (const Importance &importance) |
Static Public Attributes | |
static const Importance | Undefined |
static const Importance | Invalid |
static const Importance | Necessary |
static const Importance | Urgent |
static const Importance | Suggested |
static const Importance | Feature |
static const Importance | Minor |
Private Types | |
enum | importance_t { IMPORTANCE_INVALID = -1, IMPORTANCE_NECESSARY, IMPORTANCE_URGENT, IMPORTANCE_SUGGESTED, IMPORTANCE_FEATURE, IMPORTANCE_MINOR, IMPORTANCE_UNDEFINED, IMPORTANCE_LAST } |
Private Member Functions | |
importance_t | importance () const |
Importance (importance_t importance) | |
Private Attributes | |
importance_t | _importance |
Friends | |
std::ostream & | operator<< (std::ostream &, const Importance &importance) |
Definition at line 44 of file Importance.h.
|
Definition at line 48 of file Importance.h. |
|
Definition at line 120 of file Importance.cc. |
|
Definition at line 125 of file Importance.cc. |
|
Definition at line 65 of file Importance.h. References _importance. Referenced by operator!=(), operator==(), and toString(). |
|
|
|
Definition at line 54 of file Importance.cc. References importance(), IMPORTANCE_FEATURE, IMPORTANCE_INVALID, IMPORTANCE_MINOR, IMPORTANCE_NECESSARY, IMPORTANCE_SUGGESTED, IMPORTANCE_UNDEFINED, IMPORTANCE_URGENT, and WAR. Referenced by asString(). |
|
|
|
Definition at line 47 of file Importance.cc. References toString(). Referenced by zypp::solver::detail::operator<<(). |
|
Definition at line 93 of file Importance.h. References _importance, and importance(). |
|
Definition at line 98 of file Importance.h. References importance(). |
|
|
|
Definition at line 62 of file Importance.h. Referenced by importance(), and operator==(). |
|
Definition at line 72 of file Importance.h. |
|
Definition at line 73 of file Importance.h. |
|
Definition at line 74 of file Importance.h. |
|
Definition at line 75 of file Importance.h. |
|
Definition at line 76 of file Importance.h. |
|
Definition at line 77 of file Importance.h. |
|
Definition at line 78 of file Importance.h. |