#include <func.h>
Inheritance diagram for punnets_common::func_deriveq_base::message_set_lambda:

Public Methods | |
| virtual const char * | getMessageId () const |
Definition at line 146 of file func.h.
|
|
Returns the pointer of a string that represents the class. The pointer must be same for any instance of a given class. A function can check the type of the message by comparing the pointer. Implements punnets_common::message_base. Definition at line 152 of file func.h.
00152 { return messageId; }
|
1.2.18