
Your opinion will help to improve our service
Leave a feedback >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> | 
| using storages::sqlite::ClientPtr = std::shared_ptr<Client> | 
Definition at line 18 of file sqlite_fwd.hpp.
| using storages::sqlite::infra::PoolPtr = std::shared_ptr<Pool> | 
Definition at line 41 of file sqlite_fwd.hpp.
| using storages::sqlite::infra::strategy::PoolStrategyBasePtr = std::unique_ptr<PoolStrategyBase> | 
Definition at line 45 of file sqlite_fwd.hpp.