userver: /home/antonyzhilin/arcadia/taxi/uservices/userver/libraries/proto-structs/include/userver/proto-structs/fwd.hpp Source File
Loading...
Searching...
No Matches
fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file
4/// @brief Forward declarations of types in userver proto-structs library.
5
6USERVER_NAMESPACE_BEGIN
7
8namespace proto_structs::impl {
9
10class ReadContext;
11class WriteContext;
12
13} // namespace proto_structs::impl
14
15namespace proto_structs {
16
17class Any;
18
19template <typename T>
20struct To;
21
22} // namespace proto_structs
23
24USERVER_NAMESPACE_END