gem5 v25.0.0.1
Loading...
Searching...
No Matches
ExtensionPool< T >::entry Struct Reference

Public Member Functions

 entry (T *content)

Public Attributes

T * that
entrynext

Detailed Description

template<class T>
struct ExtensionPool< T >::entry

Definition at line 25 of file extensionPool.h.

Constructor & Destructor Documentation

◆ entry()

template<class T>
ExtensionPool< T >::entry::entry ( T * content)
inline

Definition at line 27 of file extensionPool.h.

References next, and that.

Member Data Documentation

◆ next

template<class T>
entry* ExtensionPool< T >::entry::next

Definition at line 32 of file extensionPool.h.

Referenced by entry().

◆ that

template<class T>
T* ExtensionPool< T >::entry::that

Definition at line 31 of file extensionPool.h.

Referenced by entry().


The documentation for this struct was generated from the following file:

Generated on Sat Oct 18 2025 08:06:48 for gem5 by doxygen 1.14.0