Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
modmgr.h File Reference

Management of dynamically loadable modules (plugins) More...

#include <OGF/basic/common/common.h>
#include <OGF/basic/modules/module.h>
#include <geogram/basic/environment.h>
#include <string>
#include <vector>
#include <map>

Go to the source code of this file.

Classes

class  OGF::ModuleManager
 Manages dynamically loadable modules. More...
 

Namespaces

namespace  OGF
 Global Graphite namespace.
 

Typedefs

typedef void(* ModuleInitFunc) ()
 Function pointer to a module initialization function.
 
typedef void(* ModuleTerminateFunc) ()
 Function pointer to a module termination function.
 

Detailed Description

Management of dynamically loadable modules (plugins)

Definition in file modmgr.h.

Typedef Documentation

◆ ModuleInitFunc

typedef void(* ModuleInitFunc) ()

Function pointer to a module initialization function.

Definition at line 57 of file modmgr.h.

◆ ModuleTerminateFunc

typedef void(* ModuleTerminateFunc) ()

Function pointer to a module termination function.

Definition at line 62 of file modmgr.h.