comservatory
Strict validation of CSV files in C++
|
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"
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. | |
Defines the Contents
class for storing the CSV contents.