Class: BOAST::DataType

Inherits:
Object
  • Object
show all
Includes:
PrivateStateAccessor
Defined in:
lib/BOAST/DataTypes.rb

Direct Known Subclasses

CStruct, CustomType, Int, Real, Sizet

Class Method Summary collapse

Methods included from PrivateStateAccessor

private_boolean_state_accessor, private_state_accessor

Class Method Details

.inherited(child) ⇒ Object



7
8
9
# File 'lib/BOAST/DataTypes.rb', line 7

def self.inherited(child)
  child.extend( VarFunctor)
end