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

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

#include <Loader.hh>

Public Attributes

PostProcessorBase *(* create )(void)
 
void(* destroy )(PostProcessorBase *)
 

Detailed Description

Struct containing (macro defined) creation/deletion operations.

Definition at line 40 of file Loader.hh.

Member Data Documentation

PostProcessorBase*(* core::export_table_postprocess::create)(void)

Function to create an PostProcessor instance.

Definition at line 42 of file Loader.hh.

void(* core::export_table_postprocess::destroy)(PostProcessorBase *)

Function to delete an PostProcessor instance.

Definition at line 45 of file Loader.hh.


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