MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
csv/reader.hpp
Go to the documentation of this file.
1
#ifndef MTCORE_CSV_READER_HPP
2
#define MTCORE_CSV_READER_HPP
3
4
#include "
mtcore/io/reader.hpp
"
5
#include "
mtcore/traits.hpp
"
6
#include "
mtcore/csv/common.hpp
"
7
8
namespace
mtcore::csv
{
9
10
template
<ReaderImpl RI>
11
struct
Reader
{
12
io::Reader<RI>
&
underlying
;
13
14
struct
Field
{};
15
16
using
ReadElem
=
Field
;
17
};
18
}
// namespace mtcore::csv
19
20
#endif
// MTCORE_CSV_READER_HPP
common.hpp
traits.hpp
reader.hpp
mtcore::csv
CSV namespace for CSV-related utilities.
Definition
common.hpp:6
mtcore::csv::Reader::Field
Definition
csv/reader.hpp:14
mtcore::csv::Reader
Definition
csv/reader.hpp:11
mtcore::csv::Reader::underlying
io::Reader< RI > & underlying
Definition
csv/reader.hpp:12
mtcore::csv::Reader::ReadElem
Field ReadElem
Definition
csv/reader.hpp:16
mtcore::io::Reader
A reader that reads data from some sort of stream or buffer Note: the data elements read should be tr...
Definition
io/reader.hpp:42
include
core
mtcore
csv
reader.hpp
Generated on Thu Jun 5 2025 22:26:17 for MT Core (C++) by
1.13.2