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
 
voidobservers
 
void *(* constructor )(struct Object *)
 
void(* destructor )(void *)
 
void(* steer )(void *)
 
int(* checkpoint )(void **)
 

Detailed Description

Definition at line 191 of file hocdec.h.

Member Data Documentation

◆ checkpoint

int(* cTemplate::checkpoint) (void **)

Definition at line 209 of file hocdec.h.

◆ constructor

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

Definition at line 206 of file hocdec.h.

◆ count

int cTemplate::count

Definition at line 202 of file hocdec.h.

◆ dataspace_size

int cTemplate::dataspace_size

Definition at line 197 of file hocdec.h.

◆ destructor

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

Definition at line 207 of file hocdec.h.

◆ id

int cTemplate::id

Definition at line 204 of file hocdec.h.

◆ index

int cTemplate::index

Definition at line 201 of file hocdec.h.

◆ init

Symbol* cTemplate::init

Definition at line 199 of file hocdec.h.

◆ is_point_

int cTemplate::is_point_

Definition at line 198 of file hocdec.h.

◆ observers

void* cTemplate::observers

Definition at line 205 of file hocdec.h.

◆ olist

hoc_List* cTemplate::olist

Definition at line 203 of file hocdec.h.

◆ steer

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

Definition at line 208 of file hocdec.h.

◆ sym

Symbol* cTemplate::sym

Definition at line 195 of file hocdec.h.

◆ symtable

Symlist* cTemplate::symtable

Definition at line 196 of file hocdec.h.

◆ unref

Symbol* cTemplate::unref

Definition at line 200 of file hocdec.h.


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