libzypp 8.13.6
Namespaces | Defines | Functions

ResStatus.cc File Reference

#include <iostream>
#include "zypp/ResStatus.h"
Include dependency graph for ResStatus.cc:

Go to the source code of this file.

Namespaces

namespace  zypp
 

Easy-to use interface to the ZYPP dependency resolver.


Defines

#define OUTS(X)   case ResStatus::X: return str << #X; break

Functions

std::ostream & zypp::operator<< (std::ostream &str, const ResStatus &obj)
std::ostream & zypp::operator<< (std::ostream &str, ResStatus::TransactValue obj)
std::ostream & zypp::operator<< (std::ostream &str, ResStatus::TransactByValue obj)

Detailed Description

Definition in file ResStatus.cc.


Define Documentation

#define OUTS (   X)    case ResStatus::X: return str << #X; break

Definition at line 99 of file ResStatus.cc.

Referenced by zypp::operator<<().