#include <../../nmodlconf.h>
#include <getopt.h>
#include "modl.h"
Go to the source code of this file.
◆ NMODL_TEXT
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ mkdir_p()
| int mkdir_p |
( |
const char * |
| ) |
|
◆ openfiles()
| static void openfiles |
( |
char * |
given_filename, |
|
|
char * |
output_dir |
|
) |
| |
|
static |
◆ show_options()
| static void show_options |
( |
char ** |
argv | ) |
|
|
static |
◆ str_replace()
| static std::string str_replace |
( |
std::string |
str, |
|
|
const std::string & |
search_str, |
|
|
const std::string & |
replace_str |
|
) |
| |
|
static |
◆ yyparse()
◆ long_options
| struct option long_options[] |
|
static |
Initial value:= {
{"version", no_argument, 0, 'v'},
{"help", no_argument, 0, 'h'},
{"outdir", required_argument, 0, 'o'},
{0,0,0,0}
}
Definition at line 85 of file modl.cpp.
◆ pgm_name
| char pgm_name[] = "nmodl" |
|
static |
◆ RCS_date
◆ RCS_version