addTimeOptions.H
Go to the documentation of this file.
1 //
2 // addTimeOptions.H
3 // ~~~~~~~~~~~~~~~~
4 
6  (
7  "constant",
8  "include the 'constant/' dir in the times list"
9  );
10 
12  (
13  "latestTime",
14  "select the latest time"
15  );
16 
18  (
19  "noZero",
20  "exclude the '0/' dir from the times list"
21  );
22 
24  (
25  "time",
26  "time",
27  "specify a single time value to select"
28  );
29 
Foam::argList::addOption
static void addOption(const word &opt, const string &param="", const string &usage="")
Add to an option to validOptions with usage information.
Definition: argList.C:108
Foam::argList::addBoolOption
static void addBoolOption(const word &opt, const string &usage="")
Add to a bool option to validOptions with usage information.
Definition: argList.C:98