Marlin
01.17.01
|
Templated implementation of ProcessorParameter - automatically created by Processor::registerProcessorParameter() More...
#include <ProcessorParameter.h>
Public Member Functions | |
ProcessorParameter_t (const std::string ¶meterName, const std::string ¶meterDescription, T ¶meter, const T ¶meterDefaultValue, bool optional, int parameterSetSize=0) | |
virtual | ~ProcessorParameter_t () |
virtual const std::string | type () |
virtual const std::string | defaultValue () |
virtual const std::string | value () |
void | setValue (StringParameters *params) |
![]() | |
ProcessorParameter () | |
virtual | ~ProcessorParameter () |
virtual const std::string & | name () |
virtual const std::string & | description () |
virtual int | setSize () |
virtual bool | isOptional () |
virtual bool | valueSet () |
Protected Attributes | |
T & | _parameter |
T | _defaultValue |
![]() | |
std::string | _description |
std::string | _name |
int | _setSize |
bool | _optional |
bool | _valueSet |
Friends | |
void | setProcessorParameter (ProcessorParameter_t< T > *, StringParameters *) |
Templated implementation of ProcessorParameter - automatically created by Processor::registerProcessorParameter()
Definition at line 106 of file ProcessorParameter.h.
|
inline |
Definition at line 122 of file ProcessorParameter.h.
|
inlinevirtual |
Definition at line 140 of file ProcessorParameter.h.
|
inlinevirtual |
Implements marlin::ProcessorParameter.
Definition at line 164 of file ProcessorParameter.h.
References std::stringstream::str(), and marlin::toStream().
|
inlinevirtual |
Implements marlin::ProcessorParameter.
Definition at line 184 of file ProcessorParameter.h.
|
inlinevirtual |
Implements marlin::ProcessorParameter.
Definition at line 146 of file ProcessorParameter.h.
|
inlinevirtual |
Implements marlin::ProcessorParameter.
Definition at line 174 of file ProcessorParameter.h.
References std::stringstream::str(), and marlin::toStream().
|
friend |
|
protected |
Definition at line 192 of file ProcessorParameter.h.
|
protected |
Definition at line 191 of file ProcessorParameter.h.