SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_core::sc_event_expr< T > Class Template Reference

The event expression class. More...

#include <sysc/kernel/sc_event.h>

Public Member Functions

 sc_event_expr (sc_event_expr const &e)
 
T const & release () const
 
void push_back (sc_event const &e) const
 
void push_back (type const &el) const
 
 operator T const & () const
 
 ~sc_event_expr ()
 

Friends

class sc_event
 
class sc_event_and_list
 
class sc_event_or_list
 

Detailed Description

template<typename T>
class sc_core::sc_event_expr< T >

The event expression class.

Definition at line 68 of file sc_event.h.

Constructor & Destructor Documentation

◆ sc_event_expr()

template<typename T>
sc_core::sc_event_expr< T >::sc_event_expr ( sc_event_expr< T > const &  e)
inline

Definition at line 82 of file sc_event.h.

◆ ~sc_event_expr()

template<typename T>
sc_core::sc_event_expr< T >::~sc_event_expr ( )
inline

Definition at line 112 of file sc_event.h.

Member Function Documentation

◆ operator T const &()

template<typename T>
sc_core::sc_event_expr< T >::operator T const & ( ) const
inline

Definition at line 107 of file sc_event.h.

◆ push_back() [1/2]

template<typename T>
void sc_core::sc_event_expr< T >::push_back ( sc_event const &  e) const
inline

Definition at line 96 of file sc_event.h.

◆ push_back() [2/2]

template<typename T>
void sc_core::sc_event_expr< T >::push_back ( type const &  el) const
inline

Definition at line 102 of file sc_event.h.

◆ release()

template<typename T>
T const& sc_core::sc_event_expr< T >::release ( ) const
inline

Definition at line 88 of file sc_event.h.

Friends And Related Function Documentation

◆ sc_event

template<typename T>
friend class sc_event
friend

Definition at line 70 of file sc_event.h.

◆ sc_event_and_list

template<typename T>
friend class sc_event_and_list
friend

Definition at line 71 of file sc_event.h.

◆ sc_event_or_list

template<typename T>
friend class sc_event_or_list
friend

Definition at line 72 of file sc_event.h.


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