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

Detailed Description

Floating point I/O support.

Definition in file floating_point_types.hpp.

Go to the source code of this file.

#include <cstring>
#include <boost/endian/arithmetic.hpp>
#include <userver/storages/postgres/io/buffer_io_base.hpp>
#include <userver/storages/postgres/io/integral_types.hpp>
#include <userver/storages/postgres/io/traits.hpp>
#include <userver/storages/postgres/io/type_mapping.hpp>
+ Include dependency graph for floating_point_types.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

struct  storages::postgres::io::BufferParser< float >
 
struct  storages::postgres::io::BufferFormatter< float >
 
struct  storages::postgres::io::BufferParser< double >
 
struct  storages::postgres::io::BufferFormatter< double >
 
struct  storages::postgres::io::CppToSystemPg< float >
 
struct  storages::postgres::io::CppToSystemPg< double >
 

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.