NEURON
netcvode.h File Reference
#include "mymath.h"
#include "tqueue.h"
#include <vector>
#include <unordered_map>

Go to the source code of this file.

Classes

class  NetCvodeThreadData
 
class  NetCvode
 

Macros

#define PRINT_EVENT   1
 

Typedefs

typedef std::unordered_map< double *, PreSyn * > PreSynTable
 
using HTListList = std::vector< std::vector< HTList * > >
 
typedef std::unordered_map< void *, MaxStateItem * > MaxStateTable
 
typedef std::vector< HocEvent * > HocEventList
 

Macro Definition Documentation

◆ PRINT_EVENT

#define PRINT_EVENT   1

Definition at line 4 of file netcvode.h.

Typedef Documentation

◆ HocEventList

typedef std::vector<HocEvent*> HocEventList

Definition at line 36 of file netcvode.h.

◆ HTListList

using HTListList = std::vector<std::vector<HTList*> >

Definition at line 30 of file netcvode.h.

◆ MaxStateTable

typedef std::unordered_map<void*, MaxStateItem*> MaxStateTable

Definition at line 33 of file netcvode.h.

◆ PreSynTable

typedef std::unordered_map<double*, PreSyn*> PreSynTable

Definition at line 14 of file netcvode.h.