Class: Capnp::StructList

Inherits:
BufferList show all
Defined in:
lib/capnp/runtime/list/buffer/struct.rb

Constant Summary collapse

Elem =
type_member { {upper: Capnp::Struct} }

Instance Attribute Summary

Attributes inherited from BufferList

#element_type, #length

Instance Method Summary collapse

Methods inherited from BufferList

from_pointer, #initialize

Methods included from List

#[], #each, #length

Constructor Details

This class inherits a constructor from Capnp::BufferList

Instance Method Details

#element_classObject



12
13
# File 'lib/capnp/runtime/list/buffer/struct.rb', line 12

def element_class
end

#to_objObject



46
# File 'lib/capnp/runtime/list/buffer/struct.rb', line 46

def to_obj = map(&:to_obj)