struct CapnProto::Pointer::StructList

Defined in:

capnproto/pointer_struct_list.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(segment : CapnProto::Segment, byte_offset : UInt32, list_count : UInt32, data_word_count : UInt16, pointer_count : UInt16) #

[View source]

Class Method Detail

def self.empty(segment) #

[View source]
def self.parse_from(segment : CapnProto::Segment, current_offset : UInt32, value : UInt64) : CapnProto::Pointer::StructList #

[View source]

Instance Method Detail

def [](n : UInt32) #

[View source]
def absolute_address #

[View source]
def capn_proto_address #

[View source]
def data_word_count : UInt16 #

[View source]
def each(&) #

[View source]
def list_count : UInt32 #

[View source]
def pointer_count : UInt16 #

[View source]