Halide 20.0.0
Halide compiler and libraries
|
#include <Error.h>
Public Member Functions | |
ReportBase (const char *file, const char *function, int line, const char *condition_string, const char *prefix) | |
HALIDE_ALWAYS_INLINE T & | ref () |
template<typename S > | |
HALIDE_ALWAYS_INLINE T & | operator<< (const S &x) |
Public Attributes | |
std::ostringstream | msg |
Protected Member Functions | |
std::string | finalize_message () |
|
inline |
Definition at line 128 of file Error.h.
References Halide::Internal::debug_is_active_impl().
|
inline |
|
inline |
|
inlineprotected |
std::ostringstream Halide::Internal::ReportBase< T >::msg |