Halide 18.0.0
Halide compiler and libraries
|
#include <linked_list.h>
Public Attributes | |
void * | value = nullptr |
EntryType * | prev_ptr = nullptr |
EntryType * | next_ptr = nullptr |
Definition at line 23 of file linked_list.h.
void* Halide::Runtime::Internal::LinkedList::EntryType::value = nullptr |
Definition at line 24 of file linked_list.h.
Definition at line 25 of file linked_list.h.
Referenced by Halide::Runtime::Internal::LinkedList::insert_after(), Halide::Runtime::Internal::LinkedList::pop_front(), and Halide::Runtime::Internal::LinkedList::prepend().
Definition at line 26 of file linked_list.h.
Referenced by Halide::Runtime::Internal::LinkedList::append(), Halide::Runtime::Internal::LinkedList::insert_before(), and Halide::Runtime::Internal::LinkedList::pop_back().