Class: RLTK::CG::TargetData
- Includes:
- BindingClass
- Defined in:
- lib/rltk/cg/target.rb
Overview
This class represents data about a specific architecture. Currently it is for internal use only and should not be instantiated by users.
Instance Attribute Summary
Attributes included from BindingClass
Instance Method Summary collapse
-
#initialize(ptr) ⇒ TargetData
constructor
A new instance of TargetData.
Methods included from BindingClass
Constructor Details
#initialize(ptr) ⇒ TargetData
Returns a new instance of TargetData.
51 52 53 |
# File 'lib/rltk/cg/target.rb', line 51 def initialize(ptr) @ptr = ptr end |