?group:Femtolib.Config_file.group ->
string list ->
?short_name:string ->
int ->
string ->
object
val mutable hooks : (int -> int -> unit) list
val mutable shortname : string option
val mutable value : int
method add_hook : (int -> int -> unit) -> unit
method private exec_hooks : int -> int -> unit
method get : int
method get_default : int
method get_default_formatted : Format.formatter -> unit
method get_formatted : Format.formatter -> unit
method get_help : string
method get_help_formatted : Format.formatter -> unit
method get_name : string list
method get_short_name : string option
method get_spec : Arg.spec
method private of_raw : Raw.cp -> int
method reset : unit
method set : int -> unit
method set_raw : Raw.cp -> unit
method set_short_name : string -> unit
method private set_string : string -> unit
method private to_raw : int -> Raw.cp
end