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

Go to the source code of this file.

Classes

struct  CvMembList
 Wrapper for Memb_list in CVode related code. More...
 
struct  BAMechList
 
class  CvodeThreadData
 
class  Cvode
 

Namespaces

 neuron
 In mechanism libraries, cannot use auto const token = nrn_ensure_model_data_are_sorted(); because the return type is incomplete (from include/neuron/model_data.hpp).
 

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 53 of file cvodeobj.h.

Typedef Documentation

◆ PreSynList

typedef std::vector<PreSyn*> PreSynList

Definition at line 15 of file cvodeobj.h.