/[PAMELA software]/S4ND/flight/Level2/ND/NDLevel2Dict.cpp
ViewVC logotype

Contents of /S4ND/flight/Level2/ND/NDLevel2Dict.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Thu Apr 27 12:44:14 2006 UTC (18 years, 10 months ago) by malvezzi
Branch: Level2, MAIN
CVS Tags: LEVEL2S4ND, HEAD
Changes since 1.1: +0 -0 lines
processamento livello2 27 aprile 2006

1 //
2 // File generated by /opt/root/bin/rootcint at Thu Apr 27 14:16:00 2006.
3 // Do NOT change. Changes will be lost next time file is generated
4 //
5
6 #include "RConfig.h"
7 #if !defined(R__ACCESS_IN_SYMBOL)
8 //Break the privacy of classes -- Disabled for the moment
9 #define private public
10 #define protected public
11 #endif
12
13 // Since CINT ignores the std namespace, we need to do so in this file.
14 namespace std {} using namespace std;
15
16 #include "NDLevel2Dict.h"
17 #include "TClass.h"
18 #include "TBuffer.h"
19 #include "TStreamerInfo.h"
20 #include "TMemberInspector.h"
21 #include "TError.h"
22
23 #ifndef G__ROOT
24 #define G__ROOT
25 #endif
26
27 #include "RtypesImp.h"
28 #include "TCollectionProxy.h"
29 #include "TIsAProxy.h"
30 namespace ROOT {
31 namespace Shadow {
32 } // Of namespace ROOT::Shadow
33 } // Of namespace ROOT
34
35 namespace ROOT {
36 void pamelacLcLNDLevel2_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
37 static void *new_pamelacLcLNDLevel2(void *p = 0);
38 static void *newArray_pamelacLcLNDLevel2(Long_t size);
39 static void delete_pamelacLcLNDLevel2(void *p);
40 static void deleteArray_pamelacLcLNDLevel2(void *p);
41 static void destruct_pamelacLcLNDLevel2(void *p);
42
43 // Function generating the singleton type initializer
44 TGenericClassInfo *GenerateInitInstance(const ::pamela::NDLevel2*)
45 {
46 ::pamela::NDLevel2 *ptr = 0;
47 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::pamela::NDLevel2 >(0);
48 static ::ROOT::TGenericClassInfo
49 instance("pamela::NDLevel2", ::pamela::NDLevel2::Class_Version(), "NDLevel2.h", 5,
50 typeid(::pamela::NDLevel2), DefineBehavior(ptr, ptr),
51 &::pamela::NDLevel2::Dictionary, isa_proxy, 4,
52 sizeof(::pamela::NDLevel2) );
53 instance.SetNew(&new_pamelacLcLNDLevel2);
54 instance.SetNewArray(&newArray_pamelacLcLNDLevel2);
55 instance.SetDelete(&delete_pamelacLcLNDLevel2);
56 instance.SetDeleteArray(&deleteArray_pamelacLcLNDLevel2);
57 instance.SetDestructor(&destruct_pamelacLcLNDLevel2);
58 return &instance;
59 }
60 // Static variable to force the class initialization
61 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const ::pamela::NDLevel2*)0x0); R__UseDummy(_R__UNIQUE_(Init));
62 }
63
64 //______________________________________________________________________________
65 TClass *pamela::NDLevel2::fgIsA = 0; // static to hold class pointer
66
67 //______________________________________________________________________________
68 const char *pamela::NDLevel2::Class_Name()
69 {
70 return "pamela::NDLevel2";
71 }
72
73 //______________________________________________________________________________
74 const char *pamela::NDLevel2::ImplFileName()
75 {
76 return ::ROOT::GenerateInitInstance((const ::pamela::NDLevel2*)0x0)->GetImplFileName();
77 }
78
79 //______________________________________________________________________________
80 int pamela::NDLevel2::ImplFileLine()
81 {
82 return ::ROOT::GenerateInitInstance((const ::pamela::NDLevel2*)0x0)->GetImplFileLine();
83 }
84
85 //______________________________________________________________________________
86 void pamela::NDLevel2::Dictionary()
87 {
88 fgIsA = ::ROOT::GenerateInitInstance((const ::pamela::NDLevel2*)0x0)->GetClass();
89 }
90
91 //______________________________________________________________________________
92 TClass *pamela::NDLevel2::Class()
93 {
94 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstance((const ::pamela::NDLevel2*)0x0)->GetClass();
95 return fgIsA;
96 }
97
98 //______________________________________________________________________________
99 void pamela::NDLevel2::Streamer(TBuffer &R__b)
100 {
101 // Stream an object of class pamela::NDLevel2.
102
103 if (R__b.IsReading()) {
104 pamela::NDLevel2::Class()->ReadBuffer(R__b, this);
105 } else {
106 pamela::NDLevel2::Class()->WriteBuffer(R__b, this);
107 }
108 }
109
110 //______________________________________________________________________________
111 void pamela::NDLevel2::ShowMembers(TMemberInspector &R__insp, char *R__parent)
112 {
113 // Inspect the data members of an object of class pamela::NDLevel2.
114
115 TClass *R__cl = ::pamela::NDLevel2::IsA();
116 Int_t R__ncp = strlen(R__parent);
117 if (R__ncp || R__cl || R__insp.IsA()) { }
118 R__insp.Inspect(R__cl, R__parent, "upperBack", &upperBack);
119 R__insp.Inspect(R__cl, R__parent, "bottomBack", &bottomBack);
120 R__insp.Inspect(R__cl, R__parent, "trigPhysics", &trigPhysics);
121 TObject::ShowMembers(R__insp, R__parent);
122 }
123
124 namespace ROOT {
125 // Wrappers around operator new
126 static void *new_pamelacLcLNDLevel2(void *p) {
127 return p ? new(p) ::pamela::NDLevel2 : new ::pamela::NDLevel2;
128 }
129 static void *newArray_pamelacLcLNDLevel2(Long_t size) {
130 return new ::pamela::NDLevel2[size];
131 }
132 // Wrapper around operator delete
133 static void delete_pamelacLcLNDLevel2(void *p) {
134 delete ((::pamela::NDLevel2*)p);
135 }
136 static void deleteArray_pamelacLcLNDLevel2(void *p) {
137 delete [] ((::pamela::NDLevel2*)p);
138 }
139 static void destruct_pamelacLcLNDLevel2(void *p) {
140 typedef ::pamela::NDLevel2 current_t;
141 ((current_t*)p)->~current_t();
142 }
143 } // end of namespace ROOT for class ::pamela::NDLevel2
144
145 /********************************************************
146 * NDLevel2Dict.cpp
147 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
148 * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
149 * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
150 ********************************************************/
151
152 #ifdef G__MEMTEST
153 #undef malloc
154 #undef free
155 #endif
156
157 extern "C" void G__cpp_reset_tagtableNDLevel2Dict();
158
159 extern "C" void G__set_cpp_environmentNDLevel2Dict() {
160 G__add_macro("G__CINTVERSION=50160002");
161 G__add_compiledheader("TROOT.h");
162 G__add_compiledheader("TMemberInspector.h");
163 G__add_compiledheader("NDLevel2.h");
164 G__cpp_reset_tagtableNDLevel2Dict();
165 }
166 class G__NDLevel2DictdOcpp_tag {};
167
168 void* operator new(size_t size,G__NDLevel2DictdOcpp_tag* p) {
169 if(p && G__PVOID!=G__getgvp()) return((void*)p);
170 #ifndef G__ROOT
171 return(malloc(size));
172 #else
173 return(::operator new(size));
174 #endif
175 }
176
177 /* dummy, for exception */
178 #ifdef G__EH_DUMMY_DELETE
179 void operator delete(void *p,G__NDLevel2DictdOcpp_tag* x) {
180 if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
181 #ifndef G__ROOT
182 free(p);
183 #else
184 ::operator delete(p);
185 #endif
186 }
187 #endif
188
189 static void G__operator_delete(void *p) {
190 if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
191 #ifndef G__ROOT
192 free(p);
193 #else
194 ::operator delete(p);
195 #endif
196 }
197
198 void G__DELDMY_NDLevel2DictdOcpp() { G__operator_delete(0); }
199
200 extern "C" int G__cpp_dllrevNDLevel2Dict() { return(30051515); }
201
202 /*********************************************************
203 * Member function Interface Method
204 *********************************************************/
205
206 /* pamela::NDLevel2 */
207 static int G__NDLevel2Dict_133_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
208 pamela::NDLevel2 *p=NULL;
209 if(G__getaryconstruct()) p=new pamela::NDLevel2[G__getaryconstruct()];
210 else p=new pamela::NDLevel2;
211 result7->obj.i = (long)p;
212 result7->ref = (long)p;
213 result7->type = 'u';
214 result7->tagnum = G__get_linked_tagnum(&G__NDLevel2DictLN_pamelacLcLNDLevel2);
215 return(1 || funcname || hash || result7 || libp) ;
216 }
217
218 static int G__NDLevel2Dict_133_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
219 G__letint(result7,85,(long)pamela::NDLevel2::Class());
220 return(1 || funcname || hash || result7 || libp) ;
221 }
222
223 static int G__NDLevel2Dict_133_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
224 G__letint(result7,67,(long)pamela::NDLevel2::Class_Name());
225 return(1 || funcname || hash || result7 || libp) ;
226 }
227
228 static int G__NDLevel2Dict_133_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
229 G__letint(result7,115,(long)pamela::NDLevel2::Class_Version());
230 return(1 || funcname || hash || result7 || libp) ;
231 }
232
233 static int G__NDLevel2Dict_133_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
234 G__setnull(result7);
235 pamela::NDLevel2::Dictionary();
236 return(1 || funcname || hash || result7 || libp) ;
237 }
238
239 static int G__NDLevel2Dict_133_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
240 G__letint(result7,85,(long)((const pamela::NDLevel2*)(G__getstructoffset()))->IsA());
241 return(1 || funcname || hash || result7 || libp) ;
242 }
243
244 static int G__NDLevel2Dict_133_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
245 G__setnull(result7);
246 ((pamela::NDLevel2*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
247 return(1 || funcname || hash || result7 || libp) ;
248 }
249
250 static int G__NDLevel2Dict_133_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
251 G__setnull(result7);
252 ((pamela::NDLevel2*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
253 return(1 || funcname || hash || result7 || libp) ;
254 }
255
256 static int G__NDLevel2Dict_133_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
257 G__setnull(result7);
258 ((pamela::NDLevel2*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
259 return(1 || funcname || hash || result7 || libp) ;
260 }
261
262 static int G__NDLevel2Dict_133_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
263 G__letint(result7,67,(long)pamela::NDLevel2::DeclFileName());
264 return(1 || funcname || hash || result7 || libp) ;
265 }
266
267 static int G__NDLevel2Dict_133_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
268 G__letint(result7,105,(long)pamela::NDLevel2::ImplFileLine());
269 return(1 || funcname || hash || result7 || libp) ;
270 }
271
272 static int G__NDLevel2Dict_133_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
273 G__letint(result7,67,(long)pamela::NDLevel2::ImplFileName());
274 return(1 || funcname || hash || result7 || libp) ;
275 }
276
277 static int G__NDLevel2Dict_133_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
278 G__letint(result7,105,(long)pamela::NDLevel2::DeclFileLine());
279 return(1 || funcname || hash || result7 || libp) ;
280 }
281
282 // automatic copy constructor
283 static int G__NDLevel2Dict_133_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
284 {
285 pamela::NDLevel2 *p;
286 void *xtmp = (void*)G__int(libp->para[0]);
287 p=new pamela::NDLevel2(*(pamela::NDLevel2*)xtmp);
288 result7->obj.i = (long)p;
289 result7->ref = (long)p;
290 result7->type = 'u';
291 result7->tagnum = G__get_linked_tagnum(&G__NDLevel2DictLN_pamelacLcLNDLevel2);
292 return(1 || funcname || hash || result7 || libp) ;
293 }
294
295 // automatic destructor
296 typedef pamela::NDLevel2 G__TpamelacLcLNDLevel2;
297 static int G__NDLevel2Dict_133_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
298 if(0==G__getstructoffset()) return(1);
299 if(G__getaryconstruct())
300 if(G__PVOID==G__getgvp())
301 delete[] (pamela::NDLevel2 *)(G__getstructoffset());
302 else
303 for(int i=G__getaryconstruct()-1;i>=0;i--)
304 delete (pamela::NDLevel2 *)((G__getstructoffset())+sizeof(pamela::NDLevel2)*i);
305 else delete (pamela::NDLevel2 *)(G__getstructoffset());
306 G__setnull(result7);
307 return(1 || funcname || hash || result7 || libp) ;
308 }
309
310 // automatic assignment operator
311 static int G__NDLevel2Dict_133_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
312 pamela::NDLevel2 *dest = (pamela::NDLevel2*)(G__getstructoffset());
313 *dest = (*(pamela::NDLevel2*)libp->para[0].ref);
314 const pamela::NDLevel2& obj = *dest;
315 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
316 return(1 || funcname || hash || result7 || libp) ;
317 }
318
319
320 /* Setting up global function */
321
322 /*********************************************************
323 * Member function Stub
324 *********************************************************/
325
326 /* pamela::NDLevel2 */
327
328 /*********************************************************
329 * Global function Stub
330 *********************************************************/
331
332 /*********************************************************
333 * Get size of pointer to member function
334 *********************************************************/
335 class G__Sizep2memfuncNDLevel2Dict {
336 public:
337 G__Sizep2memfuncNDLevel2Dict() {p=&G__Sizep2memfuncNDLevel2Dict::sizep2memfunc;}
338 size_t sizep2memfunc() { return(sizeof(p)); }
339 private:
340 size_t (G__Sizep2memfuncNDLevel2Dict::*p)();
341 };
342
343 size_t G__get_sizep2memfuncNDLevel2Dict()
344 {
345 G__Sizep2memfuncNDLevel2Dict a;
346 G__setsizep2memfunc((int)a.sizep2memfunc());
347 return((size_t)a.sizep2memfunc());
348 }
349
350
351 /*********************************************************
352 * virtual base class offset calculation interface
353 *********************************************************/
354
355 /* Setting up class inheritance */
356
357 /*********************************************************
358 * Inheritance information setup/
359 *********************************************************/
360 extern "C" void G__cpp_setup_inheritanceNDLevel2Dict() {
361
362 /* Setting up class inheritance */
363 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__NDLevel2DictLN_pamelacLcLNDLevel2))) {
364 pamela::NDLevel2 *G__Lderived;
365 G__Lderived=(pamela::NDLevel2*)0x1000;
366 {
367 TObject *G__Lpbase=(TObject*)G__Lderived;
368 G__inheritance_setup(G__get_linked_tagnum(&G__NDLevel2DictLN_pamelacLcLNDLevel2),G__get_linked_tagnum(&G__NDLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
369 }
370 }
371 }
372
373 /*********************************************************
374 * typedef information setup/
375 *********************************************************/
376 extern "C" void G__cpp_setup_typetableNDLevel2Dict() {
377
378 /* Setting up typedef entry */
379 G__search_typename2("Version_t",115,-1,0,
380 -1);
381 G__setnewtype(-1,"Class version identifier (short)",0);
382 }
383
384 /*********************************************************
385 * Data Member information setup/
386 *********************************************************/
387
388 /* Setting up class,struct,union tag member variable */
389
390 /* pamela::NDLevel2 */
391 static void G__setup_memvarpamelacLcLNDLevel2(void) {
392 G__tag_memvar_setup(G__get_linked_tagnum(&G__NDLevel2DictLN_pamelacLcLNDLevel2));
393 { pamela::NDLevel2 *p; p=(pamela::NDLevel2*)0x1000; if (p) { }
394 G__memvar_setup((void*)((long)(&p->upperBack)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"upperBack=",0,(char*)NULL);
395 G__memvar_setup((void*)((long)(&p->bottomBack)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"bottomBack=",0,(char*)NULL);
396 G__memvar_setup((void*)((long)(&p->trigPhysics)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"trigPhysics=",0,(char*)NULL);
397 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__NDLevel2DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
398 }
399 G__tag_memvar_reset();
400 }
401
402 extern "C" void G__cpp_setup_memvarNDLevel2Dict() {
403 }
404 /***********************************************************
405 ************************************************************
406 ************************************************************
407 ************************************************************
408 ************************************************************
409 ************************************************************
410 ************************************************************
411 ***********************************************************/
412
413 /*********************************************************
414 * Member function information setup for each class
415 *********************************************************/
416 static void G__setup_memfuncpamelacLcLNDLevel2(void) {
417 /* pamela::NDLevel2 */
418 G__tag_memfunc_setup(G__get_linked_tagnum(&G__NDLevel2DictLN_pamelacLcLNDLevel2));
419 G__memfunc_setup("NDLevel2",700,G__NDLevel2Dict_133_1_0,105,G__get_linked_tagnum(&G__NDLevel2DictLN_pamelacLcLNDLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
420 G__memfunc_setup("Class",502,G__NDLevel2Dict_133_2_0,85,G__get_linked_tagnum(&G__NDLevel2DictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::NDLevel2::Class),0);
421 G__memfunc_setup("Class_Name",982,G__NDLevel2Dict_133_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::NDLevel2::Class_Name),0);
422 G__memfunc_setup("Class_Version",1339,G__NDLevel2Dict_133_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::NDLevel2::Class_Version),0);
423 G__memfunc_setup("Dictionary",1046,G__NDLevel2Dict_133_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::NDLevel2::Dictionary),0);
424 G__memfunc_setup("IsA",253,G__NDLevel2Dict_133_6_0,85,G__get_linked_tagnum(&G__NDLevel2DictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
425 G__memfunc_setup("ShowMembers",1132,G__NDLevel2Dict_133_7_0,121,-1,-1,0,2,1,1,0,
426 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
427 G__memfunc_setup("Streamer",835,G__NDLevel2Dict_133_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
428 G__memfunc_setup("StreamerNVirtual",1656,G__NDLevel2Dict_133_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
429 G__memfunc_setup("DeclFileName",1145,G__NDLevel2Dict_133_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::NDLevel2::DeclFileName),0);
430 G__memfunc_setup("ImplFileLine",1178,G__NDLevel2Dict_133_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::NDLevel2::ImplFileLine),0);
431 G__memfunc_setup("ImplFileName",1171,G__NDLevel2Dict_133_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::NDLevel2::ImplFileName),0);
432 G__memfunc_setup("DeclFileLine",1152,G__NDLevel2Dict_133_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::NDLevel2::DeclFileLine),0);
433 // automatic copy constructor
434 G__memfunc_setup("NDLevel2",700,G__NDLevel2Dict_133_4_1,(int)('i'),G__get_linked_tagnum(&G__NDLevel2DictLN_pamelacLcLNDLevel2),-1,0,1,1,1,0,"u 'pamela::NDLevel2' - 11 - -",(char*)NULL,(void*)NULL,0);
435 // automatic destructor
436 G__memfunc_setup("~NDLevel2",826,G__NDLevel2Dict_133_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
437 // automatic assignment operator
438 G__memfunc_setup("operator=",937,G__NDLevel2Dict_133_6_1,(int)('u'),G__get_linked_tagnum(&G__NDLevel2DictLN_pamelacLcLNDLevel2),-1,1,1,1,1,0,"u 'pamela::NDLevel2' - 11 - -",(char*)NULL,(void*)NULL,0);
439 G__tag_memfunc_reset();
440 }
441
442
443 /*********************************************************
444 * Member function information setup
445 *********************************************************/
446 extern "C" void G__cpp_setup_memfuncNDLevel2Dict() {
447 }
448
449 /*********************************************************
450 * Global variable information setup for each class
451 *********************************************************/
452 static void G__cpp_setup_global0() {
453
454 /* Setting up global variables */
455 G__resetplocal();
456
457 }
458
459 static void G__cpp_setup_global1() {
460
461 G__resetglobalenv();
462 }
463 extern "C" void G__cpp_setup_globalNDLevel2Dict() {
464 G__cpp_setup_global0();
465 G__cpp_setup_global1();
466 }
467
468 /*********************************************************
469 * Global function information setup for each class
470 *********************************************************/
471 static void G__cpp_setup_func0() {
472 G__lastifuncposition();
473
474 }
475
476 static void G__cpp_setup_func1() {
477 }
478
479 static void G__cpp_setup_func2() {
480 }
481
482 static void G__cpp_setup_func3() {
483
484 G__resetifuncposition();
485 }
486
487 extern "C" void G__cpp_setup_funcNDLevel2Dict() {
488 G__cpp_setup_func0();
489 G__cpp_setup_func1();
490 G__cpp_setup_func2();
491 G__cpp_setup_func3();
492 }
493
494 /*********************************************************
495 * Class,struct,union,enum tag information setup
496 *********************************************************/
497 /* Setup class/struct taginfo */
498 G__linked_taginfo G__NDLevel2DictLN_TClass = { "TClass" , 99 , -1 };
499 G__linked_taginfo G__NDLevel2DictLN_TBuffer = { "TBuffer" , 99 , -1 };
500 G__linked_taginfo G__NDLevel2DictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
501 G__linked_taginfo G__NDLevel2DictLN_TObject = { "TObject" , 99 , -1 };
502 G__linked_taginfo G__NDLevel2DictLN_pamela = { "pamela" , 110 , -1 };
503 G__linked_taginfo G__NDLevel2DictLN_pamelacLcLNDLevel2 = { "pamela::NDLevel2" , 99 , -1 };
504
505 /* Reset class/struct taginfo */
506 extern "C" void G__cpp_reset_tagtableNDLevel2Dict() {
507 G__NDLevel2DictLN_TClass.tagnum = -1 ;
508 G__NDLevel2DictLN_TBuffer.tagnum = -1 ;
509 G__NDLevel2DictLN_TMemberInspector.tagnum = -1 ;
510 G__NDLevel2DictLN_TObject.tagnum = -1 ;
511 G__NDLevel2DictLN_pamela.tagnum = -1 ;
512 G__NDLevel2DictLN_pamelacLcLNDLevel2.tagnum = -1 ;
513 }
514
515
516 extern "C" void G__cpp_setup_tagtableNDLevel2Dict() {
517
518 /* Setting up class,struct,union tag entry */
519 G__get_linked_tagnum(&G__NDLevel2DictLN_TClass);
520 G__get_linked_tagnum(&G__NDLevel2DictLN_TBuffer);
521 G__get_linked_tagnum(&G__NDLevel2DictLN_TMemberInspector);
522 G__get_linked_tagnum(&G__NDLevel2DictLN_TObject);
523 G__get_linked_tagnum(&G__NDLevel2DictLN_pamela);
524 G__tagtable_setup(G__get_linked_tagnum(&G__NDLevel2DictLN_pamelacLcLNDLevel2),sizeof(pamela::NDLevel2),-1,291072,(char*)NULL,G__setup_memvarpamelacLcLNDLevel2,G__setup_memfuncpamelacLcLNDLevel2);
525 }
526 extern "C" void G__cpp_setupNDLevel2Dict(void) {
527 G__check_setup_version(30051515,"G__cpp_setupNDLevel2Dict()");
528 G__set_cpp_environmentNDLevel2Dict();
529 G__cpp_setup_tagtableNDLevel2Dict();
530
531 G__cpp_setup_inheritanceNDLevel2Dict();
532
533 G__cpp_setup_typetableNDLevel2Dict();
534
535 G__cpp_setup_memvarNDLevel2Dict();
536
537 G__cpp_setup_memfuncNDLevel2Dict();
538 G__cpp_setup_globalNDLevel2Dict();
539 G__cpp_setup_funcNDLevel2Dict();
540
541 if(0==G__getsizep2memfunc()) G__get_sizep2memfuncNDLevel2Dict();
542 return;
543 }
544 class G__cpp_setup_initNDLevel2Dict {
545 public:
546 G__cpp_setup_initNDLevel2Dict() { G__add_setup_func("NDLevel2Dict",(G__incsetup)(&G__cpp_setupNDLevel2Dict)); G__call_setup_funcs(); }
547 ~G__cpp_setup_initNDLevel2Dict() { G__remove_setup_func("NDLevel2Dict"); }
548 };
549 G__cpp_setup_initNDLevel2Dict G__cpp_setup_initializerNDLevel2Dict;
550

  ViewVC Help
Powered by ViewVC 1.1.23