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

Definition for a dynamically-loaded Processor. More...

#include <Loader.hh>

Public Attributes

char * name
 Name of the Processor. More...
 
struct export_tableexports
 Table for ctor/dtor access. More...
 
fhicl::ParameterSet * config
 Configuration as an object. More...
 
core::ProcessorBaseproc
 Pointer to the processor. More...
 

Detailed Description

Definition for a dynamically-loaded Processor.

Definition at line 78 of file Loader.hh.

Member Data Documentation

fhicl::ParameterSet* core::ProcessorDef::config

Configuration as an object.

Definition at line 81 of file Loader.hh.

struct export_table* core::ProcessorDef::exports

Table for ctor/dtor access.

Definition at line 80 of file Loader.hh.

char* core::ProcessorDef::name

Name of the Processor.

Definition at line 79 of file Loader.hh.

core::ProcessorBase* core::ProcessorDef::proc

Pointer to the processor.

Definition at line 82 of file Loader.hh.


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