NEURON
classreg.h File Reference
#include <stdio.h>
#include <hocdec.h>
#include <hoc_membf.h>

Go to the source code of this file.

Functions

void class2oc (const char *, void *(*cons)(Object *), void(*destruct)(void *), Member_func *, int(*checkpoint)(void **), Member_ret_obj_func *, Member_ret_str_func *)
 

Function Documentation

◆ class2oc()

void class2oc ( const char *  name,
void *(*)(Object *)  cons,
void(*)(void *)  destruct,
Member_func m,
int(*)(void **)  checkpoint,
Member_ret_obj_func mobjret,
Member_ret_str_func strret 
)

Definition at line 1560 of file hoc_oop.cpp.