libzed
1.9.9
A general-purpose library for quick and simple data manipulation.
Loading...
Searching...
No Matches
read.hpp
1
#pragma once
2
3
#include "../core/string.hpp"
4
#include <fstream>
5
6
namespace
z {
7
namespace
file {
15
zstring
read
(
const
zpath
&filename);
16
17
}
// namespace file
18
}
// namespace z
z::core::string
A template class for character strings.
Definition
string.hpp:62
z::file::read
zstring read(const zpath &filename)
Reads the entire contents of a specified file.
z
file
read.hpp
Generated by
1.9.8