Public Member Functions | Protected Attributes | List of all members
Port_Provides_impl< PortType, ComponentType > Class Template Reference

#include <Port_impl.h>

Public Member Functions

 Port_Provides_impl (ComponentType *_parent, std::string port_name)
 
 ~Port_Provides_impl ()
 
std::string getName ()
 

Protected Attributes

ComponentType * parent
 
std::string name
 

Constructor & Destructor Documentation

template<class PortType , class ComponentType >
Port_Provides_impl< PortType, ComponentType >::Port_Provides_impl ( ComponentType *  _parent,
std::string  port_name 
)
template<class PortType , class ComponentType >
Port_Provides_impl< PortType, ComponentType >::~Port_Provides_impl ( )

Member Function Documentation

template<class PortType , class ComponentType >
std::string Port_Provides_impl< PortType, ComponentType >::getName ( )

Member Data Documentation

template<class PortType , class ComponentType >
std::string Port_Provides_impl< PortType, ComponentType >::name
protected
template<class PortType , class ComponentType >
ComponentType* Port_Provides_impl< PortType, ComponentType >::parent
protected

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