#include <StochasticReporter.h>
Public Member Functions | |
| StochasticReporterValue (std::vector< T > &value, const Sampler &sampler) | |
| virtual void | initialize () |
Protected Attributes | |
| const Sampler & | _sampler |
Private Attributes | |
| std::vector< T > & | _value |
Definition at line 123 of file StochasticReporter.h.
|
inline |
Definition at line 126 of file StochasticReporter.h.
|
inlinevirtual |
Reimplemented from StochasticReporterValueBase.
Definition at line 131 of file StochasticReporter.h.
|
protectedinherited |
Definition at line 119 of file StochasticReporter.h.
Referenced by StochasticReporterValue< T >::initialize().
|
private |
Definition at line 134 of file StochasticReporter.h.
Referenced by StochasticReporterValue< T >::initialize().
1.8.14