📄 allocator_connection.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -