NEURON
netpar.h File Reference
#include "netcon.h"
#include <unordered_map>

Go to the source code of this file.

Typedefs

using Gid2PreSyn = std::unordered_map< int, PreSyn * >
 

Functions

double nrn_usable_mindelay ()
 
Symbolnrn_netcon_sym ()
 
Gid2PreSynnrn_gid2out ()
 

Typedef Documentation

◆ Gid2PreSyn

using Gid2PreSyn = std::unordered_map<int, PreSyn*>

Definition at line 9 of file netpar.h.

Function Documentation

◆ nrn_gid2out()

Gid2PreSyn& nrn_gid2out ( )

Definition at line 218 of file netpar.cpp.

◆ nrn_netcon_sym()

Symbol* nrn_netcon_sym ( )

Definition at line 215 of file netpar.cpp.

◆ nrn_usable_mindelay()

double nrn_usable_mindelay ( )

Definition at line 212 of file netpar.cpp.