|
ReUseX
0.0.1
3D Point Cloud Processing for Building Reuse
|
Classes | |
| class | BaseProgress |
| class | Progress |
| class | StatusLineRegistry |
| class | StatusLine |
| class | SigwinchMixin |
| class | TerminalSink |
| class | LoggerProgress |
| class | IterableProgressMonitor |
Typedefs | |
| using | terminal_stdout_sink_mt = TerminalSink<spdlog::details::console_mutex> |
| using | terminal_stdout_sink_st |
| using | terminal_stderr_sink_mt = TerminalSink<spdlog::details::console_mutex> |
| using | terminal_stderr_sink_st |
Functions | |
| template<typename Factory = spdlog::default_factory> | |
| std::shared_ptr< spdlog::logger > | stdout_terminal_mt (const std::string &logger_name) |
| template<typename Factory = spdlog::default_factory> | |
| std::shared_ptr< spdlog::logger > | stderr_terminal_mt (const std::string &logger_name) |
| template<typename Factory = spdlog::default_factory> | |
| std::shared_ptr< spdlog::logger > | stdout_terminal_st (const std::string &logger_name) |
| template<typename Factory = spdlog::default_factory> | |
| std::shared_ptr< spdlog::logger > | stderr_terminal_st (const std::string &logger_name) |
| template<typename Iterable> | |
| auto | LogProgress (Iterable &&iter) -> IterableProgressMonitor< Iterable > |
Variables | |
| static const char * | kBarSymsUnicode [] |
| static const char * | kBarSymsAscii [] |
| using spdmon::terminal_stderr_sink_mt = TerminalSink<spdlog::details::console_mutex> |
Definition at line 553 of file spdmon.hpp.
Definition at line 554 of file spdmon.hpp.
| using spdmon::terminal_stdout_sink_mt = TerminalSink<spdlog::details::console_mutex> |
Definition at line 550 of file spdmon.hpp.
Definition at line 551 of file spdmon.hpp.
| auto spdmon::LogProgress | ( | Iterable && | iter | ) | -> IterableProgressMonitor< Iterable > |
|
inline |
Definition at line 565 of file spdmon.hpp.
References stderr_terminal_mt().
Referenced by stderr_terminal_mt().
|
inline |
Definition at line 576 of file spdmon.hpp.
References stderr_terminal_st().
Referenced by stderr_terminal_st().
|
inline |
Definition at line 559 of file spdmon.hpp.
References stdout_terminal_mt().
Referenced by spdmon::LoggerProgress::LoggerProgress(), and stdout_terminal_mt().
|
inline |
Definition at line 571 of file spdmon.hpp.
References stdout_terminal_st().
Referenced by stdout_terminal_st().
|
static |
Definition at line 88 of file spdmon.hpp.
Referenced by spdmon::BaseProgress::BaseProgress().
|
static |
Definition at line 75 of file spdmon.hpp.
Referenced by spdmon::BaseProgress::BaseProgress().