Hyper API for C++ 0.0.24081
Hyper client library for C++ applications
Loading...
Searching...
No Matches
hyperapi.hpp
Go to the documentation of this file.
1
13#ifndef TABLEAU_HYPER_API_HPP
14#define TABLEAU_HYPER_API_HPP
15
17namespace hyperapi {
18}
19
20#include <hyperapi/Catalog.hpp> // IWYU pragma: export
21#include <hyperapi/Connection.hpp> // IWYU pragma: export
22#include <hyperapi/HyperException.hpp> // IWYU pragma: export
23#include <hyperapi/HyperProcess.hpp> // IWYU pragma: export
24#include <hyperapi/Inserter.hpp> // IWYU pragma: export
25#include <hyperapi/Name.hpp> // IWYU pragma: export
26#include <hyperapi/Result.hpp> // IWYU pragma: export
27#include <hyperapi/SqlType.hpp> // IWYU pragma: export
28#include <hyperapi/TableDefinition.hpp> // IWYU pragma: export
29
30#endif
The primary namespace of the Hyper API for C++.
Definition ByteSpan.hpp:14