NEURON
cTemplate Struct Reference

#include <hocdec.h>

Public Attributes

Symbolsym
 
Symlistsymtable
 
int dataspace_size
 
int is_point_
 
Symbolinit
 
Symbolunref
 
int index
 
int count
 
hoc_Listolist
 
int id
 
void * observers
 
void *(* constructor )(struct Object *)
 
void(* destructor )(void *)
 
void(* steer )(void *)
 

Detailed Description

Definition at line 146 of file hocdec.h.

Member Data Documentation

◆ constructor

void*(* cTemplate::constructor) (struct Object *)

Definition at line 158 of file hocdec.h.

◆ count

int cTemplate::count

Definition at line 154 of file hocdec.h.

◆ dataspace_size

int cTemplate::dataspace_size

Definition at line 149 of file hocdec.h.

◆ destructor

void(* cTemplate::destructor) (void *)

Definition at line 159 of file hocdec.h.

◆ id

int cTemplate::id

Definition at line 156 of file hocdec.h.

◆ index

int cTemplate::index

Definition at line 153 of file hocdec.h.

◆ init

Symbol* cTemplate::init

Definition at line 151 of file hocdec.h.

◆ is_point_

int cTemplate::is_point_

Definition at line 150 of file hocdec.h.

◆ observers

void* cTemplate::observers

Definition at line 157 of file hocdec.h.

◆ olist

hoc_List* cTemplate::olist

Definition at line 155 of file hocdec.h.

◆ steer

void(* cTemplate::steer) (void *)

Definition at line 160 of file hocdec.h.

◆ sym

Symbol* cTemplate::sym

Definition at line 147 of file hocdec.h.

◆ symtable

Symlist* cTemplate::symtable

Definition at line 148 of file hocdec.h.

◆ unref

Symbol* cTemplate::unref

Definition at line 152 of file hocdec.h.


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