userver
C++ Async Framework
Toggle main menu visibility
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
client_fwd.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file
4
/// @brief Forward declarations of storages::redis::Client and storages::redis::SubscribeClient
5
6
#
include
<
memory
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
storages::
redis
{
11
12
class
Client
;
13
using
ClientPtr = std::shared_ptr<
Client
>;
14
15
class
SubscribeClient
;
16
using
SubscribeClientPtr = std::shared_ptr<
SubscribeClient
>;
17
18
}
// namespace storages::redis
19
20
USERVER_NAMESPACE_END
userver
storages
redis
client_fwd.hpp
Generated on Fri Apr 11 2025 14:24:13 for userver by
Doxygen
1.13.2