struct CapnProto::Meta::Type
- CapnProto::Meta::Type
- Struct
- Value
- Object
Defined in:
capnproto/meta.crConstant Summary
-
CAPN_PROTO_DATA_WORD_COUNT =
3_u16
-
CAPN_PROTO_POINTER_COUNT =
1_u16
Constructors
Class Method Summary
Instance Method Summary
- #any_pointer!
- #bool!
- #capn_proto_address : UInt64
- #data!
- #enum!
- #float32!
- #float64!
- #int16!
- #int32!
- #int64!
- #int8!
- #interface!
- #is_any_pointer : Bool
- #is_bool : Bool
- #is_data : Bool
- #is_enum : Bool
- #is_float32 : Bool
- #is_float64 : Bool
- #is_int16 : Bool
- #is_int32 : Bool
- #is_int64 : Bool
- #is_int8 : Bool
- #is_interface : Bool
- #is_list : Bool
- #is_struct : Bool
- #is_text : Bool
- #is_uint16 : Bool
- #is_uint32 : Bool
- #is_uint64 : Bool
- #is_uint8 : Bool
- #is_void : Bool
- #list!
- #struct!
- #text!
- #uint16!
- #uint32!
- #uint64!
- #uint8!
- #void!