#include <commanddesc.h>
Inheritance diagram for TPProto::CommandDescription:

Public Member Functions | |
| CommandDescription () | |
| Default constructor. | |
| virtual | ~CommandDescription () |
| Destructor. | |
| void | packBuffer (Buffer *buf) |
| Pack into a Buffer, assert(0). | |
| bool | unpackBuffer (Buffer *buf) |
| Unpack this CommandDescription from a Buffer. | |
| unsigned int | getCommandType () |
| Gets the command type number of this command description. | |
| std::string | getName () |
| Gets the name of this command description. | |
| std::string | getDescription () |
| Gets the text description of this command description. | |
| std::list< CommandParameter * > | getParameters () |
| Gets a copy of the CommandParameters in this command description. | |
| uint64_t | getLastModifiedTime () |
| Returns the timestamp of the last time this order description was modified. | |
| TPProto::CommandDescription::~CommandDescription | ( | ) | [virtual] |
Destructor.
Deletes the CommandParameters it contains.
| void TPProto::CommandDescription::packBuffer | ( | Buffer * | buf | ) | [virtual] |
Pack into a Buffer, assert(0).
This Frame is only received from the server and therefore does not get packed on the client side. assert(0) is called.
| buf | The Buffer, ignored. |
Implements TPProto::Frame.
| bool TPProto::CommandDescription::unpackBuffer | ( | Buffer * | buf | ) | [virtual] |
Unpack this CommandDescription from a Buffer.
| buf | The Buffer to unpack out of. |
Implements TPProto::Frame.
| unsigned int TPProto::CommandDescription::getCommandType | ( | ) |
Gets the command type number of this command description.
| std::string TPProto::CommandDescription::getName | ( | ) |
Gets the name of this command description.
| std::string TPProto::CommandDescription::getDescription | ( | ) |
Gets the text description of this command description.
| std::list< CommandParameter * > TPProto::CommandDescription::getParameters | ( | ) |
Gets a copy of the CommandParameters in this command description.
| uint64_t TPProto::CommandDescription::getLastModifiedTime | ( | ) |
Returns the timestamp of the last time this order description was modified.
1.5.1