NEURON
BAMechList Struct Reference

#include <cvodeobj.h>

Public Member Functions

 BAMechList (BAMechList **first)
 

Static Public Member Functions

static void destruct (BAMechList **first)
 

Public Attributes

BAMechListnext
 
BAMechbam
 
std::vector< Memb_list * > ml
 

Detailed Description

Definition at line 45 of file cvodeobj.h.

Constructor & Destructor Documentation

◆ BAMechList()

BAMechList::BAMechList ( BAMechList **  first)

Definition at line 1212 of file netcvode.cpp.

Member Function Documentation

◆ destruct()

void BAMechList::destruct ( BAMechList **  first)
static

Definition at line 1224 of file netcvode.cpp.

Member Data Documentation

◆ bam

BAMech* BAMechList::bam

Definition at line 48 of file cvodeobj.h.

◆ ml

std::vector<Memb_list*> BAMechList::ml

Definition at line 49 of file cvodeobj.h.

◆ next

BAMechList* BAMechList::next

Definition at line 47 of file cvodeobj.h.


The documentation for this struct was generated from the following files: