userver: userver/storages/postgres/database_fwd.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
database_fwd.hpp File Reference

Detailed Description

Forward declarations of Database, DatabasePtr.

Definition in file database_fwd.hpp.

Go to the source code of this file.

#include <memory>
+ Include dependency graph for database_fwd.hpp:
+ This graph shows which files directly or indirectly include this file:

Namespaces

namespace  storages
 Components, clients and helpers for different databases and storages.
 
namespace  storages::postgres
 Top namespace for uPg driver.
 

Typedefs

using storages::postgres::DatabasePtr = std::shared_ptr<Database>