struct CapnProto::Pointer::StructList
- CapnProto::Pointer::StructList
- Struct
- Value
- Object
Defined in:
capnproto/pointer_struct_list.crConstructors
Class Method Summary
- .empty(segment)
- .parse_from(segment : CapnProto::Segment, current_offset : UInt32, value : UInt64) : CapnProto::Pointer::StructList
Instance Method Summary
- #[](n : UInt32)
- #absolute_address
- #capn_proto_address
- #data_word_count : UInt16
- #each(&)
- #list_count : UInt32
- #pointer_count : UInt16
Constructor Detail
def self.new(segment : CapnProto::Segment, byte_offset : UInt32, list_count : UInt32, data_word_count : UInt16, pointer_count : UInt16)
#
Class Method Detail
def self.parse_from(segment : CapnProto::Segment, current_offset : UInt32, value : UInt64) : CapnProto::Pointer::StructList
#