#include <SampleComposition.hpp>
Public Types | |
typedef const WeightedSample < T > &( | Signature )(T, double) |
Public Member Functions | |
const WeightedSample< T > & | operator() (T value, double weight) const |
WeightedSample_ctor () | |
Public Attributes | |
boost::shared_ptr < WeightedSample< T > > | ptr |
Definition at line 306 of file SampleComposition.hpp.
typedef const WeightedSample<T>&( BFL::WeightedSample_ctor< T >::Signature)(T, double) |
Definition at line 309 of file SampleComposition.hpp.
BFL::WeightedSample_ctor< T >::WeightedSample_ctor | ( | ) | [inline] |
Definition at line 311 of file SampleComposition.hpp.
const WeightedSample<T>& BFL::WeightedSample_ctor< T >::operator() | ( | T | value, |
double | weight | ||
) | const [inline] |
Definition at line 313 of file SampleComposition.hpp.
boost::shared_ptr< WeightedSample<T> > BFL::WeightedSample_ctor< T >::ptr [mutable] |
Definition at line 310 of file SampleComposition.hpp.