Gromacs
2021-beta2-UNCHECKED
|
#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. | |