Halide
Halide::CompileError Struct Reference

An error that occurs while compiling a Halide pipeline that Halide attributes to a user error. More...

#include <Error.h>

Inherits Halide::Error.

Public Member Functions

 CompileError (const char *msg)
 
 CompileError (const std::string &msg)
 
- Public Member Functions inherited from Halide::Error
 Error ()=delete
 
 Error (const char *msg)
 
 Error (const std::string &msg)
 
 Error (const Error &)
 
Erroroperator= (const Error &)
 
 Error (Error &&) noexcept
 
Erroroperator= (Error &&) noexcept
 
virtual ~Error ()
 
virtual const char * what () const noexcept
 

Detailed Description

An error that occurs while compiling a Halide pipeline that Halide attributes to a user error.

Definition at line 56 of file Error.h.

Constructor & Destructor Documentation

◆ CompileError() [1/2]

Halide::CompileError::CompileError ( const char *  msg)
explicit

◆ CompileError() [2/2]

Halide::CompileError::CompileError ( const std::string &  msg)
explicit

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