Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

PluginMgr.C File Reference

#include "PluginMgr.h"
#include "vmddlopen.h"
#include "Inform.h"
#include <stdlib.h>
#include <stdio.h>

Go to the source code of this file.

Typedefs

typedef int(* initfunc )(void)
typedef int(* regfunc )(void *, vmdplugin_register_cb)
typedef int(* finifunc )(void)

Functions

int plugincmp (const vmdplugin_t *newp, const vmdplugin_t *oldp)


Typedef Documentation

typedef int(* finifunc)(void)
 

Definition at line 40 of file PluginMgr.C.

typedef int(* initfunc)(void)
 

Definition at line 38 of file PluginMgr.C.

typedef int(* regfunc)(void *, vmdplugin_register_cb)
 

Definition at line 39 of file PluginMgr.C.


Function Documentation

int plugincmp const vmdplugin_t *    newp,
const vmdplugin_t *    oldp
[static]
 

Definition at line 44 of file PluginMgr.C.

Referenced by PluginMgr::register_cb.


Generated on Fri Apr 19 02:45:56 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002