#include <../../nrnconf.h>
#include "modl.h"
#include "parse1.hpp"
#include "extdef.h"
#include "extdef2.h"
#include "extdef5.h"
Go to the source code of this file.
|
List * | firstlist |
|
List * | syminorder |
|
Symbol * | semi |
|
Symbol * | beginblk |
|
Symbol * | endblk |
|
List * | intoken |
|
char | buf [NRN_BUFSIZE] |
|
struct { |
const char * name |
|
short kval |
|
} | keywords [] |
|
struct { |
const char * name |
|
short subtype |
|
Symbol ** p |
|
} | special [] = {{";", SEMI, &semi}, {"{", BEGINBLK, &beginblk}, {"}", ENDBLK, &endblk}, {0, 0, 0}} |
|
struct { |
const char * name |
|
long subtype |
|
short varstep |
|
} | methods [] |
|
static const char * | extdef [] |
|
static const char * | extdef2 [] |
|
static const char * | extdef3 [] |
|
static const char * | extdef4 [] |
|
static const char * | extdef5 [] |
|
std::map< std::string, const char * > | extdef_rand |
|
List * | constructorfunc |
|
List * | destructorfunc |
|
◆ init()
◆ beginblk
◆ constructorfunc
◆ destructorfunc
◆ endblk
◆ extdef
Initial value:
Definition at line 124 of file init.cpp.
◆ extdef2
Initial value:
Definition at line 129 of file init.cpp.
◆ extdef3
Initial value:= {
"threshold",
"squarewave",
"sawtooth",
"revsawtooth",
"ramp",
"pulse",
"perpulse",
"step",
"perstep",
"stepforce",
"schedule",
0}
Definition at line 134 of file init.cpp.
◆ extdef4
Initial value:
Definition at line 149 of file init.cpp.
◆ extdef5
Initial value:
Definition at line 153 of file init.cpp.
struct { ... } keywords[] |
◆ kval
Initial value:
{
"derivimplicit",
DERF, 0},
{"after_cvode", 0, 0},
{"cvode_t", 0, 0},
{"cvode_t_v", 0, 0},
{0, 0, 0}}
◆ name
◆ subtype
◆ syminorder
◆ varstep