module Clang
Defined in:
clang.crcursor.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
-
.string(str : LibC::CXString, dispose = true)
Make a
String
from aLibC::CXString
then disposes the latter unless dispose is false.
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.