21 #define MODERN_STL_STREAMS 71 REPOSITORY = (1 << 13),
79 static type
const ANY;
89 static Debug::type
value(std::string
const& val);
94 static void showLevel(std::ostream& o, type level) noexcept;
97 static void showTags(std::ostream& o) noexcept;
99 friend std::ostream& operator<<(std::ostream& os, Debug::type level ) noexcept;
101 static std::string str( Debug::type level ) noexcept;
107 void operator|=(Debug::type& d1, Debug::type d2) noexcept
109 d1 = static_cast<Debug::type>(d1 | d2);
113 #include "DebugStream.h" 115 std::ostream& operator<<(std::ostream& o, Debug::type t) noexcept;
static Debug::type value(std::string const &val)
Definition: Debug.cc:67
static void showLevel(std::ostream &o, type level) noexcept
Definition: Debug.cc:110
static void showTags(std::ostream &o) noexcept
Definition: Debug.cc:121