|
dl
|
类 | |
| struct | Segment |
| struct | Struct |
| struct | Variable |
枚举 | |
| enum class | VariableType { BASE , USER , ARRAY , SINGLE , PAIR } |
函数 | |
| constexpr bool | IsStdType (std::string_view str) |
| 是标准库类型 | |
| void | AddStdNamespace (std::string &str) |
| 如果是标准库类型,则添加std前缀 | |
| void | ReplaceType (std::string &str) |
| 类型转写 | |
| Segment * | Create (const Vector2< std::string, size_t > &vec2) |
|
strong |
| 枚举值 | |
|---|---|
| BASE | |
| USER | |
| ARRAY | |
| SINGLE | |
| PAIR | |
在文件 dl_code_writer.h 第 21 行定义.
|
inline |
如果是标准库类型,则添加std前缀
在文件 dl_code_writer.h 第 43 行定义.
|
constexpr |
是标准库类型
在文件 dl_code_writer.h 第 37 行定义.
|
inline |
类型转写
在文件 dl_code_writer.h 第 50 行定义.