comservatory
Strict validation of CSV files in C++
Loading...
Searching...
No Matches
Classes | Namespaces
Parser.hpp File Reference

Defines the Contents class for storing the CSV contents. More...

#include <vector>
#include <string>
#include <stdexcept>
#include <unordered_set>
#include <algorithm>
#include <memory>
#include <thread>
#include "convert.hpp"
#include "Field.hpp"
#include "Creator.hpp"
#include "byteme/PerByte.hpp"
Include dependency graph for Parser.hpp:

Go to the source code of this file.

Classes

struct  comservatory::Contents
 The parsed contents of a CSV file. More...
 

Namespaces

namespace  comservatory
 Contains all comservatory functions and classes.
 

Detailed Description

Defines the Contents class for storing the CSV contents.