#include <sequence.h>
Inheritance diagram for TPProto::Sequence:

Public Member Functions | |
| Sequence () | |
| Default constructor. | |
| virtual | ~Sequence () |
| Required virtual destructor. | |
| void | packBuffer (Buffer *buf) |
| Pack into a Buffer, Assert(0). | |
| bool | unpackBuffer (Buffer *buf) |
| Unpack from a Buffer. | |
| int | getNumber () |
| Gets the number of Frames that should follow this one. | |
| void TPProto::Sequence::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::Sequence::unpackBuffer | ( | Buffer * | buf | ) | [virtual] |
Unpack from a Buffer.
| buf | The Buffer to unpack from. |
Implements TPProto::Frame.
| int TPProto::Sequence::getNumber | ( | ) |
Gets the number of Frames that should follow this one.
1.5.1