userver: userver/storages/postgres/io/strong_typedef.hpp File Reference
Loading...
Searching...
No Matches
strong_typedef.hpp File Reference

Detailed Description

utils::StrongTypedef I/O support

Definition in file strong_typedef.hpp.

Go to the source code of this file.

#include <userver/storages/postgres/exceptions.hpp>
#include <userver/storages/postgres/io/buffer_io.hpp>
#include <userver/storages/postgres/io/buffer_io_base.hpp>
#include <userver/storages/postgres/io/nullable_traits.hpp>
#include <userver/utils/strong_typedef.hpp>
This graph shows which files directly or indirectly include this file:

Classes

struct  storages::postgres::io::traits::IsMappedToPg<::utils::StrongTypedef< Tag, T, Ops > >
struct  storages::postgres::io::traits::IsSpecialMapping<::utils::StrongTypedef< Tag, T, Ops > >
struct  storages::postgres::io::traits::IsNullable<::utils::StrongTypedef< Tag, T, Ops > >
struct  storages::postgres::io::traits::GetSetNull<::utils::StrongTypedef< Tag, T, Ops > >
struct  storages::postgres::io::traits::CanUseEnumAsStrongTypedef< T >
struct  storages::postgres::io::BufferFormatter<::utils::StrongTypedef< Tag, T, Ops > >
struct  storages::postgres::io::BufferParser<::utils::StrongTypedef< Tag, T, Ops > >
struct  storages::postgres::io::CppToPg<::utils::StrongTypedef< Tag, T, Ops > >
struct  storages::postgres::io::traits::ParserBufferCategory< BufferParser<::utils::StrongTypedef< Tag, T, Ops > > >
struct  storages::postgres::io::traits::Output< T >
struct  storages::postgres::io::traits::Input< T >
struct  storages::postgres::io::traits::IsMappedToPg< T >
struct  storages::postgres::io::traits::IsSpecialMapping< T >
struct  storages::postgres::io::CppToPg< T >

Namespaces

namespace  storages
 Components, clients and helpers for different databases and storages.
namespace  storages::postgres
 Top namespace for uPg driver.
namespace  storages::postgres::io
 uPg input-output.
namespace  storages::postgres::io::traits
 uPg input-output traits.