Class: Clang::Rbind::Token

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/rbind/clang/clang.rb,
lib/rbind/clang/clang_types.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.release(pointer) ⇒ Object



277
278
# File 'lib/rbind/clang/clang_types.rb', line 277

def self.release(pointer)
end

Instance Method Details

#spelling(translation_unit) ⇒ Object



280
281
282
# File 'lib/rbind/clang/clang_types.rb', line 280

def spelling(translation_unit)
    Rbind::get_token_spelling(translation_unit,self).to_s
end