module Clang

Defined in:

clang.cr
cursor.cr
cursor_kind.cr
eval_result.cr
file.cr
index.cr
platform_availability.cr
source_location.cr
token.cr
translation_unit.cr
type.cr
type_kind.cr
unsaved_file.cr

Class Method Summary

Class Method Detail

def self.string(str : LibC::CXString, dispose = true) #

Make a String from a LibC::CXString then disposes the latter unless dispose is false.


[View source]