#include <component.h>
Inheritance diagram for TPProto::Component:

Public Member Functions | |
| Component () | |
| Default constructor. | |
| virtual | ~Component () |
| Required virtual destructor. | |
| void | packBuffer (Buffer *buf) |
| Pack into a Buffer, asserts. | |
| bool | unpackBuffer (Buffer *buf) |
| Unpack from a Buffer. Unpacks the Component frame from the buffer. | |
| uint32_t | getComponentId () const |
| Gets the Component id. | |
| uint64_t | getModTime () const |
| Gets the last modification time of this Component. | |
| std::set< uint32_t > | getCategories () const |
| Gets the categories this Component is in. | |
| std::string | getName () const |
| Gets the name of this Component. | |
| std::string | getDescription () const |
| Gets the description of this Component. | |
| std::string | getTpclRequirementsFunc () const |
| Gets the TPCL Requirements function for this Component. | |
| std::map< uint32_t, std::string > | getTpclPropertyValueFuncs () const |
| Gets the Property instances functions for this Component. | |
| void TPProto::Component::packBuffer | ( | Buffer * | buf | ) | [virtual] |
Pack into a Buffer, asserts.
Packs this Component frame into the buffer. Since the frame only comes from the server, this method assert(0).
| buf | Buffer to pack into, ignored. |
Implements TPProto::Frame.
| bool TPProto::Component::unpackBuffer | ( | Buffer * | buf | ) | [virtual] |
Unpack from a Buffer. Unpacks the Component frame from the buffer.
| buf | The Buffer to unpack out of. |
Implements TPProto::Frame.
| uint32_t TPProto::Component::getComponentId | ( | ) | const |
| uint64_t TPProto::Component::getModTime | ( | ) | const |
| std::set< uint32_t > TPProto::Component::getCategories | ( | ) | const |
| std::string TPProto::Component::getName | ( | ) | const |
| std::string TPProto::Component::getDescription | ( | ) | const |
| std::string TPProto::Component::getTpclRequirementsFunc | ( | ) | const |
| std::map< uint32_t, std::string > TPProto::Component::getTpclPropertyValueFuncs | ( | ) | const |
1.5.1