libzypp  13.10.6
Status.cc File Reference
#include <iostream>
#include "zypp/base/Logger.h"
#include "zypp/ui/Status.h"

Go to the source code of this file.

Namespaces

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

Macros

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

Functions

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

Macro Definition Documentation

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