HAL
hal::BasePin< T > Member List

This is the complete list of members for hal::BasePin< T >, including all inherited members.

BasePin(const u32 id, const std::string &name, PinDirection direction, PinType type=PinType::none)hal::BasePin< T >inlineprotected
get_direction() consthal::BasePin< T >inline
get_group() consthal::BasePin< T >inline
get_hash() consthal::BasePin< T >inline
get_id() consthal::BasePin< T >inline
get_name() consthal::BasePin< T >inline
get_type() consthal::BasePin< T >inline
m_directionhal::BasePin< T >protected
m_grouphal::BasePin< T >protected
m_idhal::BasePin< T >protected
m_namehal::BasePin< T >protected
m_typehal::BasePin< T >protected
operator!=(const BasePin &other) consthal::BasePin< T >inline
operator==(const BasePin &other) consthal::BasePin< T >inline
set_direction(PinDirection direction)hal::BasePin< T >inline
set_name(const std::string &name)hal::BasePin< T >inline
set_type(PinType type)hal::BasePin< T >inline
~BasePin()=defaulthal::BasePin< T >virtual