Go to the documentation of this file.
21 #define DONT_CHANGE_THIS_NUMBER 1
25 # define OFFLINE_STREAM_INTERFACE(_Namespace_, _Class_)
26 # define OFFLINE_CINT_ARRAY_INIT
27 # define OFFLINE_CINT_ARRAY2D_INIT
29 # define OFFLINE_STREAM_INTERFACE(_Namespace_, _Class_) \
30 _Class_##_ROOT(const _Namespace_::_Class_& c); \
31 void operator>>(_Namespace_::_Class_& c) const;
32 # define OFFLINE_CINT_ARRAY_INIT = { 0 }
33 # define OFFLINE_CINT_ARRAY2_INIT = {{ 0 }}
, generated on Tue Sep 26 2023.