/[PAMELA software]/yoda/event/log/LogDict.cpp
ViewVC logotype

Contents of /yoda/event/log/LogDict.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Tue Jul 6 12:37:16 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
*** empty log message ***

1 //
2 // File generated by rootcint at Tue Jul 6 13:51:32 2004.
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 #include "LogDict.h"
14 #include "TClass.h"
15 #include "TBuffer.h"
16 #include "TMemberInspector.h"
17 #include "TError.h"
18
19 #ifndef G__ROOT
20 #define G__ROOT
21 #endif
22
23 // Since CINT ignores the std namespace, we need to do so in this file.
24 namespace std {} using namespace std;
25
26 #include "RtypesImp.h"
27
28 #include "TVectorProxy.h"
29
30 namespace ROOT {
31 namespace Shadow {
32 } // Of namespace ROOT::Shadow
33 } // Of namespace ROOT
34
35 namespace ROOT {
36 void pamelacLcLLogRecord_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
37 static TClass *pamelacLcLLogRecord_IsA(const void*);
38 static void *new_pamelacLcLLogRecord(void *p = 0);
39 static void *newArray_pamelacLcLLogRecord(Long_t size);
40 static void delete_pamelacLcLLogRecord(void *p);
41 static void deleteArray_pamelacLcLLogRecord(void *p);
42 static void destruct_pamelacLcLLogRecord(void *p);
43
44 // Function generating the singleton type initializer
45 TGenericClassInfo *GenerateInitInstance(const pamela::LogRecord*)
46 {
47 pamela::LogRecord *ptr = 0;
48 static ROOT::TGenericClassInfo
49 instance("pamela::LogRecord", pamela::LogRecord::Class_Version(), "../../event/log/LogRecord.h", 19,
50 typeid(pamela::LogRecord), DefineBehavior(ptr, ptr),
51 &::pamela::LogRecord::Dictionary, &pamelacLcLLogRecord_IsA, 4,
52 sizeof(pamela::LogRecord) );
53 instance.SetNew(&new_pamelacLcLLogRecord);
54 instance.SetNewArray(&newArray_pamelacLcLLogRecord);
55 instance.SetDelete(&delete_pamelacLcLLogRecord);
56 instance.SetDeleteArray(&deleteArray_pamelacLcLLogRecord);
57 instance.SetDestructor(&destruct_pamelacLcLLogRecord);
58 return &instance;
59 }
60 // Static variable to force the class initialization
61 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::LogRecord*)0x0); R__UseDummy(_R__UNIQUE_(Init));
62 }
63
64 namespace ROOT {
65 void pamelacLcLLogEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
66 static TClass *pamelacLcLLogEvent_IsA(const void*);
67 static void *new_pamelacLcLLogEvent(void *p = 0);
68 static void *newArray_pamelacLcLLogEvent(Long_t size);
69 static void delete_pamelacLcLLogEvent(void *p);
70 static void deleteArray_pamelacLcLLogEvent(void *p);
71 static void destruct_pamelacLcLLogEvent(void *p);
72
73 // Function generating the singleton type initializer
74 TGenericClassInfo *GenerateInitInstance(const pamela::LogEvent*)
75 {
76 pamela::LogEvent *ptr = 0;
77 static ROOT::TGenericClassInfo
78 instance("pamela::LogEvent", pamela::LogEvent::Class_Version(), "LogEvent.h", 22,
79 typeid(pamela::LogEvent), DefineBehavior(ptr, ptr),
80 &::pamela::LogEvent::Dictionary, &pamelacLcLLogEvent_IsA, 4,
81 sizeof(pamela::LogEvent) );
82 instance.SetNew(&new_pamelacLcLLogEvent);
83 instance.SetNewArray(&newArray_pamelacLcLLogEvent);
84 instance.SetDelete(&delete_pamelacLcLLogEvent);
85 instance.SetDeleteArray(&deleteArray_pamelacLcLLogEvent);
86 instance.SetDestructor(&destruct_pamelacLcLLogEvent);
87 return &instance;
88 }
89 // Static variable to force the class initialization
90 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::LogEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
91 }
92
93 //______________________________________________________________________________
94 TClass *pamela::LogRecord::fgIsA = 0; // static to hold class pointer
95
96 //______________________________________________________________________________
97 const char *pamela::LogRecord::Class_Name()
98 {
99 return "pamela::LogRecord";
100 }
101
102 //______________________________________________________________________________
103 const char *pamela::LogRecord::ImplFileName()
104 {
105 return ROOT::GenerateInitInstance((const pamela::LogRecord*)0x0)->GetImplFileName();
106 }
107
108 //______________________________________________________________________________
109 int pamela::LogRecord::ImplFileLine()
110 {
111 return ROOT::GenerateInitInstance((const pamela::LogRecord*)0x0)->GetImplFileLine();
112 }
113
114 //______________________________________________________________________________
115 void pamela::LogRecord::Dictionary()
116 {
117 fgIsA = ROOT::GenerateInitInstance((const pamela::LogRecord*)0x0)->GetClass();
118 }
119
120 //______________________________________________________________________________
121 TClass *pamela::LogRecord::Class()
122 {
123 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::LogRecord*)0x0)->GetClass();
124 return fgIsA;
125 }
126
127 //______________________________________________________________________________
128 TClass *pamela::LogEvent::fgIsA = 0; // static to hold class pointer
129
130 //______________________________________________________________________________
131 const char *pamela::LogEvent::Class_Name()
132 {
133 return "pamela::LogEvent";
134 }
135
136 //______________________________________________________________________________
137 const char *pamela::LogEvent::ImplFileName()
138 {
139 return ROOT::GenerateInitInstance((const pamela::LogEvent*)0x0)->GetImplFileName();
140 }
141
142 //______________________________________________________________________________
143 int pamela::LogEvent::ImplFileLine()
144 {
145 return ROOT::GenerateInitInstance((const pamela::LogEvent*)0x0)->GetImplFileLine();
146 }
147
148 //______________________________________________________________________________
149 void pamela::LogEvent::Dictionary()
150 {
151 fgIsA = ROOT::GenerateInitInstance((const pamela::LogEvent*)0x0)->GetClass();
152 }
153
154 //______________________________________________________________________________
155 TClass *pamela::LogEvent::Class()
156 {
157 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::LogEvent*)0x0)->GetClass();
158 return fgIsA;
159 }
160
161 //______________________________________________________________________________
162 void pamela::LogEvent::Streamer(TBuffer &R__b)
163 {
164 // Stream an object of class pamela::LogEvent.
165
166 if (R__b.IsReading()) {
167 pamela::LogEvent::Class()->ReadBuffer(R__b, this);
168 } else {
169 pamela::LogEvent::Class()->WriteBuffer(R__b, this);
170 }
171 }
172
173 //______________________________________________________________________________
174 void pamela::LogEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
175 {
176 // Inspect the data members of an object of class pamela::LogEvent.
177
178 TClass *R__cl = pamela::LogEvent::IsA();
179 Int_t R__ncp = strlen(R__parent);
180 if (R__ncp || R__cl || R__insp.IsA()) { }
181 R__insp.Inspect(R__cl, R__parent, "Log_crc_ok", &Log_crc_ok);
182 R__insp.Inspect(R__cl, R__parent, "*Records", &Records);
183 //This works around a msvc bug and should be harmless on other platforms
184 typedef pamela::SubPacket baseClass1;
185 baseClass1::ShowMembers(R__insp, R__parent);
186 }
187
188 namespace ROOT {
189 // Return the actual TClass for the object argument
190 static TClass *pamelacLcLLogEvent_IsA(const void *obj) {
191 return ((::pamela::LogEvent*)obj)->IsA();
192 }
193 // Wrappers around operator new
194 static void *new_pamelacLcLLogEvent(void *p) {
195 return p ? new(p) ::pamela::LogEvent : new ::pamela::LogEvent;
196 }
197 static void *newArray_pamelacLcLLogEvent(Long_t size) {
198 return new ::pamela::LogEvent[size];
199 }
200 // Wrapper around operator delete
201 static void delete_pamelacLcLLogEvent(void *p) {
202 delete ((::pamela::LogEvent*)p);
203 }
204 static void deleteArray_pamelacLcLLogEvent(void *p) {
205 delete [] ((::pamela::LogEvent*)p);
206 }
207 static void destruct_pamelacLcLLogEvent(void *p) {
208 typedef ::pamela::LogEvent current_t;
209 ((current_t*)p)->~current_t();
210 }
211 } // end of namespace ROOT for class ::pamela::LogEvent
212
213 //______________________________________________________________________________
214 void pamela::LogRecord::Streamer(TBuffer &R__b)
215 {
216 // Stream an object of class pamela::LogRecord.
217
218 if (R__b.IsReading()) {
219 pamela::LogRecord::Class()->ReadBuffer(R__b, this);
220 } else {
221 pamela::LogRecord::Class()->WriteBuffer(R__b, this);
222 }
223 }
224
225 //______________________________________________________________________________
226 void pamela::LogRecord::ShowMembers(TMemberInspector &R__insp, char *R__parent)
227 {
228 // Inspect the data members of an object of class pamela::LogRecord.
229
230 TClass *R__cl = pamela::LogRecord::IsA();
231 Int_t R__ncp = strlen(R__parent);
232 if (R__ncp || R__cl || R__insp.IsA()) { }
233 R__insp.Inspect(R__cl, R__parent, "LG_RECORD_OBT", &LG_RECORD_OBT);
234 R__insp.Inspect(R__cl, R__parent, "LG_LINE", &LG_LINE);
235 R__insp.Inspect(R__cl, R__parent, "LG_INFO", &LG_INFO);
236 R__insp.Inspect(R__cl, R__parent, "LG_FILE_ID", &LG_FILE_ID);
237 TObject::ShowMembers(R__insp, R__parent);
238 }
239
240 namespace ROOT {
241 // Return the actual TClass for the object argument
242 static TClass *pamelacLcLLogRecord_IsA(const void *obj) {
243 return ((::pamela::LogRecord*)obj)->IsA();
244 }
245 // Wrappers around operator new
246 static void *new_pamelacLcLLogRecord(void *p) {
247 return p ? new(p) ::pamela::LogRecord : new ::pamela::LogRecord;
248 }
249 static void *newArray_pamelacLcLLogRecord(Long_t size) {
250 return new ::pamela::LogRecord[size];
251 }
252 // Wrapper around operator delete
253 static void delete_pamelacLcLLogRecord(void *p) {
254 delete ((::pamela::LogRecord*)p);
255 }
256 static void deleteArray_pamelacLcLLogRecord(void *p) {
257 delete [] ((::pamela::LogRecord*)p);
258 }
259 static void destruct_pamelacLcLLogRecord(void *p) {
260 typedef ::pamela::LogRecord current_t;
261 ((current_t*)p)->~current_t();
262 }
263 } // end of namespace ROOT for class ::pamela::LogRecord
264
265 /********************************************************
266 * LogDict.cpp
267 ********************************************************/
268
269 #ifdef G__MEMTEST
270 #undef malloc
271 #undef free
272 #endif
273
274 extern "C" void G__cpp_reset_tagtableLogDict();
275
276 extern "C" void G__set_cpp_environmentLogDict() {
277 G__add_compiledheader("TROOT.h");
278 G__add_compiledheader("TMemberInspector.h");
279 G__add_compiledheader("LogEvent.h");
280 G__add_compiledheader("LogRecord.h");
281 G__cpp_reset_tagtableLogDict();
282 }
283 class G__LogDictdOcpp_tag {};
284
285 void* operator new(size_t size,G__LogDictdOcpp_tag* p) {
286 if(p && G__PVOID!=G__getgvp()) return((void*)p);
287 #ifndef G__ROOT
288 return(malloc(size));
289 #else
290 return(::operator new(size));
291 #endif
292 }
293
294 /* dummy, for exception */
295 #ifdef G__EH_DUMMY_DELETE
296 void operator delete(void *p,G__LogDictdOcpp_tag* x) {
297 if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
298 #ifndef G__ROOT
299 free(p);
300 #else
301 ::operator delete(p);
302 #endif
303 }
304 #endif
305
306 static void G__operator_delete(void *p) {
307 if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
308 #ifndef G__ROOT
309 free(p);
310 #else
311 ::operator delete(p);
312 #endif
313 }
314
315 void G__DELDMY_LogDictdOcpp() { G__operator_delete(0); }
316
317 extern "C" int G__cpp_dllrevLogDict() { return(30051515); }
318
319 /*********************************************************
320 * Member function Interface Method
321 *********************************************************/
322
323 /* pamela */
324
325 /* pamela::LogRecord */
326 static int G__LogDict_134_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
327 pamela::LogRecord *p=NULL;
328 if(G__getaryconstruct()) p=new pamela::LogRecord[G__getaryconstruct()];
329 else p=new pamela::LogRecord;
330 result7->obj.i = (long)p;
331 result7->ref = (long)p;
332 result7->type = 'u';
333 result7->tagnum = G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord);
334 return(1 || funcname || hash || result7 || libp) ;
335 }
336
337 static int G__LogDict_134_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
338 G__letint(result7,85,(long)pamela::LogRecord::Class());
339 return(1 || funcname || hash || result7 || libp) ;
340 }
341
342 static int G__LogDict_134_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
343 G__letint(result7,67,(long)pamela::LogRecord::Class_Name());
344 return(1 || funcname || hash || result7 || libp) ;
345 }
346
347 static int G__LogDict_134_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
348 G__letint(result7,115,(long)pamela::LogRecord::Class_Version());
349 return(1 || funcname || hash || result7 || libp) ;
350 }
351
352 static int G__LogDict_134_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
353 G__setnull(result7);
354 pamela::LogRecord::Dictionary();
355 return(1 || funcname || hash || result7 || libp) ;
356 }
357
358 static int G__LogDict_134_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
359 G__letint(result7,85,(long)((const pamela::LogRecord*)(G__getstructoffset()))->IsA());
360 return(1 || funcname || hash || result7 || libp) ;
361 }
362
363 static int G__LogDict_134_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
364 G__setnull(result7);
365 ((pamela::LogRecord*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
366 return(1 || funcname || hash || result7 || libp) ;
367 }
368
369 static int G__LogDict_134_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
370 G__setnull(result7);
371 ((pamela::LogRecord*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
372 return(1 || funcname || hash || result7 || libp) ;
373 }
374
375 static int G__LogDict_134_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
376 G__setnull(result7);
377 ((pamela::LogRecord*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
378 return(1 || funcname || hash || result7 || libp) ;
379 }
380
381 static int G__LogDict_134_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
382 G__letint(result7,67,(long)pamela::LogRecord::DeclFileName());
383 return(1 || funcname || hash || result7 || libp) ;
384 }
385
386 static int G__LogDict_134_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
387 G__letint(result7,105,(long)pamela::LogRecord::ImplFileLine());
388 return(1 || funcname || hash || result7 || libp) ;
389 }
390
391 static int G__LogDict_134_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
392 G__letint(result7,67,(long)pamela::LogRecord::ImplFileName());
393 return(1 || funcname || hash || result7 || libp) ;
394 }
395
396 static int G__LogDict_134_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
397 G__letint(result7,105,(long)pamela::LogRecord::DeclFileLine());
398 return(1 || funcname || hash || result7 || libp) ;
399 }
400
401 // automatic copy constructor
402 static int G__LogDict_134_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
403 {
404 pamela::LogRecord *p;
405 void *xtmp = (void*)G__int(libp->para[0]);
406 p=new pamela::LogRecord(*(pamela::LogRecord*)xtmp);
407 result7->obj.i = (long)p;
408 result7->ref = (long)p;
409 result7->type = 'u';
410 result7->tagnum = G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord);
411 return(1 || funcname || hash || result7 || libp) ;
412 }
413
414 // automatic destructor
415 typedef pamela::LogRecord G__TpamelacLcLLogRecord;
416 static int G__LogDict_134_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
417 if(0==G__getstructoffset()) return(1);
418 if(G__getaryconstruct())
419 if(G__PVOID==G__getgvp())
420 delete[] (pamela::LogRecord *)(G__getstructoffset());
421 else
422 for(int i=G__getaryconstruct()-1;i>=0;i--)
423 delete (pamela::LogRecord *)((G__getstructoffset())+sizeof(pamela::LogRecord)*i);
424 else delete (pamela::LogRecord *)(G__getstructoffset());
425 G__setnull(result7);
426 return(1 || funcname || hash || result7 || libp) ;
427 }
428
429 // automatic assignment operator
430 static int G__LogDict_134_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
431 pamela::LogRecord *dest = (pamela::LogRecord*)(G__getstructoffset());
432 *dest = (*(pamela::LogRecord*)libp->para[0].ref);
433 const pamela::LogRecord& obj = *dest;
434 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
435 return(1 || funcname || hash || result7 || libp) ;
436 }
437
438
439 /* pamela::LogEvent */
440 static int G__LogDict_138_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
441 pamela::LogEvent *p=NULL;
442 if(G__getaryconstruct()) p=new pamela::LogEvent[G__getaryconstruct()];
443 else p=new pamela::LogEvent;
444 result7->obj.i = (long)p;
445 result7->ref = (long)p;
446 result7->type = 'u';
447 result7->tagnum = G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent);
448 return(1 || funcname || hash || result7 || libp) ;
449 }
450
451 static int G__LogDict_138_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
452 G__letint(result7,85,(long)pamela::LogEvent::Class());
453 return(1 || funcname || hash || result7 || libp) ;
454 }
455
456 static int G__LogDict_138_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
457 G__letint(result7,67,(long)pamela::LogEvent::Class_Name());
458 return(1 || funcname || hash || result7 || libp) ;
459 }
460
461 static int G__LogDict_138_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
462 G__letint(result7,115,(long)pamela::LogEvent::Class_Version());
463 return(1 || funcname || hash || result7 || libp) ;
464 }
465
466 static int G__LogDict_138_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
467 G__setnull(result7);
468 pamela::LogEvent::Dictionary();
469 return(1 || funcname || hash || result7 || libp) ;
470 }
471
472 static int G__LogDict_138_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
473 G__letint(result7,85,(long)((const pamela::LogEvent*)(G__getstructoffset()))->IsA());
474 return(1 || funcname || hash || result7 || libp) ;
475 }
476
477 static int G__LogDict_138_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
478 G__setnull(result7);
479 ((pamela::LogEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
480 return(1 || funcname || hash || result7 || libp) ;
481 }
482
483 static int G__LogDict_138_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
484 G__setnull(result7);
485 ((pamela::LogEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
486 return(1 || funcname || hash || result7 || libp) ;
487 }
488
489 static int G__LogDict_138_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
490 G__setnull(result7);
491 ((pamela::LogEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
492 return(1 || funcname || hash || result7 || libp) ;
493 }
494
495 static int G__LogDict_138_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
496 G__letint(result7,67,(long)pamela::LogEvent::DeclFileName());
497 return(1 || funcname || hash || result7 || libp) ;
498 }
499
500 static int G__LogDict_138_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
501 G__letint(result7,105,(long)pamela::LogEvent::ImplFileLine());
502 return(1 || funcname || hash || result7 || libp) ;
503 }
504
505 static int G__LogDict_138_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
506 G__letint(result7,67,(long)pamela::LogEvent::ImplFileName());
507 return(1 || funcname || hash || result7 || libp) ;
508 }
509
510 static int G__LogDict_138_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
511 G__letint(result7,105,(long)pamela::LogEvent::DeclFileLine());
512 return(1 || funcname || hash || result7 || libp) ;
513 }
514
515 // automatic copy constructor
516 static int G__LogDict_138_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
517 {
518 pamela::LogEvent *p;
519 void *xtmp = (void*)G__int(libp->para[0]);
520 p=new pamela::LogEvent(*(pamela::LogEvent*)xtmp);
521 result7->obj.i = (long)p;
522 result7->ref = (long)p;
523 result7->type = 'u';
524 result7->tagnum = G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent);
525 return(1 || funcname || hash || result7 || libp) ;
526 }
527
528 // automatic destructor
529 typedef pamela::LogEvent G__TpamelacLcLLogEvent;
530 static int G__LogDict_138_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
531 if(0==G__getstructoffset()) return(1);
532 if(G__getaryconstruct())
533 if(G__PVOID==G__getgvp())
534 delete[] (pamela::LogEvent *)(G__getstructoffset());
535 else
536 for(int i=G__getaryconstruct()-1;i>=0;i--)
537 delete (pamela::LogEvent *)((G__getstructoffset())+sizeof(pamela::LogEvent)*i);
538 else delete (pamela::LogEvent *)(G__getstructoffset());
539 G__setnull(result7);
540 return(1 || funcname || hash || result7 || libp) ;
541 }
542
543
544 /* Setting up global function */
545
546 /*********************************************************
547 * Member function Stub
548 *********************************************************/
549
550 /* pamela */
551
552 /* pamela::LogRecord */
553
554 /* pamela::LogEvent */
555
556 /*********************************************************
557 * Global function Stub
558 *********************************************************/
559
560 /*********************************************************
561 * Get size of pointer to member function
562 *********************************************************/
563 class G__Sizep2memfuncLogDict {
564 public:
565 G__Sizep2memfuncLogDict() {p=&G__Sizep2memfuncLogDict::sizep2memfunc;}
566 size_t sizep2memfunc() { return(sizeof(p)); }
567 private:
568 size_t (G__Sizep2memfuncLogDict::*p)();
569 };
570
571 size_t G__get_sizep2memfuncLogDict()
572 {
573 G__Sizep2memfuncLogDict a;
574 G__setsizep2memfunc((int)a.sizep2memfunc());
575 return((size_t)a.sizep2memfunc());
576 }
577
578
579 /*********************************************************
580 * virtual base class offset calculation interface
581 *********************************************************/
582
583 /* Setting up class inheritance */
584
585 /*********************************************************
586 * Inheritance information setup/
587 *********************************************************/
588 extern "C" void G__cpp_setup_inheritanceLogDict() {
589
590 /* Setting up class inheritance */
591 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord))) {
592 pamela::LogRecord *G__Lderived;
593 G__Lderived=(pamela::LogRecord*)0x1000;
594 {
595 TObject *G__Lpbase=(TObject*)G__Lderived;
596 G__inheritance_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord),G__get_linked_tagnum(&G__LogDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
597 }
598 }
599 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent))) {
600 pamela::LogEvent *G__Lderived;
601 G__Lderived=(pamela::LogEvent*)0x1000;
602 {
603 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
604 G__inheritance_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent),G__get_linked_tagnum(&G__LogDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
605 }
606 {
607 TObject *G__Lpbase=(TObject*)G__Lderived;
608 G__inheritance_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent),G__get_linked_tagnum(&G__LogDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
609 }
610 }
611 }
612
613 /*********************************************************
614 * typedef information setup/
615 *********************************************************/
616 extern "C" void G__cpp_setup_typetableLogDict() {
617
618 /* Setting up typedef entry */
619 G__search_typename2("Version_t",115,-1,0,
620 -1);
621 G__setnewtype(-1,"Class version identifier (short)",0);
622 }
623
624 /*********************************************************
625 * Data Member information setup/
626 *********************************************************/
627
628 /* Setting up class,struct,union tag member variable */
629
630 /* pamela */
631 static void G__setup_memvarpamela(void) {
632 G__tag_memvar_setup(G__get_linked_tagnum(&G__LogDictLN_pamela));
633 {
634 }
635 G__tag_memvar_reset();
636 }
637
638
639 /* pamela::LogRecord */
640 static void G__setup_memvarpamelacLcLLogRecord(void) {
641 G__tag_memvar_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord));
642 { pamela::LogRecord *p; p=(pamela::LogRecord*)0x1000; if (p) { }
643 G__memvar_setup((void*)((long)(&p->LG_RECORD_OBT)-(long)(p)),104,0,0,-1,G__defined_typename("UINT"),-1,1,"LG_RECORD_OBT=",0,(char*)NULL);
644 G__memvar_setup((void*)((long)(&p->LG_LINE)-(long)(p)),104,0,0,-1,G__defined_typename("UINT"),-1,1,"LG_LINE=",0,(char*)NULL);
645 G__memvar_setup((void*)((long)(&p->LG_INFO)-(long)(p)),104,0,0,-1,G__defined_typename("UINT"),-1,1,"LG_INFO=",0,(char*)NULL);
646 G__memvar_setup((void*)((long)(&p->LG_FILE_ID)-(long)(p)),104,0,0,-1,G__defined_typename("UINT"),-1,1,"LG_FILE_ID=",0,(char*)NULL);
647 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__LogDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
648 }
649 G__tag_memvar_reset();
650 }
651
652
653 /* pamela::LogEvent */
654 static void G__setup_memvarpamelacLcLLogEvent(void) {
655 G__tag_memvar_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent));
656 { pamela::LogEvent *p; p=(pamela::LogEvent*)0x1000; if (p) { }
657 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__LogDictLN_TClonesArray),-1,-2,4,"fgRecords=",0,(char*)NULL);
658 G__memvar_setup((void*)((long)(&p->Log_crc_ok)-(long)(p)),105,0,0,-1,-1,-1,1,"Log_crc_ok=",0,(char*)NULL);
659 G__memvar_setup((void*)((long)(&p->Records)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__LogDictLN_TClonesArray),-1,-1,1,"Records=",0,(char*)NULL);
660 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__LogDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
661 }
662 G__tag_memvar_reset();
663 }
664
665 extern "C" void G__cpp_setup_memvarLogDict() {
666 }
667 /***********************************************************
668 ************************************************************
669 ************************************************************
670 ************************************************************
671 ************************************************************
672 ************************************************************
673 ************************************************************
674 ***********************************************************/
675
676 /*********************************************************
677 * Member function information setup for each class
678 *********************************************************/
679 static void G__setup_memfuncpamela(void) {
680 /* pamela */
681 G__tag_memfunc_setup(G__get_linked_tagnum(&G__LogDictLN_pamela));
682 // automatic destructor
683 G__memfunc_setup("~pamela",750,(G__InterfaceMethod)NULL,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
684 G__tag_memfunc_reset();
685 }
686
687 static void G__setup_memfuncpamelacLcLLogRecord(void) {
688 /* pamela::LogRecord */
689 G__tag_memfunc_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord));
690 G__memfunc_setup("LogRecord",897,G__LogDict_134_1_0,105,G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
691 G__memfunc_setup("Class",502,G__LogDict_134_2_0,85,G__get_linked_tagnum(&G__LogDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::LogRecord::Class),0);
692 G__memfunc_setup("Class_Name",982,G__LogDict_134_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::LogRecord::Class_Name),0);
693 G__memfunc_setup("Class_Version",1339,G__LogDict_134_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::LogRecord::Class_Version),0);
694 G__memfunc_setup("Dictionary",1046,G__LogDict_134_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::LogRecord::Dictionary),0);
695 G__memfunc_setup("IsA",253,G__LogDict_134_6_0,85,G__get_linked_tagnum(&G__LogDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
696 G__memfunc_setup("ShowMembers",1132,G__LogDict_134_7_0,121,-1,-1,0,2,1,1,0,
697 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
698 G__memfunc_setup("Streamer",835,G__LogDict_134_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
699 G__memfunc_setup("StreamerNVirtual",1656,G__LogDict_134_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
700 G__memfunc_setup("DeclFileName",1145,G__LogDict_134_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::LogRecord::DeclFileName),0);
701 G__memfunc_setup("ImplFileLine",1178,G__LogDict_134_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::LogRecord::ImplFileLine),0);
702 G__memfunc_setup("ImplFileName",1171,G__LogDict_134_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::LogRecord::ImplFileName),0);
703 G__memfunc_setup("DeclFileLine",1152,G__LogDict_134_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::LogRecord::DeclFileLine),0);
704 // automatic copy constructor
705 G__memfunc_setup("LogRecord",897,G__LogDict_134_4_1,(int)('i'),G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord),-1,0,1,1,1,0,"u 'pamela::LogRecord' - 11 - -",(char*)NULL,(void*)NULL,0);
706 // automatic destructor
707 G__memfunc_setup("~LogRecord",1023,G__LogDict_134_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
708 // automatic assignment operator
709 G__memfunc_setup("operator=",937,G__LogDict_134_6_1,(int)('u'),G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord),-1,1,1,1,1,0,"u 'pamela::LogRecord' - 11 - -",(char*)NULL,(void*)NULL,0);
710 G__tag_memfunc_reset();
711 }
712
713 static void G__setup_memfuncpamelacLcLLogEvent(void) {
714 /* pamela::LogEvent */
715 G__tag_memfunc_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent));
716 G__memfunc_setup("LogEvent",804,G__LogDict_138_1_0,105,G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
717 G__memfunc_setup("Class",502,G__LogDict_138_2_0,85,G__get_linked_tagnum(&G__LogDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::LogEvent::Class),0);
718 G__memfunc_setup("Class_Name",982,G__LogDict_138_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::LogEvent::Class_Name),0);
719 G__memfunc_setup("Class_Version",1339,G__LogDict_138_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::LogEvent::Class_Version),0);
720 G__memfunc_setup("Dictionary",1046,G__LogDict_138_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::LogEvent::Dictionary),0);
721 G__memfunc_setup("IsA",253,G__LogDict_138_6_0,85,G__get_linked_tagnum(&G__LogDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
722 G__memfunc_setup("ShowMembers",1132,G__LogDict_138_7_0,121,-1,-1,0,2,1,1,0,
723 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
724 G__memfunc_setup("Streamer",835,G__LogDict_138_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
725 G__memfunc_setup("StreamerNVirtual",1656,G__LogDict_138_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
726 G__memfunc_setup("DeclFileName",1145,G__LogDict_138_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::LogEvent::DeclFileName),0);
727 G__memfunc_setup("ImplFileLine",1178,G__LogDict_138_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::LogEvent::ImplFileLine),0);
728 G__memfunc_setup("ImplFileName",1171,G__LogDict_138_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::LogEvent::ImplFileName),0);
729 G__memfunc_setup("DeclFileLine",1152,G__LogDict_138_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::LogEvent::DeclFileLine),0);
730 // automatic copy constructor
731 G__memfunc_setup("LogEvent",804,G__LogDict_138_4_1,(int)('i'),G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent),-1,0,1,1,1,0,"u 'pamela::LogEvent' - 11 - -",(char*)NULL,(void*)NULL,0);
732 // automatic destructor
733 G__memfunc_setup("~LogEvent",930,G__LogDict_138_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
734 G__tag_memfunc_reset();
735 }
736
737
738 /*********************************************************
739 * Member function information setup
740 *********************************************************/
741 extern "C" void G__cpp_setup_memfuncLogDict() {
742 }
743
744 /*********************************************************
745 * Global variable information setup for each class
746 *********************************************************/
747 static void G__cpp_setup_global0() {
748
749 /* Setting up global variables */
750 G__resetplocal();
751
752 }
753
754 static void G__cpp_setup_global1() {
755
756 G__resetglobalenv();
757 }
758 extern "C" void G__cpp_setup_globalLogDict() {
759 G__cpp_setup_global0();
760 G__cpp_setup_global1();
761 }
762
763 /*********************************************************
764 * Global function information setup for each class
765 *********************************************************/
766 static void G__cpp_setup_func0() {
767 G__lastifuncposition();
768
769 }
770
771 static void G__cpp_setup_func1() {
772 }
773
774 static void G__cpp_setup_func2() {
775
776 G__resetifuncposition();
777 }
778
779 extern "C" void G__cpp_setup_funcLogDict() {
780 G__cpp_setup_func0();
781 G__cpp_setup_func1();
782 G__cpp_setup_func2();
783 }
784
785 /*********************************************************
786 * Class,struct,union,enum tag information setup
787 *********************************************************/
788 /* Setup class/struct taginfo */
789 G__linked_taginfo G__LogDictLN_TClass = { "TClass" , 99 , -1 };
790 G__linked_taginfo G__LogDictLN_TBuffer = { "TBuffer" , 99 , -1 };
791 G__linked_taginfo G__LogDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
792 G__linked_taginfo G__LogDictLN_TObject = { "TObject" , 99 , -1 };
793 G__linked_taginfo G__LogDictLN_pamela = { "pamela" , 110 , -1 };
794 G__linked_taginfo G__LogDictLN_pamelacLcLSubPacket = { "pamela::SubPacket" , 99 , -1 };
795 G__linked_taginfo G__LogDictLN_pamelacLcLLogRecord = { "pamela::LogRecord" , 99 , -1 };
796 G__linked_taginfo G__LogDictLN_TClonesArray = { "TClonesArray" , 99 , -1 };
797 G__linked_taginfo G__LogDictLN_pamelacLcLLogEvent = { "pamela::LogEvent" , 99 , -1 };
798
799 /* Reset class/struct taginfo */
800 extern "C" void G__cpp_reset_tagtableLogDict() {
801 G__LogDictLN_TClass.tagnum = -1 ;
802 G__LogDictLN_TBuffer.tagnum = -1 ;
803 G__LogDictLN_TMemberInspector.tagnum = -1 ;
804 G__LogDictLN_TObject.tagnum = -1 ;
805 G__LogDictLN_pamela.tagnum = -1 ;
806 G__LogDictLN_pamelacLcLSubPacket.tagnum = -1 ;
807 G__LogDictLN_pamelacLcLLogRecord.tagnum = -1 ;
808 G__LogDictLN_TClonesArray.tagnum = -1 ;
809 G__LogDictLN_pamelacLcLLogEvent.tagnum = -1 ;
810 }
811
812
813 extern "C" void G__cpp_setup_tagtableLogDict() {
814
815 /* Setting up class,struct,union tag entry */
816 G__get_linked_tagnum(&G__LogDictLN_TClass);
817 G__get_linked_tagnum(&G__LogDictLN_TBuffer);
818 G__get_linked_tagnum(&G__LogDictLN_TMemberInspector);
819 G__get_linked_tagnum(&G__LogDictLN_TObject);
820 G__tagtable_setup(G__get_linked_tagnum(&G__LogDictLN_pamela),0,-1,0,(char*)NULL,G__setup_memvarpamela,G__setup_memfuncpamela);
821 G__get_linked_tagnum(&G__LogDictLN_pamelacLcLSubPacket);
822 G__tagtable_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord),sizeof(pamela::LogRecord),-1,292096,(char*)NULL,G__setup_memvarpamelacLcLLogRecord,G__setup_memfuncpamelacLcLLogRecord);
823 G__get_linked_tagnum(&G__LogDictLN_TClonesArray);
824 G__tagtable_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent),sizeof(pamela::LogEvent),-1,324864,(char*)NULL,G__setup_memvarpamelacLcLLogEvent,G__setup_memfuncpamelacLcLLogEvent);
825 }
826 extern "C" void G__cpp_setupLogDict(void) {
827 G__check_setup_version(30051515,"G__cpp_setupLogDict()");
828 G__set_cpp_environmentLogDict();
829 G__cpp_setup_tagtableLogDict();
830
831 G__cpp_setup_inheritanceLogDict();
832
833 G__cpp_setup_typetableLogDict();
834
835 G__cpp_setup_memvarLogDict();
836
837 G__cpp_setup_memfuncLogDict();
838 G__cpp_setup_globalLogDict();
839 G__cpp_setup_funcLogDict();
840
841 if(0==G__getsizep2memfunc()) G__get_sizep2memfuncLogDict();
842 return;
843 }
844 class G__cpp_setup_initLogDict {
845 public:
846 G__cpp_setup_initLogDict() { G__add_setup_func("LogDict",(G__incsetup)(&G__cpp_setupLogDict)); G__call_setup_funcs(); }
847 ~G__cpp_setup_initLogDict() { G__remove_setup_func("LogDict"); }
848 };
849 G__cpp_setup_initLogDict G__cpp_setup_initializerLogDict;
850

  ViewVC Help
Powered by ViewVC 1.1.23