#include <SampleComposition.hpp>
Public Member Functions | |
bool | composeTypeImpl (const PropertyBag &bag, Sample< T > &result) const |
bool | decomposeTypeImpl (const Sample< T > &sample, PropertyBag &targetbag) const |
SampleTypeInfo (std::string name) |
Definition at line 144 of file SampleComposition.hpp.
BFL::SampleTypeInfo< T >::SampleTypeInfo | ( | std::string | name | ) | [inline] |
Definition at line 147 of file SampleComposition.hpp.
bool BFL::SampleTypeInfo< T >::composeTypeImpl | ( | const PropertyBag & | bag, |
Sample< T > & | result | ||
) | const [inline] |
Definition at line 158 of file SampleComposition.hpp.
bool BFL::SampleTypeInfo< T >::decomposeTypeImpl | ( | const Sample< T > & | sample, |
PropertyBag & | targetbag | ||
) | const [inline] |
Definition at line 152 of file SampleComposition.hpp.