MySQL 9.1.0
Source Code Documentation
|
Experimental API header. More...
#include "mysql/serialization/serialization_types.h"
#include "my_byteorder.h"
#include "mysql/serialization/byte_order_helpers.h"
#include "mysql/serialization/variable_length_integers.h"
#include <bitset>
#include <iostream>
#include <limits>
Go to the source code of this file.
Classes | |
struct | mysql::serialization::Byte_count_helper< 0 > |
Specialization of Byte_count_helper for 0 field_size. More... | |
struct | mysql::serialization::Byte_count_helper< field_size > |
Structure that contains methods to count the number of bytes needed to encode a specific field. More... | |
struct | mysql::serialization::Primitive_type_codec< Type > |
This class is to provide functionality to encode/decode the primitive types into/out of defined stream, without boundary check. More... | |
Namespaces | |
namespace | mysql |
namespace | mysql::serialization |
Experimental API header.