Class: Fort::Type::Integer

Inherits:
Numeric show all
Defined in:
lib/fort/type.rb

Constant Summary collapse

KINDS =
[:INT8, :INT16, :INT32, :INT64]

Constants included from Providable

Providable::ID_GENERATOR

Instance Attribute Summary

Attributes inherited from Numeric

#kind

Attributes inherited from Base

#dim, #id, #type

Method Summary

Methods inherited from Numeric

#declare, #initialize, #to_s

Methods inherited from Base

#declare, #dimension, #initialize, #parenthesis, #to_s

Methods included from Providable

#multi_provide, #provide

Constructor Details

This class inherits a constructor from Fort::Type::Numeric