Class: AdLint::Cc1::UnmappedMemoryWindow

Inherits:
MemoryWindow show all
Defined in:
lib/adlint/cc1/object.rb

Instance Attribute Summary

Attributes inherited from MemoryBlock

#windows

Attributes inherited from Memory

#address, #byte_size

Attributes included from Bindable

#binding

Instance Method Summary collapse

Methods inherited from MemoryWindow

#_cascade_update, #dynamic?, #static?, #write

Methods included from Pluggable

#def_plugin

Methods inherited from MemoryBlock

#_orig_write, #create_unmapped_window, #create_window, #write

Methods inherited from Memory

#_cascade_update, #dynamic?, #read, #static?, #write

Methods included from Bindable

#be_alias_to, #bind_to

Constructor Details

#initialize(owner) ⇒ UnmappedMemoryWindow

Returns a new instance of UnmappedMemoryWindow.



1290
1291
1292
# File 'lib/adlint/cc1/object.rb', line 1290

def initialize(owner)
  super(owner, owner.address, owner.byte_size)
end