|
Gromacs
2026.0-dev-20251109-f20ba35
|
#include <gromacs/commandline/filenm.h>
File name option definition for C code.
Public Attributes | |
| int | ftp |
| File type, see enum in filetypes.h. | |
| const char * | opt |
| Command line option, can be nullptr in which case the commandline module, including all opt2??? functions below, will use the default option for the file type. | |
| const char * | fn |
| File name (as set in source code), can be nullptr in which case the commandline module will use the default file name for the file type. | |
| unsigned long | flag |
| Flag for all kinds of info (see defs) | |
| std::vector< std::string > | filenames |
| File names. | |
1.8.5