Halide 21.0.0
Halide compiler and libraries
|
#include <Scope.h>
Public Member Functions | |
ScopedBinding (Scope<> &s, const std::string &n) | |
ScopedBinding (bool condition, Scope<> &s, const std::string &n) | |
~ScopedBinding () | |
ScopedBinding (const ScopedBinding &that)=delete | |
ScopedBinding (ScopedBinding &&that) noexcept | |
void | operator= (const ScopedBinding &that)=delete |
void | operator= (ScopedBinding &&that)=delete |
bool | bound () const |
Public Attributes | |
Scope * | scope |
Scope ::PushToken | token |
|
inline |
Definition at line 368 of file Scope.h.
Referenced by operator=(), operator=(), ScopedBinding(), and ScopedBinding().
|
inline |
|
inline |
|
delete |
References ScopedBinding().
|
inlinenoexcept |
Definition at line 383 of file Scope.h.
References ScopedBinding().
|
delete |
References ScopedBinding().
|
delete |
References ScopedBinding().
|
inline |
Scope* Halide::Internal::ScopedBinding< void >::scope |
Definition at line 366 of file Scope.h.
Referenced by ScopedBinding(), ScopedBinding(), and ~ScopedBinding().
Scope ::PushToken Halide::Internal::ScopedBinding< void >::token |
Definition at line 367 of file Scope.h.
Referenced by ScopedBinding(), ScopedBinding(), and ~ScopedBinding().