blob: 805168dd30ede0ea20dba5d8d4e28cbbe220ccae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#pragma once
#include <yt/yt/core/misc/public.h>
namespace NYT::NFormats {
////////////////////////////////////////////////////////////////////////////////
DECLARE_REFCOUNTED_CLASS(TProtobufParserType)
DECLARE_REFCOUNTED_CLASS(TProtobufWriterType)
class TProtobufParserFieldDescription;
class TProtobufWriterFieldDescription;
DECLARE_REFCOUNTED_CLASS(TProtobufParserFormatDescription)
DECLARE_REFCOUNTED_CLASS(TProtobufWriterFormatDescription)
////////////////////////////////////////////////////////////////////////////////
} // namespace NYT::NFormats
|