ed
include
ed
io
filesystem
read.h
Go to the documentation of this file.
1
#ifndef ED_IO_FILESYSTEM_READ_H_
2
#define ED_IO_FILESYSTEM_READ_H_
3
4
#include <
string
>
5
6
namespace
ed
7
{
8
9
class
Measurement;
10
class
UpdateRequest;
11
12
bool
read
(
const
std::string
& filename, Measurement& msr);
13
14
bool
readEntity
(
const
std::string
& filename, UpdateRequest& req);
15
16
}
17
18
#endif
std::string
ed::readEntity
bool readEntity(const std::string &filename, UpdateRequest &req)
Definition:
read.cpp:84
ed
Definition:
convex_hull.h:8
ed::read
bool read(const std::string &filename, Measurement &msr)
Definition:
read.cpp:68
string
Generated on Sun Feb 23 2025 04:34:40 for ed by
1.8.17