class WinMD::Fun
- WinMD::Fun
- Reference
- Object
Defined in:
winmd/fun.crConstructors
Class Method Summary
- .collect_funs
- .exception?(name : String)
-
.exceptions
Exceptions will be treated as LibC funs
- .find_fun(name : String)
- .funs
- .parse_fun(fun_def : String) : WinMD::Fun
Instance Method Summary
- #==(other : Fun)
- #==(other : String)
- #file=(file)
- #name : String
- #original_def : String
- #params : Array(WinMD::FunParam)
- #return_type : String | Nil
Constructor Detail
def self.new(name : String, params : Array(FunParam), original_def : String, return_type : String | Nil = nil)
#