NEURON
Prop Struct Reference

#include <section.h>

Public Attributes

struct Propnext
 
short type
 
short unused1
 
int param_size
 
double * param
 
Datumdparam
 
long _alloc_seq
 
Objectob
 

Detailed Description

Definition at line 214 of file section.h.

Member Data Documentation

◆ _alloc_seq

long Prop::_alloc_seq

Definition at line 224 of file section.h.

◆ dparam

Datum* Prop::dparam

Definition at line 220 of file section.h.

◆ next

struct Prop* Prop::next

Definition at line 215 of file section.h.

◆ ob

Object* Prop::ob

Definition at line 225 of file section.h.

◆ param

double* Prop::param

Definition at line 219 of file section.h.

◆ param_size

int Prop::param_size

Definition at line 218 of file section.h.

◆ type

short Prop::type

Definition at line 216 of file section.h.

◆ unused1

short Prop::unused1

Definition at line 217 of file section.h.


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