This is the complete list of members for gem5::IntSinkPinBase, including all inherited members.
_connected | gem5::Port | protected |
_number | gem5::IntSinkPinBase | private |
_onChange | gem5::SignalSinkPort< bool > | private |
_peer | gem5::Port | protected |
_source | gem5::SignalSinkPort< bool > | private |
_state | gem5::SignalSinkPort< bool > | private |
bind(Port &peer) override | gem5::SignalSinkPort< bool > | inlinevirtual |
getId() const | gem5::Port | inline |
getPeer() | gem5::Port | inline |
id | gem5::Port | protected |
IntSinkPinBase(const std::string &_name, PortID _id, Device *dev, int num) | gem5::IntSinkPinBase | inline |
IntSinkPinBase(const std::string &_name, PortID _id, Device *dev) | gem5::IntSinkPinBase | inline |
IntSinkPinBase(const std::string &_name, PortID _id, int num) | gem5::IntSinkPinBase | inline |
IntSinkPinBase(const std::string &_name, PortID _id) | gem5::IntSinkPinBase | inline |
isConnected() const | gem5::Port | inline |
name() const | gem5::Port | inline |
number() | gem5::IntSinkPinBase | inline |
onChange(OnChangeFunc func) | gem5::SignalSinkPort< bool > | inline |
OnChangeFunc typedef | gem5::SignalSinkPort< bool > | |
Port(const std::string &_name, PortID _id) | gem5::Port | protected |
portName | gem5::Port | private |
reportUnbound() const | gem5::Port | protected |
set(const bool &new_state, const bool bypass_on_change=false) | gem5::SignalSinkPort< bool > | inlineprotected |
SignalSinkPort(const std::string &_name, PortID _id=InvalidPortID) | gem5::SignalSinkPort< bool > | inline |
SignalSourcePort< State > | gem5::SignalSinkPort< bool > | private |
state() const | gem5::SignalSinkPort< bool > | inline |
takeOverFrom(Port *old) | gem5::Port | inline |
unbind() override | gem5::SignalSinkPort< bool > | inlinevirtual |
~Port() | gem5::Port | virtual |