tudocomp
– The TU Dortmund Compression Framework
InputRestrictions.hpp File Reference
#include <tudocomp/util.hpp>

Go to the source code of this file.

Classes

class  tdc::io::InputRestrictions
 Describes a set of restrictions placed on input data. More...
 

Namespaces

 tdc
 Contains the text compression and encoding framework.
 
 tdc::io
 Contains I/O abstractions and utilities.
 

Functions

std::ostream & tdc::io::operator<< (std::ostream &o, const InputRestrictions &v)
 
InputRestrictions tdc::io::operator| (const InputRestrictions &a, const InputRestrictions &b)
 Merges two InpuTrestrictions to a combined set of restrictions. More...
 
InputRestrictions & tdc::io::operator|= (InputRestrictions &a, const InputRestrictions &b)
 Merges two InpuTrestrictions to a combined set of restrictions. More...
 
bool tdc::io::operator== (const InputRestrictions &lhs, const InputRestrictions &rhs)
 
bool tdc::io::operator!= (const InputRestrictions &lhs, const InputRestrictions &rhs)