Generated on Sat Feb 7 2015 02:01:33 for Gecode by doxygen 1.8.9.1
print.hpp File Reference

(Revision: 13455)

#include <sstream>

Go to the source code of this file.

Namespaces

 Gecode
 Gecode toplevel namespace
 
 Gecode::Set
 Finite integer sets.
 

Functions

template<class Char , class Traits , class I >
void Gecode::Set::printBound (std::basic_ostream< Char, Traits > &s, I &r)
 Print bound of a set view or variable. More...
 
template<class Char , class Traits , class IL , class IU >
void Gecode::Set::print (std::basic_ostream< Char, Traits > &s, bool assigned, IL &lb, IU &ub, unsigned int cardMin, unsigned int cardMax)
 Print set view. More...
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & Gecode::Set::operator<< (std::basic_ostream< Char, Traits > &os, const SetView &x)
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & Gecode::Set::operator<< (std::basic_ostream< Char, Traits > &os, const EmptyView &)
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & Gecode::Set::operator<< (std::basic_ostream< Char, Traits > &os, const UniverseView &)
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & Gecode::Set::operator<< (std::basic_ostream< Char, Traits > &os, const ConstSetView &x)
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & Gecode::Set::operator<< (std::basic_ostream< Char, Traits > &os, const SingletonView &x)