gem5  v20.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Public Member Functions | Private Attributes | List of all members
ExtensionPool< T > Class Template Reference

#include <extensionPool.h>

Classes

struct  entry
 

Public Member Functions

 ExtensionPool (int size)
 
 ~ExtensionPool ()
 
bool is_from (T *cont)
 
T * construct ()
 
void free (T *cont)
 

Private Attributes

entryunused
 
entryused
 
std::vector< T * > mine
 

Detailed Description

template<class T>
class ExtensionPool< T >

Definition at line 24 of file extensionPool.h.

Constructor & Destructor Documentation

◆ ExtensionPool()

template<class T>
ExtensionPool< T >::ExtensionPool ( int  size)
inline

Definition at line 36 of file extensionPool.h.

◆ ~ExtensionPool()

template<class T>
ExtensionPool< T >::~ExtensionPool ( )
inline

Definition at line 47 of file extensionPool.h.

Member Function Documentation

◆ construct()

template<class T>
T* ExtensionPool< T >::construct ( )
inline

Definition at line 75 of file extensionPool.h.

Referenced by MultiSocketSimpleSwitchAT::initiatorNBTransport().

◆ free()

template<class T>
void ExtensionPool< T >::free ( T *  cont)
inline

Definition at line 90 of file extensionPool.h.

Referenced by MultiSocketSimpleSwitchAT::fwPEQcb().

◆ is_from()

template<class T>
bool ExtensionPool< T >::is_from ( T *  cont)
inline

Definition at line 68 of file extensionPool.h.

Member Data Documentation

◆ mine

template<class T>
std::vector<T*> ExtensionPool< T >::mine
private

◆ unused

template<class T>
entry* ExtensionPool< T >::unused
private

◆ used

template<class T>
entry* ExtensionPool< T >::used
private

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

Generated on Thu May 28 2020 16:21:44 for gem5 by doxygen 1.8.13