Class: FFIGen::Clang::CodeCompleteResults
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- FFIGen::Clang::CodeCompleteResults
- Defined in:
- lib/ffi_gen/clang.rb
Overview
Contains the results of code-completion.
This data structure contains the results of code completion, as produced by \c clang_codeCompleteAt(). Its contents must be freed by \c clang_disposeCodeCompleteResults.
Fields:
:results ::
(CompletionResult) The code-completion results.
:num_results ::
(Integer) The number of code-completion results stored in the
\c Results array.