gem5 v24.0.0.0
|
Public Member Functions | |
entry (T *content) | |
Public Attributes | |
T * | that |
entry * | next |
Definition at line 25 of file extensionPool.h.
|
inline |
Definition at line 27 of file extensionPool.h.
References ExtensionPool< T >::entry::next, and ExtensionPool< T >::entry::that.
entry* ExtensionPool< T >::entry::next |
Definition at line 32 of file extensionPool.h.
Referenced by ExtensionPool< T >::construct(), ExtensionPool< T >::entry::entry(), and ExtensionPool< T >::~ExtensionPool().
T* ExtensionPool< T >::entry::that |
Definition at line 31 of file extensionPool.h.
Referenced by ExtensionPool< T >::construct(), ExtensionPool< T >::entry::entry(), and ExtensionPool< T >::ExtensionPool().