|
libzypp
17.37.18
|
Namespaces | |
| logger | |
| sysconfig | |
Classes | |
| 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 | Unit |
| Simple handling of Units. More... | |
Typedefs | |
| using | NonCopyable = boost::noncopyable |
| Ensure derived classes cannot be copied. More... | |
Functions | |
| 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 &) |
| using zypp::base::NonCopyable = typedef boost::noncopyable |
Ensure derived classes cannot be copied.
Use private inheritance.
Definition at line 26 of file NonCopyable.h.
|
inline |
|
inline |
|
related |
Definition at line 966 of file LogControl.cc.