|
using | coreneuron::Pfrpdat = Datum *(*)(void) |
|
using | coreneuron::mod_alloc_t = void(*)(double *, Datum *, int) |
|
using | coreneuron::mod_f_t = void(*)(NrnThread *, Memb_list *, int) |
|
using | coreneuron::pnt_receive_t = void(*)(Point_process *, int, double) |
|
using | coreneuron::thread_table_check_t = void(*)(int, int, double *, Datum *, ThreadDatum *, NrnThread *, Memb_list *, int) |
|
using | coreneuron::NetBufReceive_t = void(*)(NrnThread *) |
|
using | coreneuron::nrn_watch_check_t = void(*)(NrnThread *, Memb_list *) |
|
using | coreneuron::bbcore_read_t = void(*)(double *, int *, int *, int *, int, int, double *, Datum *, ThreadDatum *, NrnThread *, Memb_list *, double) |
|
using | coreneuron::bbcore_write_t = void(*)(double *, int *, int *, int *, int, int, double *, Datum *, ThreadDatum *, NrnThread *, Memb_list *, double) |
|
|
int | coreneuron::nrn_get_mechtype (const char *name) |
| Get mechanism type by the mechanism name. More...
|
|
const char * | coreneuron::nrn_get_mechname (int type) |
|
int | coreneuron::register_mech (const char **m, mod_alloc_t alloc, mod_f_t cur, mod_f_t jacob, mod_f_t stat, mod_f_t initialize, mod_f_t private_constructor, mod_f_t private_destructor, int nrnpointerindex, int vectorized) |
|
int | coreneuron::point_register_mech (const char **, mod_alloc_t alloc, mod_f_t cur, mod_f_t jacob, mod_f_t stat, mod_f_t initialize, mod_f_t private_constructor, mod_f_t private_destructor, int nrnpointerindex, mod_f_t constructor, mod_f_t destructor, int vectorized) |
|
void | coreneuron::register_constructor (mod_f_t constructor) |
|
void | coreneuron::hoc_register_net_receive_buffering (NetBufReceive_t, int) |
|
void | coreneuron::hoc_register_net_send_buffering (int) |
|
void | coreneuron::hoc_register_watch_check (nrn_watch_check_t, int) |
|
void | coreneuron::nrn_jacob_capacitance (NrnThread *, Memb_list *, int) |
|
void | coreneuron::nrn_writes_conc (int, int) |
|
constexpr double | coreneuron::ktf (double celsius) |
|
constexpr double | coreneuron::nrn_nernst (double ci, double co, double z, double celsius) |
|
constexpr void | coreneuron::nrn_wrote_conc (int type, double *p1, int p2, int it, double **gimap, double celsius, int _cntml_padded) |
|
double | coreneuron::nrn_ghk (double v, double ci, double co, double z, double celsius) |
|
void | coreneuron::hoc_register_prop_size (int, int, int) |
|
void | coreneuron::hoc_register_dparam_semantics (int type, int, const char *name) |
|
void | coreneuron::hoc_reg_ba (int, mod_f_t, int) |
|
void | coreneuron::hoc_register_var (DoubScal *ds, DoubVec *dv, VoidFunc *) |
|
void | coreneuron::_nrn_layout_reg (int, int) |
|
void | coreneuron::_nrn_thread_reg0 (int i, void(*f)(ThreadDatum *)) |
|
void | coreneuron::_nrn_thread_reg1 (int i, void(*f)(ThreadDatum *)) |
|
int | coreneuron::nrn_mech_depend (int type, int *dependencies) |
|
void | coreneuron::add_nrn_fornetcons (int, int) |
|
void | coreneuron::add_nrn_has_net_event (int) |
|
void | coreneuron::net_event (Point_process *, double) |
|
void | coreneuron::net_send (void **, int, Point_process *, double, double) |
|
void | coreneuron::net_move (void **, Point_process *, double) |
|
void | coreneuron::artcell_net_send (void **, int, Point_process *, double, double) |
|
void | coreneuron::artcell_net_move (void **, Point_process *, double) |
|
void | coreneuron::nrn2ncs_outputevent (int netcon_output_index, double firetime) |
|
void | coreneuron::net_sem_from_gpu (int sendtype, int i_vdata, int, int ith, int ipnt, double, double) |
|
void | coreneuron::hoc_malchk (void) |
|
void * | coreneuron::hoc_Emalloc (size_t) |
|