| MIXAL
    | 
The definition of special flags. More...
#include <iostream>Go to the source code of this file.
| Enumerations | |
| enum | mixal::ComparisonIndicator { LESS = -1, EQUAL = 0, GREATER = 1 } | 
| Functions | |
| std::ostream & | mixal::operator<< (std::ostream &os, ComparisonIndicator c) | 
The definition of special flags.
Definition in file flags.h.
| 
 | strong | 
| std::ostream & mixal::operator<< | ( | std::ostream & | os, | 
| ComparisonIndicator | c | ||
| ) | 
Output the name of comparision.
Definition at line 5 of file flags.cpp.
References mixal::operator<<().