gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
tlm_utils::time_ordered_list< PAYLOAD >::element Struct Reference

#include <peq_with_cb_and_phase.h>

Public Member Functions

 element (PAYLOAD &p, sc_core::sc_time t, sc_dt::uint64 d)
 
 element ()
 

Public Attributes

struct elementnext
 
PAYLOAD p
 
sc_core::sc_time t
 
sc_dt::uint64 d
 

Detailed Description

template<typename PAYLOAD>
struct tlm_utils::time_ordered_list< PAYLOAD >::element

Definition at line 73 of file peq_with_cb_and_phase.h.

Constructor & Destructor Documentation

◆ element() [1/2]

template<typename PAYLOAD >
tlm_utils::time_ordered_list< PAYLOAD >::element::element ( PAYLOAD &  p,
sc_core::sc_time  t,
sc_dt::uint64  d 
)
inline

Definition at line 96 of file peq_with_cb_and_phase.h.

◆ element() [2/2]

template<typename PAYLOAD >
tlm_utils::time_ordered_list< PAYLOAD >::element::element ( )
inline

Member Data Documentation

◆ d

template<typename PAYLOAD >
sc_dt::uint64 tlm_utils::time_ordered_list< PAYLOAD >::element::d

Definition at line 95 of file peq_with_cb_and_phase.h.

◆ next

template<typename PAYLOAD >
struct element* tlm_utils::time_ordered_list< PAYLOAD >::element::next

Definition at line 92 of file peq_with_cb_and_phase.h.

◆ p

template<typename PAYLOAD >
PAYLOAD tlm_utils::time_ordered_list< PAYLOAD >::element::p

Definition at line 93 of file peq_with_cb_and_phase.h.

◆ t

template<typename PAYLOAD >
sc_core::sc_time tlm_utils::time_ordered_list< PAYLOAD >::element::t

Definition at line 94 of file peq_with_cb_and_phase.h.


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

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