#include <contactlistanswer.h>
Inheritance diagram for ContactListAnswer:

Public Member Functions | |
| ContactListAnswer () | |
| Default constructor. | |
| ContactListAnswer (const std::string &description, const ContactList &list) | |
| Constructor. | |
| ~ContactListAnswer () | |
| Destructor. | |
| void | addContact (const Contact &contact) |
| Add a contact to the list. | |
| ContactList | getContactList () const |
| Returns the contact list. | |
| std::string | toString () const |
| Returns a BaseMessage string represention. | |
| void | processMessage () const |
| Process message instructions. | |
| ContactListAnswer & | copy () const |
| Returns a copy of this message. | |
Yves Houpert <yves.houpert@insa-rouen.fr>
|
||||||||||||
|
Constructor.
|
|
|
Add a contact to the list.
|
|
|
Returns a copy of this message.
Implements BaseMessage. |
|
|
Returns the contact list.
|
|
|
Returns a BaseMessage string represention.
Reimplemented from Answer. |
1.4.6