easyVim  1.0
a simple vim-like text editor
Functions
include.hpp File Reference

easyVim动态库头文件 More...

#include "modules/config.hpp"
Include dependency graph for include.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)
 

Detailed Description

easyVim动态库头文件

打包成动态库时引用的头文件,定义了相应的函数

Author
Super@redhecker

Function Documentation

◆ EVdecrypt()

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 解密接口

◆ EVencrypt()

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 加密接口

◆ getVersion()

const char * ev::getVersion ( )
Returns
返回当前版本号