sc_core::sc_in_resolved Class Reference

#include <sc_signal_resolved_ports.h>

Inheritance diagram for sc_core::sc_in_resolved:

sc_core::sc_in< sc_dt::sc_logic > sc_core::sc_port< IF, N > sc_core::sc_port_b< IF > sc_core::sc_port_base sc_core::sc_object List of all members.

Public Types

typedef sc_dt::sc_logic data_type
typedef sc_in_resolved this_type
typedef sc_in< data_typebase_type
typedef base_type::in_if_type in_if_type
typedef base_type::in_port_type in_port_type
typedef base_type::inout_port_type inout_port_type

Public Member Functions

 sc_in_resolved ()
 sc_in_resolved (const char *name_)
 sc_in_resolved (const in_if_type &interface_)
 sc_in_resolved (const char *name_, const in_if_type &interface_)
 sc_in_resolved (in_port_type &parent_)
 sc_in_resolved (const char *name_, in_port_type &parent_)
 sc_in_resolved (inout_port_type &parent_)
 sc_in_resolved (const char *name_, inout_port_type &parent_)
 sc_in_resolved (this_type &parent_)
 sc_in_resolved (const char *name_, this_type &parent_)
virtual ~sc_in_resolved ()
virtual void end_of_elaboration ()
virtual const char * kind () const

Private Member Functions

 sc_in_resolved (const this_type &)
this_typeoperator= (const this_type &)

Member Typedef Documentation

typedef sc_dt::sc_logic sc_core::sc_in_resolved::data_type

Reimplemented from sc_core::sc_in< sc_dt::sc_logic >.

typedef sc_in_resolved sc_core::sc_in_resolved::this_type

Reimplemented from sc_core::sc_in< sc_dt::sc_logic >.

typedef sc_in<data_type> sc_core::sc_in_resolved::base_type

Reimplemented from sc_core::sc_in< sc_dt::sc_logic >.

typedef base_type::in_if_type sc_core::sc_in_resolved::in_if_type

Reimplemented from sc_core::sc_in< sc_dt::sc_logic >.

typedef base_type::in_port_type sc_core::sc_in_resolved::in_port_type

Reimplemented from sc_core::sc_in< sc_dt::sc_logic >.

typedef base_type::inout_port_type sc_core::sc_in_resolved::inout_port_type

Reimplemented from sc_core::sc_in< sc_dt::sc_logic >.


Constructor & Destructor Documentation

sc_core::sc_in_resolved::sc_in_resolved (  )  [inline]

sc_core::sc_in_resolved::sc_in_resolved ( const char *  name_  )  [inline, explicit]

sc_core::sc_in_resolved::sc_in_resolved ( const in_if_type interface_  )  [inline, explicit]

sc_core::sc_in_resolved::sc_in_resolved ( const char *  name_,
const in_if_type interface_ 
) [inline]

sc_core::sc_in_resolved::sc_in_resolved ( in_port_type parent_  )  [inline, explicit]

sc_core::sc_in_resolved::sc_in_resolved ( const char *  name_,
in_port_type parent_ 
) [inline]

sc_core::sc_in_resolved::sc_in_resolved ( inout_port_type parent_  )  [inline, explicit]

sc_core::sc_in_resolved::sc_in_resolved ( const char *  name_,
inout_port_type parent_ 
) [inline]

sc_core::sc_in_resolved::sc_in_resolved ( this_type parent_  )  [inline]

sc_core::sc_in_resolved::sc_in_resolved ( const char *  name_,
this_type parent_ 
) [inline]

virtual sc_core::sc_in_resolved::~sc_in_resolved (  )  [inline, virtual]

sc_core::sc_in_resolved::sc_in_resolved ( const this_type  )  [private]


Member Function Documentation

void sc_core::sc_in_resolved::end_of_elaboration (  )  [virtual]

Reimplemented from sc_core::sc_in< sc_dt::sc_logic >.

virtual const char* sc_core::sc_in_resolved::kind (  )  const [inline, virtual]

Reimplemented from sc_core::sc_in< sc_dt::sc_logic >.

this_type& sc_core::sc_in_resolved::operator= ( const this_type  )  [private]

Reimplemented from sc_core::sc_in< sc_dt::sc_logic >.


The documentation for this class was generated from the following files:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page