?group:Femtolib.Config_file.group ->
string list ->
?short_name:string ->
float ->
string ->
object
val mutable hooks : (float -> float -> unit) list
val mutable shortname : string option
val mutable value : float
method add_hook : (float -> float -> unit) -> unit
method private exec_hooks : float -> float -> unit
method get : float
method get_default : float
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 -> float
method reset : unit
method set : float -> unit
method set_raw : Raw.cp -> unit
method set_short_name : string -> unit
method private set_string : string -> unit
method private to_raw : float -> Raw.cp
end