|
opynsim
Unofficial C++ Documentation
|
#include <liboscar/utilities/c_string_view.h>#include <iosfwd>#include <optional>#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | osc |
Enumerations | |
| enum class | osc::LogLevel { osc::trace = 0 , osc::debug , osc::info , osc::warn , osc::err , osc::critical , osc::off , osc::NUM_OPTIONS , osc::DEFAULT = info } |
Functions | |
| CStringView | osc::to_cstringview (LogLevel) |
| std::optional< LogLevel > | osc::try_parse_as_log_level (std::string_view) |
| std::ostream & | osc::operator<< (std::ostream &, LogLevel) |