NEURON
cvodeobj.h File Reference
#include "nrnmpi.h"
#include "nrnneosm.h"
#include "shared/nvector.h"
#include "membfunc.h"
#include "netcon.h"

Go to the source code of this file.

Classes

class  CvMembList
 
class  BAMechList
 
class  CvodeThreadData
 
class  Cvode
 

Macros

#define CTD(i)   ctd_[((nctd_ > 1) ? (i) : 0)]
 

Typedefs

typedef std::vector< PreSyn * > PreSynList
 

Macro Definition Documentation

◆ CTD

#define CTD (   i)    ctd_[((nctd_ > 1) ? (i) : 0)]

Definition at line 41 of file cvodeobj.h.

Typedef Documentation

◆ PreSynList

typedef std::vector<PreSyn*> PreSynList

Definition at line 15 of file cvodeobj.h.