Go to the documentation of this file. 30 #ifndef __SYSTEMC_CORE_LIST_HH__ 31 #define __SYSTEMC_CORE_LIST_HH__ 59 nextListNode =
nullptr;
60 prevListNode =
nullptr;
85 t->prevListNode =
this;
102 t->nextListNode =
this;
108 bool empty() {
return getNext() ==
nullptr; }
113 #endif //__SYSTEMC_CORE_LIST_HH__
Generated on Fri Feb 28 2020 16:27:03 for gem5 by doxygen 1.8.13