|
ADTF File Library
|
template class for a sample factory to create sample with implementation type SAMPLE_CLASS
More...
#include <reader.h>
Public Member Functions | |
| std::shared_ptr< Sample > | build () const override |
| Creates a sample. | |
template class for a sample factory to create sample with implementation type SAMPLE_CLASS
| SAMPLE_CLASS | The type implements Sample |
|
inlineoverridevirtual |
Creates a sample.
Implements adtf_file::SampleFactory.