ELC in dev
ELC-lang
载入中...
搜索中...
未找到
elc 命名空间参考

命名空间

namespace  APIs
 
namespace  char_set
 文字编码相关函数
 
namespace  defs
 
namespace  paths
 

类型定义

typedef char32_t char_t
 
typedef char_tstring_ptr_t
 
typedef const char_tconst_string_ptr_t
 
typedef int64_t int_t
 
typedef uint64_t uint_t
 
typedef double float_t
 
typedef long double float_size_t
 

类型定义说明

◆ char_t

typedef char32_t elc::char_t

在文件 all_defs.cpp351 行定义.

◆ const_string_ptr_t

在文件 all_defs.cpp355 行定义.

◆ float_size_t

typedef long double elc::float_size_t

在文件 all_defs.cpp363 行定义.

◆ float_t

typedef double elc::float_t

在文件 all_defs.cpp361 行定义.

◆ int_t

typedef int64_t elc::int_t

在文件 all_defs.cpp357 行定义.

◆ string_ptr_t

在文件 all_defs.cpp353 行定义.

◆ uint_t

typedef uint64_t elc::uint_t

在文件 all_defs.cpp359 行定义.