ADTF File Library
Loading...
Searching...
No Matches
adtf_file::StreamTypeFactory Class Referenceabstract

Base class for a streamtype factory to create streamtypes used by the Reader. More...

#include <reader.h>

Inheritance diagram for adtf_file::StreamTypeFactory:
[legend]

Public Member Functions

virtual std::shared_ptr< StreamTypebuild () const =0
 Creates a streamtype.
 

Detailed Description

Base class for a streamtype factory to create streamtypes used by the Reader.

Member Function Documentation

◆ build()

virtual std::shared_ptr< StreamType > adtf_file::StreamTypeFactory::build ( ) const
pure virtual

Creates a streamtype.

Returns
the created stream type this factory can create

Implemented in adtf_file::stream_type_factory< STREAM_TYPE_CLASS >.


The documentation for this class was generated from the following file: