struct CapnProto::Pointer::U8List
- CapnProto::Pointer::U8List
- Struct
- Value
- Object
Defined in:
capnproto/pointer_u8_list.crClass Method Summary
- .empty(segment)
- .parse_from(segment : CapnProto::Segment, current_offset : UInt32, value : UInt64) : CapnProto::Pointer::U8List
Instance Method Summary
- #to_bytes
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
Class Method Detail
def self.parse_from(segment : CapnProto::Segment, current_offset : UInt32, value : UInt64) : CapnProto::Pointer::U8List
#
Instance Method Detail
def to_s
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.