#include <ServerMessage.h>
Inheritance diagram for ServerMessage:

Public Member Functions | |
| virtual | ~ServerMessage ()=0 |
| Pure virtual destructor so ServerMessage objects cannot be instantiated directly. | |
Protected Member Functions | |
| ServerMessage (Loki::Int2Type< BambooLib::requestElement >, MessageAction a) | |
| Constructor for building a request ServerMessage with and MessageAction a. | |
| ServerMessage (Loki::Int2Type< BambooLib::responseElement >, MessageAction a) | |
| Constructor for building a response ServerMessage with and MessageAction a. | |
The server builds these messages based on the responses received from the master Fountain node. Which is why most of these functions take a ParseMsg pointer as an argument.
|
||||||||||||
|
Constructor for building a request ServerMessage with and MessageAction a.
|
|
||||||||||||
|
Constructor for building a response ServerMessage with and MessageAction a.
|
1.4.6