hops
include
hops
FileWriter
FileWriterType.hpp
Go to the documentation of this file.
1
#ifndef HOPS_FILEWRITERTYPE_HPP
2
#define HOPS_FILEWRITERTYPE_HPP
3
4
namespace
hops
{
5
enum class
FileWriterType
{
6
CSV
,
7
HDF5
,
8
};
9
}
10
11
#endif //HOPS_FILEWRITERTYPE_HPP
hops::FileWriterType::CSV
@ CSV
hops
Definition:
CsvReader.hpp:8
hops::FileWriterType
FileWriterType
Definition:
FileWriterType.hpp:5
hops::FileWriterType::HDF5
@ HDF5
Generated by
1.8.17