Inheritance diagram for IT_Bus::InParamImpl< T >:
Definition at line 80 of file param.h.
Public Member Functions | |
InParamImpl (const String ¶m_name, const T &value) | |
virtual void | write (MessageWriter &writer) const throw ((SerializationException)) |
virtual const String & | get_name () const |
InParamImpl (const String ¶m_name, const T &value) | |
virtual | ~InParamImpl () |
virtual void | write (MessageWriter &writer) const throw ((SerializationException)) |
virtual const String & | get_name () const |
Protected Attributes | |
String | m_name |
const T & | m_value |
const T & | m_value |