#include "YODA/Config/BuildConfig.h"
#include "YODA/Utils/ReaderUtils.h"
#include "YODA/Utils/Traits.h"
#include <YODA/highfive/H5File.hpp>
#include <memory>
#include <fstream>
#include <iostream>
#include <sstream>
#include <type_traits>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
|
namespace | YODA |
| Anonymous namespace to limit visibility.
|
|
|
Reader & | YODA::mkReader (const std::string &format_name) |
| Factory function to make a reader object by format name or a filename.
|
|