Class: FFIGen::Clang::SourceRange
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- FFIGen::Clang::SourceRange
- Defined in:
- lib/ffi_gen/clang.rb
Overview
Identifies a half-open character range in the source code.
Use clang_getRangeStart() and clang_getRangeEnd() to retrieve the starting and end locations from a source range, respectively.
Fields:
:ptr_data ::
(Array<FFI::Pointer(*Void)>)
:begin_int_data ::
(Integer)
:end_int_data ::
(Integer)