class Report
Defined at line 24 of file ../../src/ui/scenic/lib/scenic/util/error_reporter.h
Helper class with RAII semantics. Invokes ErrorReporter::ReportError()
upon destruction.
Public Methods
void Report (const Report & )
Defined at line 27 of file ../../src/ui/scenic/lib/scenic/util/error_reporter.h
Report & operator= (const Report & )
Defined at line 28 of file ../../src/ui/scenic/lib/scenic/util/error_reporter.h
template <typename T>
Report & operator<< (const T & val)
Append the value to the output stream.
Defined at line 33 of file ../../src/ui/scenic/lib/scenic/util/error_reporter.h
Report & operator<< (const zx::time & val)
Defined at line 38 of file ../../src/ui/scenic/lib/scenic/util/error_reporter.h
Report & operator<< (const zx::duration & val)
Defined at line 43 of file ../../src/ui/scenic/lib/scenic/util/error_reporter.h
void Report (Report && report)
Defined at line 46 of file ../../src/ui/scenic/lib/scenic/util/error_reporter.cc
void ~Report ()
Defined at line 49 of file ../../src/ui/scenic/lib/scenic/util/error_reporter.cc
Friends
class ErrorReporter