userver: userver/storages/sqlite/sqlite_fwd.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
sqlite_fwd.hpp File Reference

Detailed Description

Forward declarations of some popular sqlite related types.

Definition in file sqlite_fwd.hpp.

Go to the source code of this file.

#include <memory>
+ This graph shows which files directly or indirectly include this file:

Namespaces

namespace  storages
 Components, clients and helpers for different databases and storages.
 

Typedefs

using storages::sqlite::ClientPtr = std::shared_ptr<Client>
 
using storages::sqlite::infra::PoolPtr = std::shared_ptr<Pool>
 
using storages::sqlite::infra::strategy::PoolStrategyBasePtr = std::unique_ptr<PoolStrategyBase>
 

Typedef Documentation

◆ ClientPtr

using storages::sqlite::ClientPtr = std::shared_ptr<Client>

Definition at line 18 of file sqlite_fwd.hpp.

◆ PoolPtr

using storages::sqlite::infra::PoolPtr = std::shared_ptr<Pool>

Definition at line 41 of file sqlite_fwd.hpp.

◆ PoolStrategyBasePtr

using storages::sqlite::infra::strategy::PoolStrategyBasePtr = std::unique_ptr<PoolStrategyBase>

Definition at line 45 of file sqlite_fwd.hpp.