炼妖壶模块类 for c++
More...
#include <tianzuo.LianYaoInterface.h>
|
|
组件初始化
- Parameters
-
[in] | init_mem_size | 初始化内存块数量 |
[in] | memory_leak_log | 内存泄漏输出文件 |
[in] | app_path | 当前应用程序路径 |
[in] | language | 语言 0: 简体中文 1: English |
- Returns
- int 0:() -1:(错误)
- Author
- 郑天佐
- Date
- 2024-1-1
|
static int | initialize (int const init_mem_size, char *const memory_leak_log, char *const app_path, int const language) |
|
|
组件销毁
- Parameters
-
- Returns
- void
- Author
- 郑天佐
- Date
- 2024-1-1
|
static void | terminate () |
|
|
获取内存块
- Parameters
-
- Returns
- void* 内存块指针
- Author
- 郑天佐
- Date
- 2024-1-1
|
static void * | mem_get (int const data_length) |
|
|
删除内存块
- Parameters
-
- Returns
- int
- Author
- 郑天佐
- Date
- 2024-1-1
|
static int | mem_del (void *const data) |
|
◆ tianzuo_LianYaoInt()
tianzuo_LianYaoInt::tianzuo_LianYaoInt |
( |
| ) |
|
|
inline |
◆ ~tianzuo_LianYaoInt()
tianzuo_LianYaoInt::~tianzuo_LianYaoInt |
( |
| ) |
|
|
inline |
◆ initialize()
static int tianzuo_LianYaoInt::initialize |
( |
int const |
init_mem_size, |
|
|
char *const |
memory_leak_log, |
|
|
char *const |
app_path, |
|
|
int const |
language |
|
) |
| |
|
static |
◆ mem_del()
static int tianzuo_LianYaoInt::mem_del |
( |
void *const |
data | ) |
|
|
static |
◆ mem_get()
static void * tianzuo_LianYaoInt::mem_get |
( |
int const |
data_length | ) |
|
|
static |
◆ terminate()
static void tianzuo_LianYaoInt::terminate |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: