27#ifndef READER_FACTORY_H
28#define READER_FACTORY_H
InputFormat
Supported input file formats.
Abstract base class for power system data file readers.
Creates Reader instances for a given InputFormat.
static std::unique_ptr< Reader > create(InputFormat format)
Construct a concrete reader for the given input format.