Object
# File lib/generator/type.rb, line 22 22: def is_array? 23: @full_decl and @full_decl[ArrayRE] 24: end
# File lib/generator/type.rb, line 37 37: def is_callback? 38: @full_decl[/^callback/] 39: end
# File lib/generator/type.rb, line 31 31: def is_constant? 32: @full_decl[/^q\(const\)/] 33: end
# File lib/generator/type.rb, line 19 19: def is_enum? 20: @full_decl[/^enum/] 21: end
# File lib/generator/type.rb, line 40 40: def is_inline_callback? 41: @full_decl[/^p.f\(/] 42: end
# File lib/generator/type.rb, line 13 13: def is_native? 14: Generator::TYPES.has_key?(@full_decl) 15: end
# File lib/generator/type.rb, line 16 16: def is_pointer? 17: @full_decl[/^p\./] and not is_inline_callback? 18: end
# File lib/generator/type.rb, line 25 25: def is_struct? 26: @full_decl[/^struct/] 27: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.