Answer Class Template Reference

#include <trilobot.h>

Inheritance diagram for Answer:

Inheritance graph
[legend]
Collaboration diagram for Answer:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<class DT>
class Answer< DT >

Definition at line 70 of file trilobot.h.


Public Member Functions

 Answer (const DT &value)
virtual ~Answer ()
void Write (IWriter &output)

Protected Member Functions

virtual void ImplWrite (IWriter &output)=0

Protected Attributes

DT m_value

Constructor & Destructor Documentation

Answer ( const DT &  value  )  [inline]

Definition at line 73 of file trilobot.h.

virtual ~Answer (  )  [inline, virtual]

Definition at line 77 of file trilobot.h.


Member Function Documentation

void Write ( IWriter output  )  [inline, inherited]

Definition at line 51 of file trilobot.h.

References IAnswer::ImplWrite().

Here is the call graph for this function:

virtual void ImplWrite ( IWriter output  )  [protected, pure virtual, inherited]

Implemented in AckAnswer.

Referenced by IAnswer::Write().

Here is the caller graph for this function:


Member Data Documentation

DT m_value [protected]

Definition at line 80 of file trilobot.h.


The documentation for this class was generated from the following file:
Generated on Fri Jul 10 22:42:07 2009 for rob08 by  doxygen 1.5.4