aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yson/public.h
blob: c03e53d41f85cbf9af6df002f5d0392689ec30d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#pragma once

#include <library/cpp/yt/misc/enum.h>
#include <util/generic/yexception.h>

#include <library/cpp/yt/yson_string/public.h>
#include <library/cpp/yt/yson/public.h>

namespace NYson {

    //////////////////////////////////////////////////////////////////////////////// 

    using NYT::NYson::EYsonFormat;
    using NYT::NYson::EYsonType;

    class TYsonStringBuf;

    struct TYsonConsumerBase;

    class TYsonWriter;
    class TYsonParser;
    class TStatelessYsonParser;
    class TYsonListParser;

    class TYsonException 
       : public yexception {}; 

    //////////////////////////////////////////////////////////////////////////////// 

} // namespace NYson