struct CapnProto::Meta::Field

Defined in:

capnproto/meta.cr

Constant Summary

CAPN_PROTO_DATA_WORD_COUNT = 3_u16
CAPN_PROTO_POINTER_COUNT = 4_u16
NO_DISCRIMINANT = begin x : UInt16 = 65535 x end

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(p : CapnProto::Pointer::Struct) #

[View source]

Class Method Detail

def self.read_from_pointer(p) #

[View source]

Instance Method Detail

def annotations #

[View source]
def capn_proto_address : UInt64 #

[View source]
def code_order #

[View source]
def discriminant_value #

[View source]
def group! #

[View source]
def is_group : Bool #

[View source]
def is_slot : Bool #

[View source]
def name #

[View source]
def ordinal #

[View source]
def slot! #

[View source]