catboost 1.25.1 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DEPLOYMENT.md +22 -15
- package/README.md +37 -27
- package/binding.gyp +5 -7
- package/build_scripts/bootstrap.js +2 -1
- package/build_scripts/out/build.js +46 -68
- package/build_scripts/out/build_model.js +1 -1
- package/build_scripts/out/{build_ya.js → build_native.js} +1 -1
- package/build_scripts/out/ci.js +5 -5
- package/build_scripts/out/config.js +32 -18
- package/build_scripts/out/install.js +5 -3
- package/build_scripts/out/package_prepublish.js +1 -1
- package/build_scripts/out/packaging.js +1 -19
- package/build_scripts/out/run_tests.js +1 -1
- package/build_scripts/out/test.js +8 -3
- package/config.json +18 -11
- package/inc/catboost/libs/model_interface/c_api.h +349 -3
- package/lib/catboost.d.ts +65 -21
- package/package.json +4 -4
- package/src/api_helpers.cpp +100 -24
- package/src/api_helpers.h +8 -7
- package/src/api_module.cpp +1 -2
- package/src/model.cpp +483 -83
- package/src/model.h +24 -9
- package/inc/contrib/libs/cxxsupp/system_stl/include/stlfwd +0 -14
- package/inc/util/charset/recode_result.h +0 -9
- package/inc/util/charset/unicode_table.h +0 -123
- package/inc/util/charset/unidata.h +0 -421
- package/inc/util/charset/utf8.h +0 -384
- package/inc/util/charset/wide.h +0 -843
- package/inc/util/charset/wide_specific.h +0 -22
- package/inc/util/datetime/base.h +0 -669
- package/inc/util/datetime/constants.h +0 -7
- package/inc/util/datetime/cputimer.h +0 -124
- package/inc/util/datetime/parser.h +0 -292
- package/inc/util/datetime/systime.h +0 -47
- package/inc/util/datetime/uptime.h +0 -8
- package/inc/util/digest/city.h +0 -88
- package/inc/util/digest/fnv.h +0 -73
- package/inc/util/digest/multi.h +0 -14
- package/inc/util/digest/murmur.h +0 -57
- package/inc/util/digest/numeric.h +0 -86
- package/inc/util/digest/sequence.h +0 -48
- package/inc/util/draft/date.h +0 -129
- package/inc/util/draft/datetime.h +0 -184
- package/inc/util/draft/enum.h +0 -136
- package/inc/util/draft/holder_vector.h +0 -102
- package/inc/util/draft/ip.h +0 -131
- package/inc/util/draft/matrix.h +0 -108
- package/inc/util/draft/memory.h +0 -40
- package/inc/util/folder/dirent_win.h +0 -46
- package/inc/util/folder/dirut.h +0 -121
- package/inc/util/folder/filelist.h +0 -81
- package/inc/util/folder/fts.h +0 -108
- package/inc/util/folder/iterator.h +0 -109
- package/inc/util/folder/lstat_win.h +0 -20
- package/inc/util/folder/path.h +0 -225
- package/inc/util/folder/pathsplit.h +0 -113
- package/inc/util/folder/tempdir.h +0 -42
- package/inc/util/generic/adaptor.h +0 -134
- package/inc/util/generic/algorithm.h +0 -765
- package/inc/util/generic/array_ref.h +0 -282
- package/inc/util/generic/array_size.h +0 -24
- package/inc/util/generic/benchmark/vector_count_ctor/f.h +0 -9
- package/inc/util/generic/bitmap.h +0 -1115
- package/inc/util/generic/bitops.h +0 -459
- package/inc/util/generic/bt_exception.h +0 -24
- package/inc/util/generic/buffer.h +0 -232
- package/inc/util/generic/cast.h +0 -176
- package/inc/util/generic/deque.h +0 -24
- package/inc/util/generic/explicit_type.h +0 -42
- package/inc/util/generic/fastqueue.h +0 -55
- package/inc/util/generic/flags.h +0 -244
- package/inc/util/generic/function.h +0 -103
- package/inc/util/generic/fwd.h +0 -171
- package/inc/util/generic/guid.h +0 -61
- package/inc/util/generic/hash.h +0 -2032
- package/inc/util/generic/hash_primes.h +0 -140
- package/inc/util/generic/hash_set.h +0 -490
- package/inc/util/generic/hide_ptr.h +0 -3
- package/inc/util/generic/intrlist.h +0 -876
- package/inc/util/generic/is_in.h +0 -53
- package/inc/util/generic/iterator.h +0 -137
- package/inc/util/generic/iterator_range.h +0 -105
- package/inc/util/generic/lazy_value.h +0 -66
- package/inc/util/generic/list.h +0 -22
- package/inc/util/generic/map.h +0 -44
- package/inc/util/generic/mapfindptr.h +0 -60
- package/inc/util/generic/maybe.h +0 -713
- package/inc/util/generic/maybe_traits.h +0 -164
- package/inc/util/generic/mem_copy.h +0 -55
- package/inc/util/generic/noncopyable.h +0 -38
- package/inc/util/generic/object_counter.h +0 -53
- package/inc/util/generic/ptr.h +0 -1113
- package/inc/util/generic/queue.h +0 -57
- package/inc/util/generic/refcount.h +0 -162
- package/inc/util/generic/reserve.h +0 -11
- package/inc/util/generic/scope.h +0 -65
- package/inc/util/generic/serialized_enum.h +0 -406
- package/inc/util/generic/set.h +0 -42
- package/inc/util/generic/singleton.h +0 -136
- package/inc/util/generic/size_literals.h +0 -65
- package/inc/util/generic/stack.h +0 -18
- package/inc/util/generic/store_policy.h +0 -120
- package/inc/util/generic/strbase.h +0 -612
- package/inc/util/generic/strbuf.h +0 -552
- package/inc/util/generic/strfcpy.h +0 -17
- package/inc/util/generic/string.h +0 -1572
- package/inc/util/generic/string_hash.h +0 -21
- package/inc/util/generic/string_ut.h +0 -1175
- package/inc/util/generic/type_name.h +0 -34
- package/inc/util/generic/typelist.h +0 -114
- package/inc/util/generic/typetraits.h +0 -325
- package/inc/util/generic/utility.h +0 -132
- package/inc/util/generic/va_args.h +0 -400
- package/inc/util/generic/variant.h +0 -631
- package/inc/util/generic/variant_traits.h +0 -171
- package/inc/util/generic/vector.h +0 -119
- package/inc/util/generic/xrange.h +0 -258
- package/inc/util/generic/yexception.h +0 -212
- package/inc/util/generic/yexception_ut.h +0 -14
- package/inc/util/generic/ylimits.h +0 -92
- package/inc/util/generic/ymath.h +0 -206
- package/inc/util/memory/addstorage.h +0 -93
- package/inc/util/memory/alloc.h +0 -27
- package/inc/util/memory/blob.h +0 -296
- package/inc/util/memory/mmapalloc.h +0 -8
- package/inc/util/memory/pool.h +0 -432
- package/inc/util/memory/segmented_string_pool.h +0 -194
- package/inc/util/memory/segpool_alloc.h +0 -118
- package/inc/util/memory/smallobj.h +0 -141
- package/inc/util/memory/tempbuf.h +0 -111
- package/inc/util/network/address.h +0 -136
- package/inc/util/network/endpoint.h +0 -61
- package/inc/util/network/hostip.h +0 -16
- package/inc/util/network/init.h +0 -60
- package/inc/util/network/interface.h +0 -17
- package/inc/util/network/iovec.h +0 -65
- package/inc/util/network/ip.h +0 -116
- package/inc/util/network/nonblock.h +0 -8
- package/inc/util/network/pair.h +0 -9
- package/inc/util/network/poller.h +0 -58
- package/inc/util/network/pollerimpl.h +0 -707
- package/inc/util/network/sock.h +0 -608
- package/inc/util/network/socket.h +0 -421
- package/inc/util/random/common_ops.h +0 -130
- package/inc/util/random/easy.h +0 -47
- package/inc/util/random/entropy.h +0 -21
- package/inc/util/random/fast.h +0 -101
- package/inc/util/random/init_atfork.h +0 -3
- package/inc/util/random/lcg_engine.h +0 -66
- package/inc/util/random/mersenne.h +0 -46
- package/inc/util/random/mersenne32.h +0 -50
- package/inc/util/random/mersenne64.h +0 -50
- package/inc/util/random/normal.h +0 -38
- package/inc/util/random/random.h +0 -30
- package/inc/util/random/shuffle.h +0 -39
- package/inc/util/str_stl.h +0 -266
- package/inc/util/stream/aligned.h +0 -99
- package/inc/util/stream/buffer.h +0 -119
- package/inc/util/stream/buffered.h +0 -225
- package/inc/util/stream/debug.h +0 -53
- package/inc/util/stream/direct_io.h +0 -43
- package/inc/util/stream/file.h +0 -108
- package/inc/util/stream/format.h +0 -444
- package/inc/util/stream/fwd.h +0 -100
- package/inc/util/stream/hex.h +0 -8
- package/inc/util/stream/holder.h +0 -44
- package/inc/util/stream/input.h +0 -273
- package/inc/util/stream/labeled.h +0 -19
- package/inc/util/stream/length.h +0 -100
- package/inc/util/stream/mem.h +0 -255
- package/inc/util/stream/multi.h +0 -32
- package/inc/util/stream/null.h +0 -61
- package/inc/util/stream/output.h +0 -304
- package/inc/util/stream/pipe.h +0 -112
- package/inc/util/stream/printf.h +0 -25
- package/inc/util/stream/str.h +0 -207
- package/inc/util/stream/tee.h +0 -28
- package/inc/util/stream/tempbuf.h +0 -21
- package/inc/util/stream/tokenizer.h +0 -214
- package/inc/util/stream/trace.h +0 -60
- package/inc/util/stream/walk.h +0 -35
- package/inc/util/stream/zerocopy.h +0 -91
- package/inc/util/stream/zerocopy_output.h +0 -57
- package/inc/util/stream/zlib.h +0 -173
- package/inc/util/string/ascii.h +0 -236
- package/inc/util/string/builder.h +0 -39
- package/inc/util/string/cast.h +0 -347
- package/inc/util/string/cstriter.h +0 -14
- package/inc/util/string/escape.h +0 -70
- package/inc/util/string/hex.h +0 -59
- package/inc/util/string/join.h +0 -194
- package/inc/util/string/printf.h +0 -13
- package/inc/util/string/reverse.h +0 -16
- package/inc/util/string/split.h +0 -1080
- package/inc/util/string/strip.h +0 -257
- package/inc/util/string/strspn.h +0 -65
- package/inc/util/string/subst.h +0 -56
- package/inc/util/string/type.h +0 -50
- package/inc/util/string/util.h +0 -195
- package/inc/util/string/vector.h +0 -132
- package/inc/util/system/align.h +0 -50
- package/inc/util/system/atexit.h +0 -22
- package/inc/util/system/atomic.h +0 -51
- package/inc/util/system/atomic_gcc.h +0 -90
- package/inc/util/system/atomic_ops.h +0 -189
- package/inc/util/system/atomic_win.h +0 -114
- package/inc/util/system/backtrace.h +0 -39
- package/inc/util/system/byteorder.h +0 -186
- package/inc/util/system/compat.h +0 -84
- package/inc/util/system/compiler.h +0 -620
- package/inc/util/system/condvar.h +0 -71
- package/inc/util/system/context.h +0 -181
- package/inc/util/system/context_aarch64.h +0 -8
- package/inc/util/system/context_i686.h +0 -9
- package/inc/util/system/context_x86.h +0 -12
- package/inc/util/system/context_x86_64.h +0 -7
- package/inc/util/system/cpu_id.h +0 -159
- package/inc/util/system/daemon.h +0 -28
- package/inc/util/system/datetime.h +0 -98
- package/inc/util/system/defaults.h +0 -149
- package/inc/util/system/demangle.h +0 -5
- package/inc/util/system/demangle_impl.h +0 -23
- package/inc/util/system/direct_io.h +0 -71
- package/inc/util/system/dynlib.h +0 -119
- package/inc/util/system/env.h +0 -32
- package/inc/util/system/error.h +0 -95
- package/inc/util/system/event.h +0 -122
- package/inc/util/system/execpath.h +0 -17
- package/inc/util/system/fasttime.h +0 -6
- package/inc/util/system/fhandle.h +0 -27
- package/inc/util/system/file.h +0 -210
- package/inc/util/system/file_lock.h +0 -34
- package/inc/util/system/filemap.h +0 -383
- package/inc/util/system/flock.h +0 -35
- package/inc/util/system/fs.h +0 -156
- package/inc/util/system/fs_win.h +0 -29
- package/inc/util/system/fstat.h +0 -46
- package/inc/util/system/getpid.h +0 -12
- package/inc/util/system/guard.h +0 -179
- package/inc/util/system/hi_lo.h +0 -139
- package/inc/util/system/hostname.h +0 -10
- package/inc/util/system/hp_timer.h +0 -36
- package/inc/util/system/info.h +0 -12
- package/inc/util/system/interrupt_signals.h +0 -22
- package/inc/util/system/madvise.h +0 -30
- package/inc/util/system/maxlen.h +0 -32
- package/inc/util/system/mem_info.h +0 -18
- package/inc/util/system/mincore.h +0 -38
- package/inc/util/system/mktemp.h +0 -11
- package/inc/util/system/mlock.h +0 -43
- package/inc/util/system/mutex.h +0 -67
- package/inc/util/system/nice.h +0 -3
- package/inc/util/system/pipe.h +0 -90
- package/inc/util/system/platform.h +0 -246
- package/inc/util/system/progname.h +0 -13
- package/inc/util/system/protect.h +0 -25
- package/inc/util/system/rusage.h +0 -26
- package/inc/util/system/rwlock.h +0 -78
- package/inc/util/system/sanitizers.h +0 -122
- package/inc/util/system/sem.h +0 -41
- package/inc/util/system/shellcommand.h +0 -472
- package/inc/util/system/shmat.h +0 -32
- package/inc/util/system/sigset.h +0 -78
- package/inc/util/system/spin_wait.h +0 -10
- package/inc/util/system/spinlock.h +0 -121
- package/inc/util/system/src_location.h +0 -25
- package/inc/util/system/src_root.h +0 -68
- package/inc/util/system/sys_alloc.h +0 -43
- package/inc/util/system/sysstat.h +0 -52
- package/inc/util/system/tempfile.h +0 -34
- package/inc/util/system/thread.h +0 -167
- package/inc/util/system/tls.h +0 -307
- package/inc/util/system/types.h +0 -119
- package/inc/util/system/unaligned_mem.h +0 -67
- package/inc/util/system/user.h +0 -5
- package/inc/util/system/utime.h +0 -6
- package/inc/util/system/valgrind.h +0 -48
- package/inc/util/system/winint.h +0 -43
- package/inc/util/system/yassert.h +0 -121
- package/inc/util/system/yield.h +0 -4
- package/inc/util/thread/factory.h +0 -65
- package/inc/util/thread/fwd.h +0 -30
- package/inc/util/thread/lfqueue.h +0 -406
- package/inc/util/thread/lfstack.h +0 -188
- package/inc/util/thread/pool.h +0 -388
- package/inc/util/thread/singleton.h +0 -42
- package/inc/util/ysafeptr.h +0 -427
- package/inc/util/ysaveload.h +0 -700
package/inc/util/ysaveload.h
DELETED
|
@@ -1,700 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <util/generic/fwd.h>
|
|
4
|
-
#include <util/generic/strbuf.h>
|
|
5
|
-
#include <util/generic/string.h>
|
|
6
|
-
#include <util/generic/yexception.h>
|
|
7
|
-
#include <util/generic/typetraits.h>
|
|
8
|
-
#include <util/generic/algorithm.h>
|
|
9
|
-
#include <util/stream/output.h>
|
|
10
|
-
#include <util/stream/input.h>
|
|
11
|
-
|
|
12
|
-
template <typename T>
|
|
13
|
-
class TSerializeTypeTraits {
|
|
14
|
-
public:
|
|
15
|
-
/*
|
|
16
|
-
* pointer types cannot be serialized as POD-type
|
|
17
|
-
*/
|
|
18
|
-
enum {
|
|
19
|
-
IsSerializablePod = TTypeTraits<T>::IsPod && !std::is_pointer<T>::value
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
struct TSerializeException: public yexception {
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
struct TLoadEOF: public TSerializeException {
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
template <class T>
|
|
30
|
-
static inline void Save(IOutputStream* out, const T& t);
|
|
31
|
-
|
|
32
|
-
template <class T>
|
|
33
|
-
static inline void SaveArray(IOutputStream* out, const T* t, size_t len);
|
|
34
|
-
|
|
35
|
-
template <class T>
|
|
36
|
-
static inline void Load(IInputStream* in, T& t);
|
|
37
|
-
|
|
38
|
-
template <class T>
|
|
39
|
-
static inline void LoadArray(IInputStream* in, T* t, size_t len);
|
|
40
|
-
|
|
41
|
-
template <class T, class TStorage>
|
|
42
|
-
static inline void Load(IInputStream* in, T& t, TStorage& pool);
|
|
43
|
-
|
|
44
|
-
template <class T, class TStorage>
|
|
45
|
-
static inline void LoadArray(IInputStream* in, T* t, size_t len, TStorage& pool);
|
|
46
|
-
|
|
47
|
-
template <class T>
|
|
48
|
-
static inline void SavePodType(IOutputStream* rh, const T& t) {
|
|
49
|
-
rh->Write(&t, sizeof(T));
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
namespace NPrivate {
|
|
53
|
-
[[noreturn]] void ThrowLoadEOFException(size_t typeSize, size_t realSize, TStringBuf structName);
|
|
54
|
-
[[noreturn]] void ThrowUnexpectedVariantTagException(ui8 tagIndex);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
template <class T>
|
|
58
|
-
static inline void LoadPodType(IInputStream* rh, T& t) {
|
|
59
|
-
const size_t res = rh->Load(&t, sizeof(T));
|
|
60
|
-
|
|
61
|
-
if (Y_UNLIKELY(res != sizeof(T))) {
|
|
62
|
-
::NPrivate::ThrowLoadEOFException(sizeof(T), res, TStringBuf("pod type"));
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
template <class T>
|
|
67
|
-
static inline void SavePodArray(IOutputStream* rh, const T* arr, size_t count) {
|
|
68
|
-
rh->Write(arr, sizeof(T) * count);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
template <class T>
|
|
72
|
-
static inline void LoadPodArray(IInputStream* rh, T* arr, size_t count) {
|
|
73
|
-
const size_t len = sizeof(T) * count;
|
|
74
|
-
const size_t res = rh->Load(arr, len);
|
|
75
|
-
|
|
76
|
-
if (Y_UNLIKELY(res != len)) {
|
|
77
|
-
::NPrivate::ThrowLoadEOFException(len, res, TStringBuf("pod array"));
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
template <class It>
|
|
82
|
-
static inline void SaveIterRange(IOutputStream* rh, It b, It e) {
|
|
83
|
-
while (b != e) {
|
|
84
|
-
::Save(rh, *b++);
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
template <class It>
|
|
89
|
-
static inline void LoadIterRange(IInputStream* rh, It b, It e) {
|
|
90
|
-
while (b != e) {
|
|
91
|
-
::Load(rh, *b++);
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
template <class It, class TStorage>
|
|
96
|
-
static inline void LoadIterRange(IInputStream* rh, It b, It e, TStorage& pool) {
|
|
97
|
-
while (b != e) {
|
|
98
|
-
::Load(rh, *b++, pool);
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
template <class T, bool isPod>
|
|
103
|
-
struct TSerializerTakingIntoAccountThePodType {
|
|
104
|
-
static inline void Save(IOutputStream* out, const T& t) {
|
|
105
|
-
::SavePodType(out, t);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
static inline void Load(IInputStream* in, T& t) {
|
|
109
|
-
::LoadPodType(in, t);
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
template <class TStorage>
|
|
113
|
-
static inline void Load(IInputStream* in, T& t, TStorage& /*pool*/) {
|
|
114
|
-
::LoadPodType(in, t);
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
static inline void SaveArray(IOutputStream* out, const T* t, size_t len) {
|
|
118
|
-
::SavePodArray(out, t, len);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
static inline void LoadArray(IInputStream* in, T* t, size_t len) {
|
|
122
|
-
::LoadPodArray(in, t, len);
|
|
123
|
-
}
|
|
124
|
-
};
|
|
125
|
-
|
|
126
|
-
namespace NHasSaveLoad {
|
|
127
|
-
Y_HAS_MEMBER(SaveLoad);
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
template <class T, class = void>
|
|
131
|
-
struct TSerializerMethodSelector;
|
|
132
|
-
|
|
133
|
-
template <class T>
|
|
134
|
-
struct TSerializerMethodSelector<T, std::enable_if_t<NHasSaveLoad::THasSaveLoad<T>::value>> {
|
|
135
|
-
static inline void Save(IOutputStream* out, const T& t) {
|
|
136
|
-
//assume Save clause do not change t
|
|
137
|
-
(const_cast<T&>(t)).SaveLoad(out);
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
static inline void Load(IInputStream* in, T& t) {
|
|
141
|
-
t.SaveLoad(in);
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
template <class TStorage>
|
|
145
|
-
static inline void Load(IInputStream* in, T& t, TStorage& pool) {
|
|
146
|
-
t.SaveLoad(in, pool);
|
|
147
|
-
}
|
|
148
|
-
};
|
|
149
|
-
|
|
150
|
-
template <class T>
|
|
151
|
-
struct TSerializerMethodSelector<T, std::enable_if_t<!NHasSaveLoad::THasSaveLoad<T>::value>> {
|
|
152
|
-
static inline void Save(IOutputStream* out, const T& t) {
|
|
153
|
-
t.Save(out);
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
static inline void Load(IInputStream* in, T& t) {
|
|
157
|
-
t.Load(in);
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
template <class TStorage>
|
|
161
|
-
static inline void Load(IInputStream* in, T& t, TStorage& pool) {
|
|
162
|
-
t.Load(in, pool);
|
|
163
|
-
}
|
|
164
|
-
};
|
|
165
|
-
|
|
166
|
-
template <class T>
|
|
167
|
-
struct TSerializerTakingIntoAccountThePodType<T, false>: public TSerializerMethodSelector<T> {
|
|
168
|
-
static inline void SaveArray(IOutputStream* out, const T* t, size_t len) {
|
|
169
|
-
::SaveIterRange(out, t, t + len);
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
static inline void LoadArray(IInputStream* in, T* t, size_t len) {
|
|
173
|
-
::LoadIterRange(in, t, t + len);
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
template <class TStorage>
|
|
177
|
-
static inline void LoadArray(IInputStream* in, T* t, size_t len, TStorage& pool) {
|
|
178
|
-
::LoadIterRange(in, t, t + len, pool);
|
|
179
|
-
}
|
|
180
|
-
};
|
|
181
|
-
|
|
182
|
-
template <class It, bool isPtr>
|
|
183
|
-
struct TRangeSerialize {
|
|
184
|
-
static inline void Save(IOutputStream* rh, It b, It e) {
|
|
185
|
-
SaveArray(rh, b, e - b);
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
static inline void Load(IInputStream* rh, It b, It e) {
|
|
189
|
-
LoadArray(rh, b, e - b);
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
template <class TStorage>
|
|
193
|
-
static inline void Load(IInputStream* rh, It b, It e, TStorage& pool) {
|
|
194
|
-
LoadArray(rh, b, e - b, pool);
|
|
195
|
-
}
|
|
196
|
-
};
|
|
197
|
-
|
|
198
|
-
template <class It>
|
|
199
|
-
struct TRangeSerialize<It, false> {
|
|
200
|
-
static inline void Save(IOutputStream* rh, It b, It e) {
|
|
201
|
-
SaveIterRange(rh, b, e);
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
static inline void Load(IInputStream* rh, It b, It e) {
|
|
205
|
-
LoadIterRange(rh, b, e);
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
template <class TStorage>
|
|
209
|
-
static inline void Load(IInputStream* rh, It b, It e, TStorage& pool) {
|
|
210
|
-
LoadIterRange(rh, b, e, pool);
|
|
211
|
-
}
|
|
212
|
-
};
|
|
213
|
-
|
|
214
|
-
template <class It>
|
|
215
|
-
static inline void SaveRange(IOutputStream* rh, It b, It e) {
|
|
216
|
-
TRangeSerialize<It, std::is_pointer<It>::value>::Save(rh, b, e);
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
template <class It>
|
|
220
|
-
static inline void LoadRange(IInputStream* rh, It b, It e) {
|
|
221
|
-
TRangeSerialize<It, std::is_pointer<It>::value>::Load(rh, b, e);
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
template <class It, class TStorage>
|
|
225
|
-
static inline void LoadRange(IInputStream* rh, It b, It e, TStorage& pool) {
|
|
226
|
-
TRangeSerialize<It, std::is_pointer<It>::value>::Load(rh, b, e, pool);
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
template <class T>
|
|
230
|
-
class TSerializer: public TSerializerTakingIntoAccountThePodType<T, TSerializeTypeTraits<T>::IsSerializablePod> {
|
|
231
|
-
};
|
|
232
|
-
|
|
233
|
-
template <class T>
|
|
234
|
-
class TArraySerializer: public TSerializerTakingIntoAccountThePodType<T, TSerializeTypeTraits<T>::IsSerializablePod> {
|
|
235
|
-
};
|
|
236
|
-
|
|
237
|
-
template <class T>
|
|
238
|
-
static inline void Save(IOutputStream* out, const T& t) {
|
|
239
|
-
TSerializer<T>::Save(out, t);
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
template <class T>
|
|
243
|
-
static inline void SaveArray(IOutputStream* out, const T* t, size_t len) {
|
|
244
|
-
TArraySerializer<T>::SaveArray(out, t, len);
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
template <class T>
|
|
248
|
-
static inline void Load(IInputStream* in, T& t) {
|
|
249
|
-
TSerializer<T>::Load(in, t);
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
template <class T>
|
|
253
|
-
static inline void LoadArray(IInputStream* in, T* t, size_t len) {
|
|
254
|
-
TArraySerializer<T>::LoadArray(in, t, len);
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
template <class T, class TStorage>
|
|
258
|
-
static inline void Load(IInputStream* in, T& t, TStorage& pool) {
|
|
259
|
-
TSerializer<T>::Load(in, t, pool);
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
template <class T, class TStorage>
|
|
263
|
-
static inline void LoadArray(IInputStream* in, T* t, size_t len, TStorage& pool) {
|
|
264
|
-
TArraySerializer<T>::LoadArray(in, t, len, pool);
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
static inline void SaveSize(IOutputStream* rh, size_t len) {
|
|
268
|
-
if ((ui64)len < 0xffffffff) {
|
|
269
|
-
::Save(rh, (ui32)len);
|
|
270
|
-
} else {
|
|
271
|
-
::Save(rh, (ui32)0xffffffff);
|
|
272
|
-
::Save(rh, (ui64)len);
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
static inline size_t LoadSize(IInputStream* rh) {
|
|
277
|
-
ui32 oldVerSize;
|
|
278
|
-
ui64 newVerSize;
|
|
279
|
-
::Load(rh, oldVerSize);
|
|
280
|
-
if (oldVerSize != 0xffffffff) {
|
|
281
|
-
return oldVerSize;
|
|
282
|
-
} else {
|
|
283
|
-
::Load(rh, newVerSize);
|
|
284
|
-
return newVerSize;
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
template <class C>
|
|
289
|
-
static inline void LoadSizeAndResize(IInputStream* rh, C& c) {
|
|
290
|
-
c.resize(LoadSize(rh));
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
template <class TStorage>
|
|
294
|
-
static inline char* AllocateFromPool(TStorage& pool, size_t len) {
|
|
295
|
-
return static_cast<char*>(pool.Allocate(len));
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
template <>
|
|
299
|
-
class TSerializer<const char*> {
|
|
300
|
-
public:
|
|
301
|
-
static inline void Save(IOutputStream* rh, const char* s) {
|
|
302
|
-
size_t length = strlen(s);
|
|
303
|
-
::SaveSize(rh, length);
|
|
304
|
-
::SavePodArray(rh, s, length);
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
template <class Char, class TStorage>
|
|
308
|
-
static inline void Load(IInputStream* rh, Char*& s, TStorage& pool) {
|
|
309
|
-
const size_t len = LoadSize(rh);
|
|
310
|
-
|
|
311
|
-
char* res = AllocateFromPool(pool, len + 1);
|
|
312
|
-
::LoadPodArray(rh, res, len);
|
|
313
|
-
res[len] = 0;
|
|
314
|
-
s = res;
|
|
315
|
-
}
|
|
316
|
-
};
|
|
317
|
-
|
|
318
|
-
template <class TVec>
|
|
319
|
-
class TVectorSerializer {
|
|
320
|
-
using TIter = typename TVec::iterator;
|
|
321
|
-
|
|
322
|
-
public:
|
|
323
|
-
static inline void Save(IOutputStream* rh, const TVec& v) {
|
|
324
|
-
::SaveSize(rh, v.size());
|
|
325
|
-
::SaveRange(rh, v.begin(), v.end());
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
static inline void Load(IInputStream* rh, TVec& v) {
|
|
329
|
-
::LoadSizeAndResize(rh, v);
|
|
330
|
-
TIter b = v.begin();
|
|
331
|
-
TIter e = (TIter)v.end();
|
|
332
|
-
::LoadRange(rh, b, e);
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
template <class TStorage>
|
|
336
|
-
static inline void Load(IInputStream* rh, TVec& v, TStorage& pool) {
|
|
337
|
-
::LoadSizeAndResize(rh, v);
|
|
338
|
-
TIter b = v.begin();
|
|
339
|
-
TIter e = (TIter)v.end();
|
|
340
|
-
::LoadRange(rh, b, e, pool);
|
|
341
|
-
}
|
|
342
|
-
};
|
|
343
|
-
|
|
344
|
-
template <class T, class A>
|
|
345
|
-
class TSerializer<TVector<T, A>>: public TVectorSerializer<TVector<T, A>> {
|
|
346
|
-
};
|
|
347
|
-
|
|
348
|
-
template <class T, class A>
|
|
349
|
-
class TSerializer<std::vector<T, A>>: public TVectorSerializer<std::vector<T, A>> {
|
|
350
|
-
};
|
|
351
|
-
|
|
352
|
-
template <class T, class A>
|
|
353
|
-
class TSerializer<TList<T, A>>: public TVectorSerializer<TList<T, A>> {
|
|
354
|
-
};
|
|
355
|
-
|
|
356
|
-
template <class T, class A>
|
|
357
|
-
class TSerializer<std::list<T, A>>: public TVectorSerializer<std::list<T, A>> {
|
|
358
|
-
};
|
|
359
|
-
|
|
360
|
-
template <>
|
|
361
|
-
class TSerializer<TString>: public TVectorSerializer<TString> {
|
|
362
|
-
};
|
|
363
|
-
|
|
364
|
-
template <>
|
|
365
|
-
class TSerializer<TUtf16String>: public TVectorSerializer<TUtf16String> {
|
|
366
|
-
};
|
|
367
|
-
|
|
368
|
-
template <class T, class A>
|
|
369
|
-
class TSerializer<TDeque<T, A>>: public TVectorSerializer<TDeque<T, A>> {
|
|
370
|
-
};
|
|
371
|
-
|
|
372
|
-
template <class T, class A>
|
|
373
|
-
class TSerializer<std::deque<T, A>>: public TVectorSerializer<std::deque<T, A>> {
|
|
374
|
-
};
|
|
375
|
-
|
|
376
|
-
template <class TArray>
|
|
377
|
-
class TStdArraySerializer {
|
|
378
|
-
public:
|
|
379
|
-
static inline void Save(IOutputStream* rh, const TArray& a) {
|
|
380
|
-
::SaveArray(rh, a.data(), a.size());
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
static inline void Load(IInputStream* rh, TArray& a) {
|
|
384
|
-
::LoadArray(rh, a.data(), a.size());
|
|
385
|
-
}
|
|
386
|
-
};
|
|
387
|
-
|
|
388
|
-
template <class T, size_t N>
|
|
389
|
-
class TSerializer<std::array<T, N>>: public TStdArraySerializer<std::array<T, N>> {
|
|
390
|
-
};
|
|
391
|
-
|
|
392
|
-
template <class A, class B>
|
|
393
|
-
class TSerializer<std::pair<A, B>> {
|
|
394
|
-
using TPair = std::pair<A, B>;
|
|
395
|
-
|
|
396
|
-
public:
|
|
397
|
-
static inline void Save(IOutputStream* rh, const TPair& p) {
|
|
398
|
-
::Save(rh, p.first);
|
|
399
|
-
::Save(rh, p.second);
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
static inline void Load(IInputStream* rh, TPair& p) {
|
|
403
|
-
::Load(rh, p.first);
|
|
404
|
-
::Load(rh, p.second);
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
template <class TStorage>
|
|
408
|
-
static inline void Load(IInputStream* rh, TPair& p, TStorage& pool) {
|
|
409
|
-
::Load(rh, p.first, pool);
|
|
410
|
-
::Load(rh, p.second, pool);
|
|
411
|
-
}
|
|
412
|
-
};
|
|
413
|
-
|
|
414
|
-
template <class T>
|
|
415
|
-
struct TTupleSerializer {
|
|
416
|
-
template <class F, class Tuple, size_t... Indices>
|
|
417
|
-
static inline void ReverseUseless(F&& f, Tuple&& t, std::index_sequence<Indices...>) {
|
|
418
|
-
ApplyToMany(
|
|
419
|
-
std::forward<F>(f),
|
|
420
|
-
// We need to do this trick because we don't want to break backward compatibility.
|
|
421
|
-
// Tuples are being packed in reverse order.
|
|
422
|
-
std::get<std::tuple_size<T>::value - Indices - 1>(std::forward<Tuple>(t))...);
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
static inline void Save(IOutputStream* stream, const T& t) {
|
|
426
|
-
ReverseUseless([&](const auto& v) { ::Save(stream, v); }, t,
|
|
427
|
-
std::make_index_sequence<std::tuple_size<T>::value>{});
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
static inline void Load(IInputStream* stream, T& t) {
|
|
431
|
-
ReverseUseless([&](auto& v) { ::Load(stream, v); }, t,
|
|
432
|
-
std::make_index_sequence<std::tuple_size<T>::value>{});
|
|
433
|
-
}
|
|
434
|
-
};
|
|
435
|
-
|
|
436
|
-
template <typename... TArgs>
|
|
437
|
-
struct TSerializer<std::tuple<TArgs...>> : TTupleSerializer<std::tuple<TArgs...>> {
|
|
438
|
-
};
|
|
439
|
-
|
|
440
|
-
template <>
|
|
441
|
-
class TSerializer<TBuffer> {
|
|
442
|
-
public:
|
|
443
|
-
static void Save(IOutputStream* rh, const TBuffer& buf);
|
|
444
|
-
static void Load(IInputStream* rh, TBuffer& buf);
|
|
445
|
-
};
|
|
446
|
-
|
|
447
|
-
template <class TSetOrMap, class TValue>
|
|
448
|
-
class TSetSerializerInserterBase {
|
|
449
|
-
public:
|
|
450
|
-
inline TSetSerializerInserterBase(TSetOrMap& s)
|
|
451
|
-
: S_(s)
|
|
452
|
-
{
|
|
453
|
-
S_.clear();
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
inline void Insert(const TValue& v) {
|
|
457
|
-
S_.insert(v);
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
protected:
|
|
461
|
-
TSetOrMap& S_;
|
|
462
|
-
};
|
|
463
|
-
|
|
464
|
-
template <class TSetOrMap, class TValue, bool sorted>
|
|
465
|
-
class TSetSerializerInserter: public TSetSerializerInserterBase<TSetOrMap, TValue> {
|
|
466
|
-
using TBase = TSetSerializerInserterBase<TSetOrMap, TValue>;
|
|
467
|
-
|
|
468
|
-
public:
|
|
469
|
-
inline TSetSerializerInserter(TSetOrMap& s, size_t cnt)
|
|
470
|
-
: TBase(s)
|
|
471
|
-
{
|
|
472
|
-
Y_UNUSED(cnt);
|
|
473
|
-
}
|
|
474
|
-
};
|
|
475
|
-
|
|
476
|
-
template <class TSetType, class TValue>
|
|
477
|
-
class TSetSerializerInserter<TSetType, TValue, true>: public TSetSerializerInserterBase<TSetType, TValue> {
|
|
478
|
-
using TBase = TSetSerializerInserterBase<TSetType, TValue>;
|
|
479
|
-
|
|
480
|
-
public:
|
|
481
|
-
inline TSetSerializerInserter(TSetType& s, size_t cnt)
|
|
482
|
-
: TBase(s)
|
|
483
|
-
{
|
|
484
|
-
Y_UNUSED(cnt);
|
|
485
|
-
P_ = this->S_.begin();
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
inline void Insert(const TValue& v) {
|
|
489
|
-
P_ = this->S_.insert(P_, v);
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
private:
|
|
493
|
-
typename TSetType::iterator P_;
|
|
494
|
-
};
|
|
495
|
-
|
|
496
|
-
template <class T1, class T2, class T3, class T4, class T5, class TValue>
|
|
497
|
-
class TSetSerializerInserter<THashMap<T1, T2, T3, T4, T5>, TValue, false>: public TSetSerializerInserterBase<THashMap<T1, T2, T3, T4, T5>, TValue> {
|
|
498
|
-
using TMapType = THashMap<T1, T2, T3, T4, T5>;
|
|
499
|
-
using TBase = TSetSerializerInserterBase<TMapType, TValue>;
|
|
500
|
-
|
|
501
|
-
public:
|
|
502
|
-
inline TSetSerializerInserter(TMapType& m, size_t cnt)
|
|
503
|
-
: TBase(m)
|
|
504
|
-
{
|
|
505
|
-
m.reserve(cnt);
|
|
506
|
-
}
|
|
507
|
-
};
|
|
508
|
-
|
|
509
|
-
template <class T1, class T2, class T3, class T4, class T5, class TValue>
|
|
510
|
-
class TSetSerializerInserter<THashMultiMap<T1, T2, T3, T4, T5>, TValue, false>: public TSetSerializerInserterBase<THashMultiMap<T1, T2, T3, T4, T5>, TValue> {
|
|
511
|
-
using TMapType = THashMultiMap<T1, T2, T3, T4, T5>;
|
|
512
|
-
using TBase = TSetSerializerInserterBase<TMapType, TValue>;
|
|
513
|
-
|
|
514
|
-
public:
|
|
515
|
-
inline TSetSerializerInserter(TMapType& m, size_t cnt)
|
|
516
|
-
: TBase(m)
|
|
517
|
-
{
|
|
518
|
-
m.reserve(cnt);
|
|
519
|
-
}
|
|
520
|
-
};
|
|
521
|
-
|
|
522
|
-
template <class T1, class T2, class T3, class T4, class TValue>
|
|
523
|
-
class TSetSerializerInserter<THashSet<T1, T2, T3, T4>, TValue, false>: public TSetSerializerInserterBase<THashSet<T1, T2, T3, T4>, TValue> {
|
|
524
|
-
using TSetType = THashSet<T1, T2, T3, T4>;
|
|
525
|
-
using TBase = TSetSerializerInserterBase<TSetType, TValue>;
|
|
526
|
-
|
|
527
|
-
public:
|
|
528
|
-
inline TSetSerializerInserter(TSetType& s, size_t cnt)
|
|
529
|
-
: TBase(s)
|
|
530
|
-
{
|
|
531
|
-
s.reserve(cnt);
|
|
532
|
-
}
|
|
533
|
-
};
|
|
534
|
-
|
|
535
|
-
template <class TSetType, class TValue, bool sorted>
|
|
536
|
-
class TSetSerializerBase {
|
|
537
|
-
public:
|
|
538
|
-
static inline void Save(IOutputStream* rh, const TSetType& s) {
|
|
539
|
-
::SaveSize(rh, s.size());
|
|
540
|
-
::SaveRange(rh, s.begin(), s.end());
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
static inline void Load(IInputStream* rh, TSetType& s) {
|
|
544
|
-
const size_t cnt = ::LoadSize(rh);
|
|
545
|
-
TSetSerializerInserter<TSetType, TValue, sorted> ins(s, cnt);
|
|
546
|
-
|
|
547
|
-
TValue v;
|
|
548
|
-
for (size_t i = 0; i != cnt; ++i) {
|
|
549
|
-
::Load(rh, v);
|
|
550
|
-
ins.Insert(v);
|
|
551
|
-
}
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
template <class TStorage>
|
|
555
|
-
static inline void Load(IInputStream* rh, TSetType& s, TStorage& pool) {
|
|
556
|
-
const size_t cnt = ::LoadSize(rh);
|
|
557
|
-
TSetSerializerInserter<TSetType, TValue, sorted> ins(s, cnt);
|
|
558
|
-
|
|
559
|
-
TValue v;
|
|
560
|
-
for (size_t i = 0; i != cnt; ++i) {
|
|
561
|
-
::Load(rh, v, pool);
|
|
562
|
-
ins.Insert(v);
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
};
|
|
566
|
-
|
|
567
|
-
template <class TMapType, bool sorted = false>
|
|
568
|
-
struct TMapSerializer: public TSetSerializerBase<TMapType, std::pair<typename TMapType::key_type, typename TMapType::mapped_type>, sorted> {
|
|
569
|
-
};
|
|
570
|
-
|
|
571
|
-
template <class TSetType, bool sorted = false>
|
|
572
|
-
struct TSetSerializer: public TSetSerializerBase<TSetType, typename TSetType::value_type, sorted> {
|
|
573
|
-
};
|
|
574
|
-
|
|
575
|
-
template <class T1, class T2, class T3, class T4>
|
|
576
|
-
class TSerializer<TMap<T1, T2, T3, T4>>: public TMapSerializer<TMap<T1, T2, T3, T4>, true> {
|
|
577
|
-
};
|
|
578
|
-
|
|
579
|
-
template <class K, class T, class C, class A>
|
|
580
|
-
class TSerializer<std::map<K, T, C, A>>: public TMapSerializer<std::map<K, T, C, A>, true> {
|
|
581
|
-
};
|
|
582
|
-
|
|
583
|
-
template <class T1, class T2, class T3, class T4>
|
|
584
|
-
class TSerializer<TMultiMap<T1, T2, T3, T4>>: public TMapSerializer<TMultiMap<T1, T2, T3, T4>, true> {
|
|
585
|
-
};
|
|
586
|
-
|
|
587
|
-
template <class K, class T, class C, class A>
|
|
588
|
-
class TSerializer<std::multimap<K, T, C, A>>: public TMapSerializer<std::multimap<K, T, C, A>, true> {
|
|
589
|
-
};
|
|
590
|
-
|
|
591
|
-
template <class T1, class T2, class T3, class T4, class T5>
|
|
592
|
-
class TSerializer<THashMap<T1, T2, T3, T4, T5>>: public TMapSerializer<THashMap<T1, T2, T3, T4, T5>, false> {
|
|
593
|
-
};
|
|
594
|
-
|
|
595
|
-
template <class T1, class T2, class T3, class T4, class T5>
|
|
596
|
-
class TSerializer<THashMultiMap<T1, T2, T3, T4, T5>>: public TMapSerializer<THashMultiMap<T1, T2, T3, T4, T5>, false> {
|
|
597
|
-
};
|
|
598
|
-
|
|
599
|
-
template <class K, class C, class A>
|
|
600
|
-
class TSerializer<TSet<K, C, A>>: public TSetSerializer<TSet<K, C, A>, true> {
|
|
601
|
-
};
|
|
602
|
-
|
|
603
|
-
template <class K, class C, class A>
|
|
604
|
-
class TSerializer<std::set<K, C, A>>: public TSetSerializer<std::set<K, C, A>, true> {
|
|
605
|
-
};
|
|
606
|
-
|
|
607
|
-
template <class T1, class T2, class T3, class T4>
|
|
608
|
-
class TSerializer<THashSet<T1, T2, T3, T4>>: public TSetSerializer<THashSet<T1, T2, T3, T4>, false> {
|
|
609
|
-
};
|
|
610
|
-
|
|
611
|
-
template <class T1, class T2>
|
|
612
|
-
class TSerializer<TQueue<T1, T2>> {
|
|
613
|
-
public:
|
|
614
|
-
static inline void Save(IOutputStream* rh, const TQueue<T1, T2>& v) {
|
|
615
|
-
::Save(rh, v.Container());
|
|
616
|
-
}
|
|
617
|
-
static inline void Load(IInputStream* in, TQueue<T1, T2>& t) {
|
|
618
|
-
::Load(in, t.Container());
|
|
619
|
-
}
|
|
620
|
-
};
|
|
621
|
-
|
|
622
|
-
template <class T1, class T2, class T3>
|
|
623
|
-
class TSerializer<TPriorityQueue<T1, T2, T3>> {
|
|
624
|
-
public:
|
|
625
|
-
static inline void Save(IOutputStream* rh, const TPriorityQueue<T1, T2, T3>& v) {
|
|
626
|
-
::Save(rh, v.Container());
|
|
627
|
-
}
|
|
628
|
-
static inline void Load(IInputStream* in, TPriorityQueue<T1, T2, T3>& t) {
|
|
629
|
-
::Load(in, t.Container());
|
|
630
|
-
}
|
|
631
|
-
};
|
|
632
|
-
|
|
633
|
-
namespace NPrivate {
|
|
634
|
-
template <class Variant, class T, size_t I>
|
|
635
|
-
void LoadVariantAlternative(IInputStream* is, Variant& v) {
|
|
636
|
-
T loaded;
|
|
637
|
-
::Load(is, loaded);
|
|
638
|
-
v.template emplace<I>(std::move(loaded));
|
|
639
|
-
}
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
template <typename... Args>
|
|
643
|
-
struct TSerializer<TVariant<Args...>> {
|
|
644
|
-
using TVar = TVariant<Args...>;
|
|
645
|
-
|
|
646
|
-
static_assert(sizeof...(Args) < 256, "We use ui8 to store tag");
|
|
647
|
-
|
|
648
|
-
static void Save(IOutputStream* os, const TVar& v) {
|
|
649
|
-
::Save<ui8>(os, v.index());
|
|
650
|
-
Visit([os](const auto& data) {
|
|
651
|
-
::Save(os, data);
|
|
652
|
-
}, v);
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
static void Load(IInputStream* is, TVar& v) {
|
|
656
|
-
ui8 index;
|
|
657
|
-
::Load(is, index);
|
|
658
|
-
if (Y_UNLIKELY(index >= sizeof...(Args))) {
|
|
659
|
-
::NPrivate::ThrowUnexpectedVariantTagException(index);
|
|
660
|
-
}
|
|
661
|
-
LoadImpl(is, v, index, std::index_sequence_for<Args...>{});
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
private:
|
|
665
|
-
template <size_t... Is>
|
|
666
|
-
static void LoadImpl(IInputStream* is, TVar& v, ui8 index, std::index_sequence<Is...>) {
|
|
667
|
-
using TLoader = void(*)(IInputStream*, TVar& v);
|
|
668
|
-
constexpr TLoader loaders[] = {::NPrivate::LoadVariantAlternative<TVar, Args, Is>...};
|
|
669
|
-
loaders[index](is, v);
|
|
670
|
-
}
|
|
671
|
-
};
|
|
672
|
-
|
|
673
|
-
template <class T>
|
|
674
|
-
static inline void SaveLoad(IOutputStream* out, const T& t) {
|
|
675
|
-
Save(out, t);
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
template <class T>
|
|
679
|
-
static inline void SaveLoad(IInputStream* in, T& t) {
|
|
680
|
-
Load(in, t);
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
template <class S, class... Ts>
|
|
684
|
-
static inline void SaveMany(S* s, const Ts&... t) {
|
|
685
|
-
ApplyToMany([&](const auto& v) { Save(s, v); }, t...);
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
template <class S, class... Ts>
|
|
689
|
-
static inline void LoadMany(S* s, Ts&... t) {
|
|
690
|
-
ApplyToMany([&](auto& v) { Load(s, v); }, t...);
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
#define Y_SAVELOAD_DEFINE(...) \
|
|
694
|
-
inline void Save(IOutputStream* s) const { \
|
|
695
|
-
::SaveMany(s, __VA_ARGS__); \
|
|
696
|
-
} \
|
|
697
|
-
\
|
|
698
|
-
inline void Load(IInputStream* s) { \
|
|
699
|
-
::LoadMany(s, __VA_ARGS__); \
|
|
700
|
-
}
|