Class: RLTK::CG::SimpleIntType Abstract

Inherits:
BasicIntType show all
Includes:
AbstractClass, Singleton
Defined in:
lib/rltk/cg/type.rb

Overview

This class is abstract.

A class inherited by singleton integer type classes.

Direct Known Subclasses

Int16Type, Int1Type, Int32Type, Int64Type, Int8Type

Instance Attribute Summary

Attributes included from BindingClass

#ptr

Method Summary

Methods included from AbstractClass

included

Methods inherited from BasicIntType

#width

Methods inherited from NumberType

value_class, #value_class

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::Type