package netsnmp

  1. Overview
  2. Docs
val iter : 'a t -> result: (([< `Read | `Set_and_create ], 'b t, 'b) Fieldslib.Field.t_with_perm -> 'a t -> 'c -> 'd) -> thread_id: (([< `Read | `Set_and_create ], 'e t, int) Fieldslib.Field.t_with_perm -> 'a t -> int -> 'f) -> 'g
val fold : 'a t -> init:'b -> result: ('c -> ([< `Read | `Set_and_create ], 'd t, 'd) Fieldslib.Field.t_with_perm -> 'a t -> 'e -> 'f) -> thread_id: ('g -> ([< `Read | `Set_and_create ], 'h t, int) Fieldslib.Field.t_with_perm -> 'a t -> int -> 'i) -> 'j
val for_all : 'a t -> result: (([< `Read | `Set_and_create ], 'b t, 'b) Fieldslib.Field.t_with_perm -> 'a t -> 'c -> bool) -> thread_id: (([< `Read | `Set_and_create ], 'd t, int) Fieldslib.Field.t_with_perm -> 'a t -> int -> bool) -> bool
val exists : 'a t -> result: (([< `Read | `Set_and_create ], 'b t, 'b) Fieldslib.Field.t_with_perm -> 'a t -> 'c -> bool) -> thread_id: (([< `Read | `Set_and_create ], 'd t, int) Fieldslib.Field.t_with_perm -> 'a t -> int -> bool) -> bool
val to_list : 'a t -> result: (([< `Read | `Set_and_create ], 'b t, 'b) Fieldslib.Field.t_with_perm -> 'a t -> 'c -> 'd) -> thread_id: (([< `Read | `Set_and_create ], 'e t, int) Fieldslib.Field.t_with_perm -> 'a t -> int -> 'f) -> 'g list
val map : 'a t -> result: (([< `Read | `Set_and_create ], 'b t, 'b) Fieldslib.Field.t_with_perm -> 'a t -> 'c -> 'd) -> thread_id: (([< `Read | `Set_and_create ], 'e t, int) Fieldslib.Field.t_with_perm -> 'a t -> int -> int) -> 'f t
val set_all_mutable_fields : 'a -> unit