Visualisierung 2
Comparison of Hue Preserving Rendering to Alpha Composing
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
c
d
g
h
i
l
m
o
p
r
s
v
w
~
+
Functions
c
d
g
h
i
l
m
o
p
r
s
v
w
~
Variables
+
Files
File List
+
File Members
+
All
c
d
e
h
l
m
o
p
r
v
w
Functions
Variables
•
All
Classes
Files
Functions
Variables
Pages
FileReader.h
Go to the documentation of this file.
1
7
#ifndef FILEREADER_H
8
#define FILEREADER_H
9
14
#include <string>
15
22
std::string
readFile
(
const
std::string& filePath,
size_t
& error);
23
24
#endif
readFile
std::string readFile(const std::string &filePath, size_t &error)
readFile reads the content of a file and returns it as string.
Definition:
FileReader.cpp:14
src
FileReader.h
Generated by
1.8.14