|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
控制台输入输出工具 更多...
类 | |
| class | sys_console |
| 系统控制台单例类 更多... | |
函数 | |
| template<typename... Args> | |
| void | print (Args &&... args) |
| 打印多个值 | |
| template<typename... Args> | |
| void | printc (const color &color, Args &&... args) |
| 带颜色打印多个值 | |
| template<typename... Args> | |
| void | println (Args &&... args) |
| 打印多个值并换行 | |
| template<typename... Args> | |
| void | printcln (const color &color, Args &&... args) |
| 带颜色打印多个值并换行 | |
| template<typename... Args> | |
| void | printf (const string_view fmt, Args &&... args) |
| 格式化打印 | |
| template<typename... Args> | |
| void | printfln (const string_view fmt, Args &&... args) |
| 格式化打印并换行 | |
| template<typename... Args> | |
| void | printcf (const color &color, const string_view fmt, Args &&... args) |
| 格式化颜色打印 | |
| template<typename... Args> | |
| void | printcfln (const color &color, const string_view fmt, Args &&... args) |
| 格式化颜色打印并换行 | |
变量 | |
| NEFORCE_API sys_console & | console |
| 全局控制台实例 | |
控制台输入输出工具