24#ifndef __SYSTEMC_EXT_TLM_UTILS_PEQ_WITH_GET_H__
25#define __SYSTEMC_EXT_TLM_UTILS_PEQ_WITH_GET_H__
37template <
class PAYLOAD>
93 std::multimap<const sc_core::sc_time, transaction_type *>
const char * name() const
transaction_type * get_next_transaction()
peq_with_get(const char *name)
void notify(transaction_type &trans)
sc_core::sc_event m_event
std::pair< const sc_core::sc_time, transaction_type * > pair_type
sc_core::sc_event & get_event()
std::multimap< const sc_core::sc_time, transaction_type * > m_scheduled_events
void notify(transaction_type &trans, const sc_core::sc_time &t)
const sc_time & sc_time_stamp()