hops
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Variables
Typedefs
b
d
e
f
m
o
p
r
s
u
v
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
z
~
Variables
_
a
b
c
d
e
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
b
c
e
f
h
i
m
r
s
t
u
v
Enumerations
Enumerator
Related Functions
:
a
c
d
f
h
n
o
r
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
Functions
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
w
Variables
Typedefs
c
d
f
n
p
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
hops
FileWriter
FileWriterFactory.hpp
Go to the documentation of this file.
1
#ifndef HOPS_FILEWRITERFACTORY_HPP
2
#define HOPS_FILEWRITERFACTORY_HPP
3
4
#include "
FileWriter.hpp
"
5
#include "
FileWriterType.hpp
"
6
#include <memory>
7
#include <string>
8
9
namespace
hops
{
10
class
FileWriterFactory
{
11
public
:
12
static
std::unique_ptr<FileWriter>
13
createFileWriter
(
const
std::string
&filename,
FileWriterType
fileWriterType);
14
};
15
}
16
17
#endif //HOPS_FILEWRITERFACTORY_HPP
hops::FileWriterFactory::createFileWriter
static std::unique_ptr< FileWriter > createFileWriter(const std::string &filename, FileWriterType fileWriterType)
Definition:
FileWriterFactory.cpp:6
FileWriterType.hpp
hops
Definition:
CsvReader.hpp:8
string
NAME string(REPLACE ".cpp" "_bin" example_name ${example_filename}) if($
Definition:
hops/Third-party/HighFive/src/examples/CMakeLists.txt:6
FileWriter.hpp
hops::FileWriterType
FileWriterType
Definition:
FileWriterType.hpp:5
hops::FileWriterFactory
Definition:
FileWriterFactory.hpp:10
Generated by
1.8.17