package binsec

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

Module Builder.NoSource

An options that defaults to true. The provided command-line switch automatically add a no- prefix to your option name.

Parameters

module _ : CLI_DECL

Signature

Sourcetype t = bool
Sourceval set : t -> unit
Sourceval get : unit -> t
Sourceval is_set : unit -> bool
Sourceval is_default : unit -> bool