dso_meth_st Struct Reference

#include <dso.h>


Data Fields

const char * name
int(* dso_load )(DSO *dso)
int(* dso_unload )(DSO *dso)
void *(* dso_bind_var )(DSO *dso, const char *symname)
DSO_FUNC_TYPE(* dso_bind_func )(DSO *dso, const char *symname)
long(* dso_ctrl )(DSO *dso, int cmd, long larg, void *parg)
DSO_NAME_CONVERTER_FUNC dso_name_converter
DSO_MERGER_FUNC dso_merger
int(* init )(DSO *dso)
int(* finish )(DSO *dso)


Detailed Description

Definition at line 134 of file dso.h.


Field Documentation

const char* dso_meth_st::name

Definition at line 136 of file dso.h.

int(* dso_meth_st::dso_load)(DSO *dso)

void*(* dso_meth_st::dso_bind_var)(DSO *dso, const char *symname)

DSO_FUNC_TYPE(* dso_meth_st::dso_bind_func)(DSO *dso, const char *symname)

long(* dso_meth_st::dso_ctrl)(DSO *dso, int cmd, long larg, void *parg)

Definition at line 165 of file dso.h.

Definition at line 168 of file dso.h.

int(* dso_meth_st::init)(DSO *dso)

int(* dso_meth_st::finish)(DSO *dso)


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

Generated on Thu Aug 20 22:33:07 2009 for OpenXDAS by  doxygen 1.5.6