#include <okframe.h>
Inheritance diagram for TPProto::OkFrame:

Public Member Functions | |
| OkFrame () | |
| Default constructor. | |
| virtual | ~OkFrame () |
| Required virtual destructor. | |
| void | packBuffer (Buffer *buf) |
| Pack into a Buffer, Assert(0). | |
| bool | unpackBuffer (Buffer *buf) |
| Unpack from a Buffer. | |
| std::string | getInfo () |
| Gets the informational string sent in the OKFrame. | |
Protected Attributes | |
| std::string | info |
| The information string sent by the server. | |
| void TPProto::OkFrame::packBuffer | ( | Buffer * | buf | ) | [virtual] |
Pack into a Buffer, Assert(0).
This Frame does not get sent to the server, so this method asserts zero.
| buf | Buffer to pack into, ignored. |
Implements TPProto::Frame.
| bool TPProto::OkFrame::unpackBuffer | ( | Buffer * | buf | ) | [virtual] |
Unpack from a Buffer.
| buf | The Buffer to unpack out of. |
Implements TPProto::Frame.
| std::string TPProto::OkFrame::getInfo | ( | ) |
Gets the informational string sent in the OKFrame.
1.5.1