allocator_connection.h
来自「有关MYSQL的开源码」· C头文件 代码 · 共 23 行
H
23 行
#ifndef MYSQLCPPAPI_CONNECTION_ALLOCATOR_H#define MYSQLCPPAPI_CONNECTION_ALLOCATOR_H#include "mysqlcppapi/smartpointer/Allocator.h"#include "mysqlcppapi_internal.h"namespace mysqlcppapi{class Allocator_Connection : public Allocator<MYSQL>{public: static cpointer allocate(); static void deallocate(cpointer pInstance);};} //namespace#endif //MYSQLCPPAPI_CONNECTION_ALLOCATOR_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?