View Source argo_header (argo v1.0.10)
Summary
Types
-type t() :: #argo_header{inline_everything :: boolean(), self_describing :: boolean(), out_of_band_field_errors :: boolean(), self_describing_errors :: boolean(), null_terminated_strings :: boolean(), no_deduplication :: boolean(), has_user_flags :: boolean(), user_flags :: undefined | bitstring()}.
Functions
-spec from_u64(U64) -> Header when U64 :: argo_types:u64(), Header :: t().
-spec from_uint(UInt) -> Header when UInt :: non_neg_integer(), Header :: t().
-spec new() -> t().
-spec to_u64(Header) -> U64 when Header :: t(), U64 :: argo_types:u64().
-spec to_uint(Header) -> UInt when Header :: t(), UInt :: non_neg_integer().