Halide 20.0.0
Halide compiler and libraries
Halide::Internal::WarningReport Struct Referencefinal

#include <Error.h>

Inheritance diagram for Halide::Internal::WarningReport:
Halide::Internal::ReportBase< WarningReport >

Public Member Functions

WarningReportinit (const char *file, const char *function, const int line, const char *condition_string)
 
void issue ()
 
- Public Member Functions inherited from Halide::Internal::ReportBase< WarningReport >
HALIDE_ALWAYS_INLINE WarningReportoperator<< (const S &x)
 
HALIDE_ALWAYS_INLINE operator bool () const
 

Additional Inherited Members

- Protected Member Functions inherited from Halide::Internal::ReportBase< WarningReport >
std::string finalize_message ()
 
WarningReportinit (const char *file, const char *function, const int line, const char *condition_string, const char *prefix)
 
- Protected Attributes inherited from Halide::Internal::ReportBase< WarningReport >
std::ostringstream msg
 
bool finalized
 

Detailed Description

Definition at line 174 of file Error.h.

Member Function Documentation

◆ init()

WarningReport & Halide::Internal::WarningReport::init ( const char *  file,
const char *  function,
const int  line,
const char *  condition_string 
)
inline

Definition at line 175 of file Error.h.

◆ issue()

void Halide::Internal::WarningReport::issue ( )
inline

Definition at line 179 of file Error.h.

References Halide::Internal::issue_warning().


The documentation for this struct was generated from the following file: