|
easyVim
1.0
a simple vim-like text editor
|
easyVim动态库头文件 More...
#include "modules/config.hpp"
Go to the source code of this file.
Functions | |
| void | ev::version () |
| 测试接口,用于打印当前版本号 | |
| void | ev::author () |
| 用于打印作者信息 | |
| const char * | ev::getVersion () |
| bool | ev::EVencrypt (std::vector< std::string > *input, std::vector< std::string > *output, std::string key, EV_ENCRYPT_TYPE evType=EV_ENCRYPT_AES_BEGIN) |
| bool | ev::EVdecrypt (std::vector< std::string > *input, std::vector< std::string > *output, std::string key, EV_DECRYPT_TYPE evType=EV_DECRYPT_AES_BEGIN) |
| void | Stringsplit (const std::string &str, const char split, std::vector< std::string > &res) |
easyVim动态库头文件
打包成动态库时引用的头文件,定义了相应的函数
| bool ev::EVdecrypt | ( | std::vector< std::string > * | input, |
| std::vector< std::string > * | output, | ||
| std::string | key, | ||
| EV_DECRYPT_TYPE | evType = EV_DECRYPT_AES_BEGIN |
||
| ) |
@function 解密接口
| bool ev::EVencrypt | ( | std::vector< std::string > * | input, |
| std::vector< std::string > * | output, | ||
| std::string | key, | ||
| EV_ENCRYPT_TYPE | evType = EV_ENCRYPT_AES_BEGIN |
||
| ) |
@function 加密接口
| const char * ev::getVersion | ( | ) |