![]() |
MySQL 9.5.0
Source Code Documentation
|
Experimental API header. More...
#include <cstddef>#include <cstring>#include "mysql/abi_helpers/array_view.h"#include "mysql/abi_helpers/field.h"#include "my_sys.h"#include "mysql/psi/psi_memory.h"#include "mysql/service_mysql_alloc.h"Go to the source code of this file.
Classes | |
| class | mysql::abi_helpers::Packet_builder< Type_enum_t > |
Class to help constructing a Packet, by pushing values one by one. More... | |
Namespaces | |
| namespace | mysql |
| namespace | mysql::abi_helpers |
Typedefs | |
| template<class Type_enum_t > | |
| using | mysql::abi_helpers::Packet = Array_view< Field< Type_enum_t > > |
| Class to store a number of fields of heterogeneous types, in a way that provides ABI compatibility. More... | |
| template<class Type_enum_t > | |
| using | mysql::abi_helpers::Packet_array = Array_view< Packet< Type_enum_t > > |
Class to store an array of Packet objects. More... | |
Experimental API header.