![]() |
MySQL
8.0.23
Source Code Documentation
|
#include <pipeline_interfaces.h>
Public Member Functions | |
Packet (int type) | |
Create a new generic packet of a certain type. More... | |
virtual | ~Packet () |
int | get_packet_type () |
Private Attributes | |
int | packet_type |
A generic interface for different kinds of packets.
|
inline |
Create a new generic packet of a certain type.
[in] | type | the packet type |
|
inlinevirtual |
|
inline |
|
private |