libdcp
|
Public Member Functions | |
Wrap (Formatter *formatter, std::string const &close) | |
Wrap (Formatter *formatter, std::string const &close, std::function< void()> closer) | |
Wrap (Wrap &&other) | |
Private Attributes | |
Formatter * | _formatter = nullptr |
std::string | _close |
std::function< void()> | _closer = nullptr |
Definition at line 39 of file verify_report.h.