Halide 19.0.0
Halide compiler and libraries
|
Iterate through the scope. More...
#include <Scope.h>
Public Member Functions | |
const_iterator (const typename std::map< std::string, SmallStack< T > >::const_iterator &i) | |
const_iterator ()=default | |
bool | operator!= (const const_iterator &other) |
void | operator++ () |
const std::string & | name () |
const SmallStack< T > & | stack () |
template<typename T2 = T, typename = typename std::enable_if<!std::is_same<T2, void>::value>::type> | |
const T2 & | value () |
Iterate through the scope.
Does not capture any containing scope.
|
inlineexplicit |
|
default |
|
inline |
|
inline |
|
inline |
Definition at line 277 of file Scope.h.
Referenced by Halide::Internal::operator<<().
|
inline |
|
inline |