|
std::istream & | flow::log::operator>> (std::istream &is, Verbosity_config &val) |
| Deserializes a Verbosity_config from a standard input stream by invoking val.parse(is) . More...
|
|
std::ostream & | flow::log::operator<< (std::ostream &os, const Verbosity_config &val) |
| Serializes a Verbosity_config to a standard output stream. More...
|
|
bool | flow::log::operator== (const Verbosity_config &val1, const Verbosity_config &val2) |
| Checks for exact equality of two Verbosity_config objects. More...
|
|
bool | flow::log::operator!= (const Verbosity_config &val1, const Verbosity_config &val2) |
| Returns !(val1 == val2) . More...
|
|