#include <objectdesc.h>
Inheritance diagram for TPProto::ObjectDescription:

Public Member Functions | |
| ObjectDescription () | |
| Default constructor. | |
| virtual | ~ObjectDescription () |
| Destructor. | |
| void | packBuffer (Buffer *buf) |
| Pack into a Buffer, assert(0). | |
| bool | unpackBuffer (Buffer *buf) |
| Unpack this ObjectDescription from a Buffer. | |
| uint32_t | getObjectType () |
| Gets the object type number of this object description. | |
| std::string | getName () |
| Gets the name of this object description. /return The name of the object description. | |
| std::string | getDescription () |
| Gets the text description of this object description. /return The text description of the object description. | |
| std::list< ObjectParameterGroup * > | getParameterGroups () |
| Gets a copy of the ObjectParameterGroups in this object description. | |
| uint64_t | getLastModifiedTime () |
| Returns the timestamp of the last time this object description was modified. | |
| TPProto::ObjectDescription::~ObjectDescription | ( | ) | [virtual] |
Destructor.
Deletes the OrderParameters it contains.
| void TPProto::ObjectDescription::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::ObjectDescription::unpackBuffer | ( | Buffer * | buf | ) | [virtual] |
Unpack this ObjectDescription from a Buffer.
| buf | The Buffer to unpack out of. |
Implements TPProto::Frame.
| unsigned int TPProto::ObjectDescription::getObjectType | ( | ) |
Gets the object type number of this object description.
| std::list< ObjectParameterGroup * > TPProto::ObjectDescription::getParameterGroups | ( | ) |
Gets a copy of the ObjectParameterGroups in this object description.
| uint64_t TPProto::ObjectDescription::getLastModifiedTime | ( | ) |
Returns the timestamp of the last time this object description was modified.
1.5.1