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