VSQLite++ 0.3
Loading...
Searching...
No Matches
variant.hpp File Reference
#include <cstdint>
#include <memory>
#include <string>
#include <variant>
#include <vector>
Include dependency graph for variant.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sqlite::v2::unknown_t
struct  sqlite::v2::null_t

Namespaces

namespace  sqlite
namespace  sqlite::v2

Typedefs

typedef std::vector< std::uint8_t > sqlite::v2::blob_t
typedef std::shared_ptr< blob_tsqlite::v2::blob_ref_t
typedef std::variant< unknown_t, int, std::int64_t, long double, std::string, null_t, blob_ref_tsqlite::v2::variant_t

Enumerations

enum  sqlite::v2::type {
  sqlite::v2::unknown , sqlite::v2::null , sqlite::v2::integer , sqlite::v2::real ,
  sqlite::v2::text , sqlite::v2::blob
}