libzypp 17.31.23
Status.cc File Reference
#include <iostream>
#include <zypp/base/Logger.h>
#include <zypp/ui/Status.h>
Include dependency graph for Status.cc:

Go to the source code of this file.

Namespaces

namespace  zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
namespace  zypp::ui
 

Macros

#define ENUM_OUT(V)   case V: return #V; break
 

Functions

std::string zypp::ui::asString (const Status &obj)
 

Macro Definition Documentation

◆ ENUM_OUT

#define ENUM_OUT (   V)    case V: return #V; break