#include <ProcessorParameter.h>
Inheritance diagram for marlin::ProcessorParameter_t< T >:
Public Member Functions | |
ProcessorParameter_t (const std::string &name, const std::string &description, T ¶meter, const T &defaultValue, bool optional, int setSize=0) | |
virtual const std::string | type () |
virtual const std::string | defaultValue () |
virtual const std::string | value () |
void | setValue (StringParameters *params) |
Protected Attributes | |
T & | _parameter |
T | _defaultValue |
Friends | |
void | setProcessorParameter (ProcessorParameter_t< T > *, StringParameters *) |