All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
core::export_table Struct Reference

Struct containing (macro defined) creation/deletion operations. More...

#include <Loader.hh>

Public Attributes

ProcessorBase *(* create )(void)
 
void(* destroy )(ProcessorBase *)
 

Detailed Description

Struct containing (macro defined) creation/deletion operations.

Definition at line 28 of file Loader.hh.

Member Data Documentation

ProcessorBase*(* core::export_table::create)(void)

Function to create an Processor instance.

Definition at line 30 of file Loader.hh.

void(* core::export_table::destroy)(ProcessorBase *)

Function to delete an Processor instance.

Definition at line 33 of file Loader.hh.


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