libzypp  17.38.7
TriBool.h File Reference
#include <iosfwd>
#include <string>
#include <boost/logic/tribool.hpp>
Include dependency graph for TriBool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 boost
 Boost libraries.
 
 boost::logic
 

Functions

std::string zypp::asString (const TriBool &val_r, const std::string &istr_r=std::string(), const std::string &tstr_r=std::string(), const std::string &fstr_r=std::string())
 
bool zypp::tri2bool (const TriBool &val_r, bool default_r)
 Convert TriBool to bool returning default_r if indeterminate. More...
 
std::ostream & boost::logic::operator<< (std::ostream &s, const tribool &obj)
 relates: TriBool stream output More...
 
bool boost::logic::sameTriboolState (tribool lhs, tribool rhs)
 relates: TriBool whether 2 tribool have the same state (this is NOT ==) More...