class RCGTK::PointerType
A Type
describing a pointer to another type.
Public Instance Methods
address_space()
click to toggle source
@return [Integer] Address space of this pointer.
# File lib/rcgtk/type.rb, line 314 def address_space @address_space ||= Bindings.get_pointer_address_space(@ptr) end