package DkZero_Base

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Builder.LazyValueSource

Sourcetype struct_t = [
  1. | `LazyValue_c33b81032ac8dc2b
]
Sourceval has_value : t -> bool
Sourceval value_get : t -> Value.t
Sourceval value_set_reader : t -> Value.struct_t reader_t -> Value.t
Sourceval value_set_builder : t -> Value.t -> Value.t
Sourceval value_init : t -> Value.t
Sourceval has_asset_values_file_sha256 : t -> bool
Sourceval asset_values_file_sha256_get : t -> string
Sourceval asset_values_file_sha256_set : t -> string -> unit
Sourceval asset_values_file_type_get : t -> ValuesFileType_12979654822671372284.t
Sourceval asset_values_file_type_set : t -> ValuesFileType_12979654822671372284.t -> unit
Sourceval asset_values_file_type_set_unsafe : t -> ValuesFileType_12979654822671372284.t -> unit
Sourceval has_asset_modver_library_id : t -> bool
Sourceval asset_modver_library_id_get : t -> string
Sourceval asset_modver_library_id_set : t -> string -> unit
Sourceval has_asset_modver_namespace_front : t -> bool
Sourceval asset_modver_namespace_front_get : t -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval asset_modver_namespace_front_get_list : t -> string list
Sourceval asset_modver_namespace_front_get_array : t -> string array
Sourceval asset_modver_namespace_front_set : t -> (Capnp.Message.rw, string, array_t) Capnp.Array.t -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval asset_modver_namespace_front_set_list : t -> string list -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval asset_modver_namespace_front_set_array : t -> string array -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval asset_modver_namespace_front_init : t -> int -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval has_asset_modver_namespace_tail : t -> bool
Sourceval asset_modver_namespace_tail_get : t -> string
Sourceval asset_modver_namespace_tail_set : t -> string -> unit
Sourceval asset_modver_major_get : t -> int64
Sourceval asset_modver_major_get_int_exn : t -> int
Sourceval asset_modver_major_set : t -> int64 -> unit
Sourceval asset_modver_major_set_int : t -> int -> unit
Sourceval asset_modver_minor_get : t -> int64
Sourceval asset_modver_minor_get_int_exn : t -> int
Sourceval asset_modver_minor_set : t -> int64 -> unit
Sourceval asset_modver_minor_set_int : t -> int -> unit
Sourceval asset_modver_patch_get : t -> int64
Sourceval asset_modver_patch_get_int_exn : t -> int
Sourceval asset_modver_patch_set : t -> int64 -> unit
Sourceval asset_modver_patch_set_int : t -> int -> unit
Sourceval has_asset_modver_prerelease : t -> bool
Sourceval asset_modver_prerelease_get : t -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval asset_modver_prerelease_get_list : t -> string list
Sourceval asset_modver_prerelease_get_array : t -> string array
Sourceval asset_modver_prerelease_set : t -> (Capnp.Message.rw, string, array_t) Capnp.Array.t -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval asset_modver_prerelease_set_list : t -> string list -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval asset_modver_prerelease_set_array : t -> string array -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval asset_modver_prerelease_init : t -> int -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval has_asset_modver_build : t -> bool
Sourceval asset_modver_build_get : t -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval asset_modver_build_get_list : t -> string list
Sourceval asset_modver_build_get_array : t -> string array
Sourceval asset_modver_build_set : t -> (Capnp.Message.rw, string, array_t) Capnp.Array.t -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval asset_modver_build_set_list : t -> string list -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval asset_modver_build_set_array : t -> string array -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval asset_modver_build_init : t -> int -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval has_asset_path : t -> bool
Sourceval asset_path_get : t -> string
Sourceval asset_path_set : t -> string -> unit
Sourceval has_archive_member : t -> bool
Sourceval archive_member_get : t -> string
Sourceval archive_member_set : t -> string -> unit
Sourceval of_message : Capnp.Message.rw message_t -> t
Sourceval to_message : t -> Capnp.Message.rw message_t
Sourceval to_reader : t -> struct_t reader_t
Sourceval init_root : ?message_size:??? -> unit -> t
Sourceval init_pointer : pointer_t -> t