#include <QueryMessage.h>
Inheritance diagram for net::QueryMessage:
Public Member Functions | |
QueryMessage () | |
Constructor for QueryMessage. | |
QueryMessage (Message *aMsg) | |
Copy constructor. | |
void | SetCommand (string aCommand) |
Set the command. | |
void | AppendParameter (string aParameter) |
Append a parameter to the list of parameters. | |
string | GetCommand () |
Gets the current command. | |
vector< string > | GetParameters () |
Get a vector containing all the parameters. | |
string | getData (void) |
Get the QueryMessage as a string which can be send over the network. |
|
Copy constructor.
|
|
Append a parameter to the list of parameters.
|
|
Gets the current command.
|
|
Get the QueryMessage as a string which can be send over the network.
Reimplemented from net::Message. |
|
Get a vector containing all the parameters.
|
|
Set the command.
|