class Report
Defined at line 26 of file ../../src/ui/scenic/lib/scenic/util/error_reporter.h
Helper class with RAII semantics. Invokes ErrorReporter::ReportError()
upon destruction.
Public Methods
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