|
ReUseX
0.0.1
3D Point Cloud Processing for Building Reuse
|
#include <spdmon.hpp>
Public Member Functions | |
| IterableProgressMonitor (Iterable iter, std::string name="Progress logger") | |
| const IterableProgressMonitor & | begin () const |
| const IterableProgressMonitor & | end () const |
| bool | operator!= (const IterableProgressMonitor &) const |
| void | operator++ () |
| auto | operator* () const -> std::pair< std::shared_ptr< spdlog::logger >, decltype(*begin_)> |
Definition at line 660 of file spdmon.hpp.
|
inline |
Definition at line 669 of file spdmon.hpp.
References begin(), and end().
Referenced by begin(), end(), and operator!=().
|
inline |
Definition at line 675 of file spdmon.hpp.
References IterableProgressMonitor().
Referenced by IterableProgressMonitor().
|
inline |
Definition at line 677 of file spdmon.hpp.
References IterableProgressMonitor().
Referenced by IterableProgressMonitor().
|
inline |
Definition at line 679 of file spdmon.hpp.
References IterableProgressMonitor().
|
inline |
Definition at line 689 of file spdmon.hpp.
|
inline |
Definition at line 683 of file spdmon.hpp.