libzypp 17.31.23
|
Namespaces | |
namespace | logger |
namespace | sysconfig |
Classes | |
class | ContainerTransform |
Helper managing a container of raw values with transformed representation. More... | |
class | DrunkenBishop |
Random art fingerprint visualization Visualize fingerprint data on a [17x9] (SSH) or [19x11] (GPG) or custom sized board. More... | |
class | Flags |
A type-safe way of storing OR-combinations of enum values (like QTs QFlags). More... | |
class | LogControl |
Maintain logfile related options. More... | |
struct | ProfilingFormater |
struct | ProvideNumericId |
Base class for objects providing a numeric Id. More... | |
class | ReferenceCounted |
Base class for reference counted objects. More... | |
class | SetRelationMixin |
Provide set relation methods based on Derived::setRelationMixinCompare A class using this mixin must provide: More... | |
class | SetTracker |
Track added/removed set items based on an initial set. More... | |
class | Unit |
Simple handling of Units. More... | |
class | ValueTransform |
Helper managing raw values with transformed representation. More... | |
Typedefs | |
typedef boost::noncopyable | NonCopyable |
Ensure derived classes cannot be copied. | |
Functions | |
ZYPP_DECLARE_OPERATORS_FOR_FLAGS (DrunkenBishop::Options) | |
int | random_int () |
std::string | random_string (int length) |
unsigned | random () |
Return a random number from [0,RAND_MAX[ . | |
unsigned | random (unsigned size_r) |
Return a random number from [0,size_r[ . | |
unsigned | random (unsigned min_r, unsigned size_r) |
Return a random number from [min_r,min_r+size_r[ . | |
template<typename TEnum > | |
std::ostream & | operator<< (std::ostream &str, const Flags< TEnum > &obj) |
template<typename TEnum > | |
std::ostream & | operator<< (std::ostream &str, const typename Flags< TEnum >::Enum &obj) |
std::ostream & | operator<< (std::ostream &str, const LogControl &) |
typedef boost::noncopyable zypp::base::NonCopyable |
Ensure derived classes cannot be copied.
Use private inheritance.
Definition at line 26 of file NonCopyable.h.
zypp::base::ZYPP_DECLARE_OPERATORS_FOR_FLAGS | ( | DrunkenBishop::Options | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
related |
Definition at line 942 of file LogControl.cc.