MySQL 8.0.40
Source Code Documentation
|
#include <ostream>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | mysqlns |
namespace | mysqlns::buffer |
Enumerations | |
enum class | mysqlns::buffer::Grow_status { mysqlns::buffer::success , mysqlns::buffer::exceeds_max_size , mysqlns::buffer::out_of_memory } |
Error statuses for classes that use Grow_calculator. More... | |
Functions | |
std::string | mysqlns::buffer::debug_string (Grow_status status) |
Return a string that describes each enumeration value. More... | |
std::ostream & | mysqlns::buffer::operator<< (std::ostream &stream, Grow_status status) |
Write a string that describes the enumeration value to the stream. More... | |
Variables | |
const std::string | mysqlns::buffer::invalid_grow_status_string = "invalid" |
Return value from debug_string(Grow_status) when the parameter is not a valid value. More... | |