dl
| 类型定义 | 函数
dl::Script 命名空间参考

class  Manager
 
struct  Segment
 
class  Variable
 

类型定义

using Function = std::function< int(std::vector< Variable >)>
 

函数

void log_script (std::string_view str)
 

类型定义说明

◆ Function

using dl::Script::Function = typedef std::function<int(std::vector<Variable>)>

在文件 dl_script_variable.h21 行定义.

函数说明

◆ log_script()

void dl::Script::log_script ( std::string_view  str)