Class type Femtolib.Config_file.cp


class type ['a] cp = object .. end

method add_hook : ('a -> 'a -> unit) -> unit
method get : 'a
method get_default : 'a
method set : 'a -> unit
method reset : unit
method get_formatted : Format.formatter -> unit
method get_default_formatted : Format.formatter -> unit
method get_help_formatted : Format.formatter -> unit
method get_name : string list
method get_short_name : string option
method set_short_name : string -> unit
method get_help : string
method get_spec : Arg.spec
method set_raw : Raw.cp -> unit