NEURON
nrnmusic.h File Reference
#include <string>
#include <nrnwrap_Python.h>
#include <music.hh>
#include <unordered_map>

Go to the source code of this file.

Classes

class  NRNMUSIC::EventOutputPort
 
class  NRNMUSIC::EventInputPort
 

Namespaces

 NRNMUSIC
 

Typedefs

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

Functions

EventOutputPort * NRNMUSIC::publishEventOutput (std::string identifier)
 
EventInputPort * NRNMUSIC::publishEventInput (std::string identifier)
 

Typedef Documentation

◆ Gi2PreSynTable

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

Definition at line 13 of file nrnmusic.h.