gem5  v20.1.0.0
Public Types | Public Member Functions | List of all members
tlm::tlm_nonblocking_peek_port< T > Class Template Reference

#include <nonblocking_port.hh>

Inheritance diagram for tlm::tlm_nonblocking_peek_port< T >:
sc_core::sc_port< tlm_nonblocking_peek_if< T >, 1 > sc_core::sc_port_b< tlm_nonblocking_peek_if< T > > sc_core::sc_port_base sc_core::sc_object

Public Types

typedef tlm_nonblocking_peek_if< T > peek_if_type
 

Public Member Functions

 tlm_nonblocking_peek_port (const char *port_name)
 
sc_core::sc_event_finderok_to_peek () const
 
- Public Member Functions inherited from sc_core::sc_port< tlm_nonblocking_peek_if< T >, 1 >
 sc_port ()
 
 sc_port (const char *name)
 
 sc_port (const tlm_nonblocking_peek_if< T > &interface)
 
 sc_port (const char *name, const tlm_nonblocking_peek_if< T > &interface)
 
 sc_port (sc_port_b< tlm_nonblocking_peek_if< T > > &parent)
 
 sc_port (const char *name, sc_port_b< tlm_nonblocking_peek_if< T > > &parent)
 
 sc_port (sc_port< tlm_nonblocking_peek_if< T >, N, SC_ONE_OR_MORE_BOUND > &parent)
 
 sc_port (const char *name, sc_port< tlm_nonblocking_peek_if< T >, N, SC_ONE_OR_MORE_BOUND > &parent)
 
virtual ~sc_port ()
 
virtual const char * kind () const override
 
- Public Member Functions inherited from sc_core::sc_port_b< tlm_nonblocking_peek_if< T > >
void operator() (tlm_nonblocking_peek_if< T > &i)
 
void operator() (sc_port_b< tlm_nonblocking_peek_if< T > > &p)
 
virtual void bind (tlm_nonblocking_peek_if< T > &i)
 
virtual void bind (sc_port_b< tlm_nonblocking_peek_if< T > > &p)
 
tlm_nonblocking_peek_if< T > * operator-> ()
 
const tlm_nonblocking_peek_if< T > * operator-> () const
 
tlm_nonblocking_peek_if< T > * operator[] (int n)
 
const tlm_nonblocking_peek_if< T > * operator[] (int n) const
 
sc_interfaceget_interface ()
 
const sc_interfaceget_interface () const
 
- Public Member Functions inherited from sc_core::sc_port_base
 sc_port_base (const char *name, int n, sc_port_policy p)
 
virtual ~sc_port_base ()
 
void warn_port_constructor () const
 
int maxSize () const
 
int size () const
 
const char * kind () const
 
- Public Member Functions inherited from sc_core::sc_object
const char * name () const
 
const char * basename () const
 
virtual void print (std::ostream &=std::cout) const
 
virtual void dump (std::ostream &=std::cout) const
 
virtual const std::vector< sc_object * > & get_child_objects () const
 
virtual const std::vector< sc_event * > & get_child_events () const
 
sc_objectget_parent_object () const
 
bool add_attribute (sc_attr_base &)
 
sc_attr_baseget_attribute (const std::string &)
 
sc_attr_baseremove_attribute (const std::string &)
 
void remove_all_attributes ()
 
int num_attributes () const
 
sc_attr_cltnattr_cltn ()
 
const sc_attr_cltnattr_cltn () const
 
sc_simcontextsimcontext () const
 

Additional Inherited Members

- Protected Member Functions inherited from sc_core::sc_port_b< tlm_nonblocking_peek_if< T > >
void before_end_of_elaboration () override
 
void end_of_elaboration () override
 
void start_of_simulation () override
 
void end_of_simulation () override
 
 sc_port_b (int n, sc_port_policy p)
 
 sc_port_b (const char *name, int n, sc_port_policy p)
 
virtual ~sc_port_b ()
 
int vbind (sc_interface &i) override
 
int vbind (sc_port_base &pb) override
 
- Protected Member Functions inherited from sc_core::sc_port_base
void bind (sc_interface &)
 
void bind (sc_port_base &)
 
void report_error (const char *id, const char *add_msg) const
 
- Protected Member Functions inherited from sc_core::sc_object
 sc_object ()
 
 sc_object (const char *)
 
 sc_object (const sc_object &)
 
sc_objectoperator= (const sc_object &)
 
virtual ~sc_object ()
 

Detailed Description

template<typename T>
class tlm::tlm_nonblocking_peek_port< T >

Definition at line 66 of file nonblocking_port.hh.

Member Typedef Documentation

◆ peek_if_type

Definition at line 70 of file nonblocking_port.hh.

Constructor & Destructor Documentation

◆ tlm_nonblocking_peek_port()

template<typename T >
tlm::tlm_nonblocking_peek_port< T >::tlm_nonblocking_peek_port ( const char *  port_name)
inline

Definition at line 72 of file nonblocking_port.hh.

Member Function Documentation

◆ ok_to_peek()

template<typename T >
sc_core::sc_event_finder& tlm::tlm_nonblocking_peek_port< T >::ok_to_peek ( ) const
inline

Definition at line 77 of file nonblocking_port.hh.

References tlm::tlm_nonblocking_put_if< T >::ok_to_put().


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

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