Go to the documentation of this file. 28 #ifndef __SYSTEMC_CORE_LIST_HH__ 29 #define __SYSTEMC_CORE_LIST_HH__ 57 nextListNode =
nullptr;
58 prevListNode =
nullptr;
83 t->prevListNode =
this;
100 t->nextListNode =
this;
106 bool empty() {
return getNext() ==
nullptr; }
111 #endif //__SYSTEMC_CORE_LIST_HH__
Generated on Thu May 28 2020 16:21:35 for gem5 by doxygen 1.8.13