#include <SampleComposition.hpp>
Public Types | |
typedef const Sample< T > &( | Signature )(T) |
Public Member Functions | |
const Sample< T > & | operator() (T value) const |
Sample_ctor () | |
Public Attributes | |
boost::shared_ptr< Sample< T > > | ptr |
Definition at line 166 of file SampleComposition.hpp.
typedef const Sample<T>&( BFL::Sample_ctor< T >::Signature)(T) |
Definition at line 169 of file SampleComposition.hpp.
BFL::Sample_ctor< T >::Sample_ctor | ( | ) | [inline] |
Definition at line 171 of file SampleComposition.hpp.
const Sample<T>& BFL::Sample_ctor< T >::operator() | ( | T | value | ) | const [inline] |
Definition at line 173 of file SampleComposition.hpp.
boost::shared_ptr< Sample<T> > BFL::Sample_ctor< T >::ptr [mutable] |
Definition at line 170 of file SampleComposition.hpp.