gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
DependencyEntry< DynInstPtr > Class Template Reference

Node in a linked list. More...

#include <dep_graph.hh>

Public Member Functions

 DependencyEntry ()
 

Public Attributes

DynInstPtr inst
 
DependencyEntry< DynInstPtr > * next
 

Detailed Description

template<class DynInstPtr>
class DependencyEntry< DynInstPtr >

Node in a linked list.

Definition at line 48 of file dep_graph.hh.

Constructor & Destructor Documentation

◆ DependencyEntry()

template<class DynInstPtr >
DependencyEntry< DynInstPtr >::DependencyEntry ( )
inline

Definition at line 51 of file dep_graph.hh.

Member Data Documentation

◆ inst

template<class DynInstPtr >
DynInstPtr DependencyEntry< DynInstPtr >::inst

◆ next

template<class DynInstPtr >
DependencyEntry<DynInstPtr>* DependencyEntry< DynInstPtr >::next

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

Generated on Wed Sep 30 2020 14:02:23 for gem5 by doxygen 1.8.17