Go to the source code of this file.
|
| tdc |
| Contains the text compression and encoding framework.
|
|
| tdc::io |
| Contains I/O abstractions and utilities.
|
|
|
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) |
|