Drizzled Public API Documentation

drizzled::module::Manifest Struct Reference

#include <manifest.h>

Public Attributes

uint64_t drizzle_version
 
const char * name
 
const char * version
 
const char * author
 
const char * descr
 
plugin_license_type license
 
initialize_func_t init
 
const char * depends
 
options_func_t init_options
 

Detailed Description

Plugin Manfiest

One Manifest is required per plugin library which is to be dlopened

This is a struct and not a class because it is staticly defined in the plugin objects and needs to be a POD as it can, or else it won't compile.

Definition at line 61 of file manifest.h.


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