CoreNEURON
global_vars.cpp File Reference
#include <cstdio>
#include <cstring>
#include <map>
#include <string>
#include <algorithm>
#include "coreneuron/utils/randoms/nrnran123.h"
#include "coreneuron/nrnconf.h"
#include "coreneuron/mechanism/membfunc.hpp"
#include "coreneuron/utils/nrn_assert.h"
#include "coreneuron/io/nrn2core_direct.h"
#include "coreneuron/utils/nrnoc_aux.hpp"

Go to the source code of this file.

Namespaces

 coreneuron
 THIS FILE IS AUTO GENERATED DONT MODIFY IT.
 

Typedefs

using coreneuron::PSD = std::pair< std::size_t, double * >
 
using coreneuron::N2V = std::map< std::string, PSD >
 

Functions

void coreneuron::hoc_register_var (DoubScal *ds, DoubVec *dv, VoidFunc *)
 
void coreneuron::set_globals (const char *path, bool cli_global_seed, int cli_global_seed_value)
 

Variables

void *(* nrn2core_get_global_dbl_item_ )(void *, const char *&name, int &size, double *&val)
 
int(* nrn2core_get_global_int_item_ )(const char *name)
 
static N2V * coreneuron::n2v
 

Variable Documentation

◆ nrn2core_get_global_dbl_item_

void*(* nrn2core_get_global_dbl_item_) (void *, const char *&name, int &size, double *&val)

Definition at line 22 of file global_vars.cpp.

◆ nrn2core_get_global_int_item_

int(* nrn2core_get_global_int_item_) (const char *name)

Definition at line 23 of file global_vars.cpp.