![]() |
UtilsLite
Utilities for C++ programming
|
Console utility for formatted output with different message levels. More...
Go to the source code of this file.
Classes | |
class | Utils::Console |
Class to handle console output with different styles and levels. More... | |
Namespaces | |
namespace | Utils |
Typedefs | |
using | Utils::istream_type = std::basic_istream<char> |
Type for input stream. | |
using | Utils::ostream_type = std::basic_ostream<char> |
Type for output stream. | |
using | Utils::string = std::string |
Type for string. | |
Functions | |
string | Utils::basename (string_view filename) |
Get the base name of a file. | |
Console utility for formatted output with different message levels.