module WinMD
Defined in:
winmd.crwinmd/cli/download.cr
winmd/cli/generate.cr
winmd/fun_param.cr
Constant Summary
-
INT_TYPES =
{{ Int.subclasses.map do |x| x.stringify end }}
-
LIBC_FUNS =
{{ LibC.methods.map do |x| args = (x.args.stringify.gsub(/[\[|\]]/, "")).split(",") {name: x.name.stringify, args: args, return_type: x.return_type.stringify} end }}
-
VERSION =
{{ (`shards version /srv/crystaldoc.info/github-mjblack-winmd-master/src`).chomp.stringify }}
Class Method Summary
- .add_file(file : File)
- .check_keyword(name : String)
- .crystal_keywords
- .crystal_keywords=(crystal_keywords)
- .data_type_aliases_file : Path
- .data_type_aliases_file=(data_type_aliases_file : Path)
- .dll_exception?(name : String)
- .dll_exceptions_file : Path
- .dll_exceptions_file=(dll_exceptions_file : Path)
- .files
- .files=(files)
- .find_file_by_ns(name : String)
- .fix_namespace(name : String) : Tuple(String, String)
- .fix_param_name(name : String)
- .fix_type_name(name : String)
- .fun_exceptions_file : Path
- .fun_exceptions_file=(fun_exceptions_file : Path)
- .fun_handle : String
- .fun_handle=(fun_handle : String)
- .get_alias(name : String)
- .has_alias?(name : String)
- .init
- .libc_funs
- .libc_funs=(libc_funs)
-
.log_file : Bool
Runtime configuration parameters
-
.log_file=(log_file : Bool)
Runtime configuration parameters
- .log_file_name : Path
- .log_file_name=(log_file_name : Path)
- .log_level : Log::Severity
- .log_level=(log_level : Log::Severity)
- .output_dir : Path
- .output_dir=(output_dir : Path)
- .process_json_files(path : Path)
- .rename_type(name : String)
- .resolve_com_interfaces
- .top_level_namespace : String
- .top_level_namespace=(top_level_namespace : String)
- .write_files(dir : Path)