NEURON
classreg.h
Go to the documentation of this file.
1 #ifndef classreg_h
2 #define classreg_h
3 #include <stdio.h>
4 
5 #include <hocdec.h>
6 #include <hoc_membf.h>
7 
8 
9 extern void class2oc(const char*,
10  void* (*cons)(Object*),
11  void (*destruct)(void*),
12  Member_func*,
13  int (*checkpoint)(void**),
16 
17 
18 #endif
void class2oc(const char *, void *(*cons)(Object *), void(*destruct)(void *), Member_func *, int(*checkpoint)(void **), Member_ret_obj_func *, Member_ret_str_func *)
Definition: hoc_oop.cpp:1560
static void destruct(void *v)
Definition: grglyph.cpp:205
static void * cons(Object *o)
Definition: grglyph.cpp:198
Definition: hocdec.h:227