Class: RLTK::CG::PointerType
- Inherits:
-
SimpleAggregateType
- Object
- Type
- AggregateType
- SimpleAggregateType
- RLTK::CG::PointerType
- Defined in:
- lib/rltk/cg/type.rb
Overview
A Type describing a pointer to another type.
Instance Attribute Summary
Attributes included from BindingClass
Instance Method Summary collapse
-
#address_space ⇒ Integer
Address space of this pointer.
Methods inherited from SimpleAggregateType
Methods included from AbstractClass
Methods inherited from Type
#allignment, #context, from_ptr, #hash, #initialize, #kind, #size
Methods included from BindingClass
Constructor Details
This class inherits a constructor from RLTK::CG::SimpleAggregateType
Instance Method Details
#address_space ⇒ Integer
Returns Address space of this pointer.
270 271 272 |
# File 'lib/rltk/cg/type.rb', line 270 def address_space @address_space ||= Bindings.get_pointer_address_space(@ptr) end |