/src/dict.cxx

https://bitbucket.org/skaneti/zzllnunud3pdskimmer · C++ · 928 lines · 765 code · 92 blank · 71 comment · 155 complexity · df39cb3d8e3ea680333f0330caca8df4 MD5 · raw file

  1. //
  2. // File generated by rootcint at Mon Jul 1 20:54:21 2013
  3. // Do NOT change. Changes will be lost next time file is generated
  4. //
  5. #define R__DICTIONARY_FILENAME dOdIsrcdIdict
  6. #include "RConfig.h" //rootcint 4834
  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. // Since CINT ignores the std namespace, we need to do so in this file.
  13. namespace std {} using namespace std;
  14. #include "dict.h"
  15. #include "TCollectionProxyInfo.h"
  16. #include "TClass.h"
  17. #include "TBuffer.h"
  18. #include "TMemberInspector.h"
  19. #include "TError.h"
  20. #ifndef G__ROOT
  21. #define G__ROOT
  22. #endif
  23. #include "RtypesImp.h"
  24. #include "TIsAProxy.h"
  25. #include "TFileMergeInfo.h"
  26. // START OF SHADOWS
  27. namespace ROOT {
  28. namespace Shadow {
  29. #if !(defined(R__ACCESS_IN_SYMBOL) || defined(R__USE_SHADOW_CLASS))
  30. typedef pair< ::string, ::string > pairlEstringcOstringgR;
  31. #else
  32. class pairlEstringcOstringgR {
  33. public:
  34. //friend XX;
  35. string first; //
  36. string second; //
  37. };
  38. #endif
  39. } // of namespace Shadow
  40. } // of namespace ROOT
  41. // END OF SHADOWS
  42. namespace ROOT {
  43. void pairlEstringcOstringgR_ShowMembers(void *obj, TMemberInspector &R__insp);
  44. static void pairlEstringcOstringgR_Dictionary();
  45. static void *new_pairlEstringcOstringgR(void *p = 0);
  46. static void *newArray_pairlEstringcOstringgR(Long_t size, void *p);
  47. static void delete_pairlEstringcOstringgR(void *p);
  48. static void deleteArray_pairlEstringcOstringgR(void *p);
  49. static void destruct_pairlEstringcOstringgR(void *p);
  50. // Function generating the singleton type initializer
  51. static TGenericClassInfo *GenerateInitInstanceLocal(const pair<string,string>*)
  52. {
  53. // Make sure the shadow class has the right sizeof
  54. R__ASSERT(sizeof(pair<string,string>) == sizeof(::ROOT::Shadow::pairlEstringcOstringgR));
  55. pair<string,string> *ptr = 0;
  56. static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(pair<string,string>),0);
  57. static ::ROOT::TGenericClassInfo
  58. instance("pair<string,string>", "/var/work/pcjz/skaneti/root_v5.34.08/lib/root/cint/cint/lib/prec_stl/utility", 17,
  59. typeid(pair<string,string>), DefineBehavior(ptr, ptr),
  60. &pairlEstringcOstringgR_ShowMembers, &pairlEstringcOstringgR_Dictionary, isa_proxy, 4,
  61. sizeof(pair<string,string>) );
  62. instance.SetNew(&new_pairlEstringcOstringgR);
  63. instance.SetNewArray(&newArray_pairlEstringcOstringgR);
  64. instance.SetDelete(&delete_pairlEstringcOstringgR);
  65. instance.SetDeleteArray(&deleteArray_pairlEstringcOstringgR);
  66. instance.SetDestructor(&destruct_pairlEstringcOstringgR);
  67. return &instance;
  68. }
  69. TGenericClassInfo *GenerateInitInstance(const pair<string,string>*)
  70. {
  71. return GenerateInitInstanceLocal((pair<string,string>*)0);
  72. }
  73. // Static variable to force the class initialization
  74. static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const pair<string,string>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
  75. // Dictionary for non-ClassDef classes
  76. static void pairlEstringcOstringgR_Dictionary() {
  77. ::ROOT::GenerateInitInstanceLocal((const pair<string,string>*)0x0)->GetClass();
  78. }
  79. } // end of namespace ROOT
  80. //______________________________________________________________________________
  81. namespace ROOT {
  82. void pairlEstringcOstringgR_ShowMembers(void *obj, TMemberInspector &R__insp)
  83. {
  84. // Inspect the data members of an object of class pair<string,string>.
  85. typedef ::ROOT::Shadow::pairlEstringcOstringgR ShadowClass;
  86. ShadowClass *sobj = (ShadowClass*)obj;
  87. if (sobj) { } // Dummy usage just in case there is no datamember.
  88. TClass *R__cl = ::ROOT::GenerateInitInstanceLocal((const pair<string,string>*)0x0)->GetClass();
  89. if (R__cl || R__insp.IsA()) { }
  90. R__insp.Inspect(R__cl, R__insp.GetParent(), "first", (void*)&sobj->first);
  91. R__insp.InspectMember("string", (void*)&sobj->first, "first.", false);
  92. R__insp.Inspect(R__cl, R__insp.GetParent(), "second", (void*)&sobj->second);
  93. R__insp.InspectMember("string", (void*)&sobj->second, "second.", false);
  94. }
  95. }
  96. namespace ROOT {
  97. // Wrappers around operator new
  98. static void *new_pairlEstringcOstringgR(void *p) {
  99. return p ? ::new((::ROOT::TOperatorNewHelper*)p) pair<string,string> : new pair<string,string>;
  100. }
  101. static void *newArray_pairlEstringcOstringgR(Long_t nElements, void *p) {
  102. return p ? ::new((::ROOT::TOperatorNewHelper*)p) pair<string,string>[nElements] : new pair<string,string>[nElements];
  103. }
  104. // Wrapper around operator delete
  105. static void delete_pairlEstringcOstringgR(void *p) {
  106. delete ((pair<string,string>*)p);
  107. }
  108. static void deleteArray_pairlEstringcOstringgR(void *p) {
  109. delete [] ((pair<string,string>*)p);
  110. }
  111. static void destruct_pairlEstringcOstringgR(void *p) {
  112. typedef pair<string,string> current_t;
  113. ((current_t*)p)->~current_t();
  114. }
  115. } // end of namespace ROOT for class pair<string,string>
  116. namespace ROOT {
  117. void vectorlEdoublegR_ShowMembers(void *obj, TMemberInspector &R__insp);
  118. static void vectorlEdoublegR_Dictionary();
  119. static void *new_vectorlEdoublegR(void *p = 0);
  120. static void *newArray_vectorlEdoublegR(Long_t size, void *p);
  121. static void delete_vectorlEdoublegR(void *p);
  122. static void deleteArray_vectorlEdoublegR(void *p);
  123. static void destruct_vectorlEdoublegR(void *p);
  124. // Function generating the singleton type initializer
  125. static TGenericClassInfo *GenerateInitInstanceLocal(const vector<double>*)
  126. {
  127. vector<double> *ptr = 0;
  128. static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<double>),0);
  129. static ::ROOT::TGenericClassInfo
  130. instance("vector<double>", -2, "vector.dll", 0,
  131. typeid(vector<double>), DefineBehavior(ptr, ptr),
  132. 0, &vectorlEdoublegR_Dictionary, isa_proxy, 0,
  133. sizeof(vector<double>) );
  134. instance.SetNew(&new_vectorlEdoublegR);
  135. instance.SetNewArray(&newArray_vectorlEdoublegR);
  136. instance.SetDelete(&delete_vectorlEdoublegR);
  137. instance.SetDeleteArray(&deleteArray_vectorlEdoublegR);
  138. instance.SetDestructor(&destruct_vectorlEdoublegR);
  139. instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<double> >()));
  140. return &instance;
  141. }
  142. // Static variable to force the class initialization
  143. static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<double>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
  144. // Dictionary for non-ClassDef classes
  145. static void vectorlEdoublegR_Dictionary() {
  146. ::ROOT::GenerateInitInstanceLocal((const vector<double>*)0x0)->GetClass();
  147. }
  148. } // end of namespace ROOT
  149. namespace ROOT {
  150. // Wrappers around operator new
  151. static void *new_vectorlEdoublegR(void *p) {
  152. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<double> : new vector<double>;
  153. }
  154. static void *newArray_vectorlEdoublegR(Long_t nElements, void *p) {
  155. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<double>[nElements] : new vector<double>[nElements];
  156. }
  157. // Wrapper around operator delete
  158. static void delete_vectorlEdoublegR(void *p) {
  159. delete ((vector<double>*)p);
  160. }
  161. static void deleteArray_vectorlEdoublegR(void *p) {
  162. delete [] ((vector<double>*)p);
  163. }
  164. static void destruct_vectorlEdoublegR(void *p) {
  165. typedef vector<double> current_t;
  166. ((current_t*)p)->~current_t();
  167. }
  168. } // end of namespace ROOT for class vector<double>
  169. namespace ROOT {
  170. void vectorlEfloatgR_ShowMembers(void *obj, TMemberInspector &R__insp);
  171. static void vectorlEfloatgR_Dictionary();
  172. static void *new_vectorlEfloatgR(void *p = 0);
  173. static void *newArray_vectorlEfloatgR(Long_t size, void *p);
  174. static void delete_vectorlEfloatgR(void *p);
  175. static void deleteArray_vectorlEfloatgR(void *p);
  176. static void destruct_vectorlEfloatgR(void *p);
  177. // Function generating the singleton type initializer
  178. static TGenericClassInfo *GenerateInitInstanceLocal(const vector<float>*)
  179. {
  180. vector<float> *ptr = 0;
  181. static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<float>),0);
  182. static ::ROOT::TGenericClassInfo
  183. instance("vector<float>", -2, "vector.dll", 0,
  184. typeid(vector<float>), DefineBehavior(ptr, ptr),
  185. 0, &vectorlEfloatgR_Dictionary, isa_proxy, 0,
  186. sizeof(vector<float>) );
  187. instance.SetNew(&new_vectorlEfloatgR);
  188. instance.SetNewArray(&newArray_vectorlEfloatgR);
  189. instance.SetDelete(&delete_vectorlEfloatgR);
  190. instance.SetDeleteArray(&deleteArray_vectorlEfloatgR);
  191. instance.SetDestructor(&destruct_vectorlEfloatgR);
  192. instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<float> >()));
  193. return &instance;
  194. }
  195. // Static variable to force the class initialization
  196. static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<float>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
  197. // Dictionary for non-ClassDef classes
  198. static void vectorlEfloatgR_Dictionary() {
  199. ::ROOT::GenerateInitInstanceLocal((const vector<float>*)0x0)->GetClass();
  200. }
  201. } // end of namespace ROOT
  202. namespace ROOT {
  203. // Wrappers around operator new
  204. static void *new_vectorlEfloatgR(void *p) {
  205. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<float> : new vector<float>;
  206. }
  207. static void *newArray_vectorlEfloatgR(Long_t nElements, void *p) {
  208. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<float>[nElements] : new vector<float>[nElements];
  209. }
  210. // Wrapper around operator delete
  211. static void delete_vectorlEfloatgR(void *p) {
  212. delete ((vector<float>*)p);
  213. }
  214. static void deleteArray_vectorlEfloatgR(void *p) {
  215. delete [] ((vector<float>*)p);
  216. }
  217. static void destruct_vectorlEfloatgR(void *p) {
  218. typedef vector<float> current_t;
  219. ((current_t*)p)->~current_t();
  220. }
  221. } // end of namespace ROOT for class vector<float>
  222. namespace ROOT {
  223. void vectorlEintgR_ShowMembers(void *obj, TMemberInspector &R__insp);
  224. static void vectorlEintgR_Dictionary();
  225. static void *new_vectorlEintgR(void *p = 0);
  226. static void *newArray_vectorlEintgR(Long_t size, void *p);
  227. static void delete_vectorlEintgR(void *p);
  228. static void deleteArray_vectorlEintgR(void *p);
  229. static void destruct_vectorlEintgR(void *p);
  230. // Function generating the singleton type initializer
  231. static TGenericClassInfo *GenerateInitInstanceLocal(const vector<int>*)
  232. {
  233. vector<int> *ptr = 0;
  234. static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<int>),0);
  235. static ::ROOT::TGenericClassInfo
  236. instance("vector<int>", -2, "/var/work/pcjz/skaneti/root_v5.34.08/lib/root/cint/cint/lib/prec_stl/vector", 49,
  237. typeid(vector<int>), DefineBehavior(ptr, ptr),
  238. 0, &vectorlEintgR_Dictionary, isa_proxy, 0,
  239. sizeof(vector<int>) );
  240. instance.SetNew(&new_vectorlEintgR);
  241. instance.SetNewArray(&newArray_vectorlEintgR);
  242. instance.SetDelete(&delete_vectorlEintgR);
  243. instance.SetDeleteArray(&deleteArray_vectorlEintgR);
  244. instance.SetDestructor(&destruct_vectorlEintgR);
  245. instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<int> >()));
  246. return &instance;
  247. }
  248. // Static variable to force the class initialization
  249. static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<int>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
  250. // Dictionary for non-ClassDef classes
  251. static void vectorlEintgR_Dictionary() {
  252. ::ROOT::GenerateInitInstanceLocal((const vector<int>*)0x0)->GetClass();
  253. }
  254. } // end of namespace ROOT
  255. namespace ROOT {
  256. // Wrappers around operator new
  257. static void *new_vectorlEintgR(void *p) {
  258. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<int> : new vector<int>;
  259. }
  260. static void *newArray_vectorlEintgR(Long_t nElements, void *p) {
  261. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<int>[nElements] : new vector<int>[nElements];
  262. }
  263. // Wrapper around operator delete
  264. static void delete_vectorlEintgR(void *p) {
  265. delete ((vector<int>*)p);
  266. }
  267. static void deleteArray_vectorlEintgR(void *p) {
  268. delete [] ((vector<int>*)p);
  269. }
  270. static void destruct_vectorlEintgR(void *p) {
  271. typedef vector<int> current_t;
  272. ((current_t*)p)->~current_t();
  273. }
  274. } // end of namespace ROOT for class vector<int>
  275. namespace ROOT {
  276. void vectorlEunsignedsPintgR_ShowMembers(void *obj, TMemberInspector &R__insp);
  277. static void vectorlEunsignedsPintgR_Dictionary();
  278. static void *new_vectorlEunsignedsPintgR(void *p = 0);
  279. static void *newArray_vectorlEunsignedsPintgR(Long_t size, void *p);
  280. static void delete_vectorlEunsignedsPintgR(void *p);
  281. static void deleteArray_vectorlEunsignedsPintgR(void *p);
  282. static void destruct_vectorlEunsignedsPintgR(void *p);
  283. // Function generating the singleton type initializer
  284. static TGenericClassInfo *GenerateInitInstanceLocal(const vector<unsigned int>*)
  285. {
  286. vector<unsigned int> *ptr = 0;
  287. static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<unsigned int>),0);
  288. static ::ROOT::TGenericClassInfo
  289. instance("vector<unsigned int>", -2, "vector.dll", 0,
  290. typeid(vector<unsigned int>), DefineBehavior(ptr, ptr),
  291. 0, &vectorlEunsignedsPintgR_Dictionary, isa_proxy, 0,
  292. sizeof(vector<unsigned int>) );
  293. instance.SetNew(&new_vectorlEunsignedsPintgR);
  294. instance.SetNewArray(&newArray_vectorlEunsignedsPintgR);
  295. instance.SetDelete(&delete_vectorlEunsignedsPintgR);
  296. instance.SetDeleteArray(&deleteArray_vectorlEunsignedsPintgR);
  297. instance.SetDestructor(&destruct_vectorlEunsignedsPintgR);
  298. instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<unsigned int> >()));
  299. return &instance;
  300. }
  301. // Static variable to force the class initialization
  302. static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<unsigned int>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
  303. // Dictionary for non-ClassDef classes
  304. static void vectorlEunsignedsPintgR_Dictionary() {
  305. ::ROOT::GenerateInitInstanceLocal((const vector<unsigned int>*)0x0)->GetClass();
  306. }
  307. } // end of namespace ROOT
  308. namespace ROOT {
  309. // Wrappers around operator new
  310. static void *new_vectorlEunsignedsPintgR(void *p) {
  311. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<unsigned int> : new vector<unsigned int>;
  312. }
  313. static void *newArray_vectorlEunsignedsPintgR(Long_t nElements, void *p) {
  314. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<unsigned int>[nElements] : new vector<unsigned int>[nElements];
  315. }
  316. // Wrapper around operator delete
  317. static void delete_vectorlEunsignedsPintgR(void *p) {
  318. delete ((vector<unsigned int>*)p);
  319. }
  320. static void deleteArray_vectorlEunsignedsPintgR(void *p) {
  321. delete [] ((vector<unsigned int>*)p);
  322. }
  323. static void destruct_vectorlEunsignedsPintgR(void *p) {
  324. typedef vector<unsigned int> current_t;
  325. ((current_t*)p)->~current_t();
  326. }
  327. } // end of namespace ROOT for class vector<unsigned int>
  328. namespace ROOT {
  329. void vectorlEvectorlEdoublegRsPgR_ShowMembers(void *obj, TMemberInspector &R__insp);
  330. static void vectorlEvectorlEdoublegRsPgR_Dictionary();
  331. static void *new_vectorlEvectorlEdoublegRsPgR(void *p = 0);
  332. static void *newArray_vectorlEvectorlEdoublegRsPgR(Long_t size, void *p);
  333. static void delete_vectorlEvectorlEdoublegRsPgR(void *p);
  334. static void deleteArray_vectorlEvectorlEdoublegRsPgR(void *p);
  335. static void destruct_vectorlEvectorlEdoublegRsPgR(void *p);
  336. // Function generating the singleton type initializer
  337. static TGenericClassInfo *GenerateInitInstanceLocal(const vector<vector<double> >*)
  338. {
  339. vector<vector<double> > *ptr = 0;
  340. static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<vector<double> >),0);
  341. static ::ROOT::TGenericClassInfo
  342. instance("vector<vector<double> >", -2, "/var/work/pcjz/skaneti/root_v5.34.08/lib/root/cint/cint/lib/prec_stl/vector", 49,
  343. typeid(vector<vector<double> >), DefineBehavior(ptr, ptr),
  344. 0, &vectorlEvectorlEdoublegRsPgR_Dictionary, isa_proxy, 4,
  345. sizeof(vector<vector<double> >) );
  346. instance.SetNew(&new_vectorlEvectorlEdoublegRsPgR);
  347. instance.SetNewArray(&newArray_vectorlEvectorlEdoublegRsPgR);
  348. instance.SetDelete(&delete_vectorlEvectorlEdoublegRsPgR);
  349. instance.SetDeleteArray(&deleteArray_vectorlEvectorlEdoublegRsPgR);
  350. instance.SetDestructor(&destruct_vectorlEvectorlEdoublegRsPgR);
  351. instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<vector<double> > >()));
  352. return &instance;
  353. }
  354. // Static variable to force the class initialization
  355. static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<vector<double> >*)0x0); R__UseDummy(_R__UNIQUE_(Init));
  356. // Dictionary for non-ClassDef classes
  357. static void vectorlEvectorlEdoublegRsPgR_Dictionary() {
  358. ::ROOT::GenerateInitInstanceLocal((const vector<vector<double> >*)0x0)->GetClass();
  359. }
  360. } // end of namespace ROOT
  361. namespace ROOT {
  362. // Wrappers around operator new
  363. static void *new_vectorlEvectorlEdoublegRsPgR(void *p) {
  364. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<double> > : new vector<vector<double> >;
  365. }
  366. static void *newArray_vectorlEvectorlEdoublegRsPgR(Long_t nElements, void *p) {
  367. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<double> >[nElements] : new vector<vector<double> >[nElements];
  368. }
  369. // Wrapper around operator delete
  370. static void delete_vectorlEvectorlEdoublegRsPgR(void *p) {
  371. delete ((vector<vector<double> >*)p);
  372. }
  373. static void deleteArray_vectorlEvectorlEdoublegRsPgR(void *p) {
  374. delete [] ((vector<vector<double> >*)p);
  375. }
  376. static void destruct_vectorlEvectorlEdoublegRsPgR(void *p) {
  377. typedef vector<vector<double> > current_t;
  378. ((current_t*)p)->~current_t();
  379. }
  380. } // end of namespace ROOT for class vector<vector<double> >
  381. namespace ROOT {
  382. void vectorlEvectorlEfloatgRsPgR_ShowMembers(void *obj, TMemberInspector &R__insp);
  383. static void vectorlEvectorlEfloatgRsPgR_Dictionary();
  384. static void *new_vectorlEvectorlEfloatgRsPgR(void *p = 0);
  385. static void *newArray_vectorlEvectorlEfloatgRsPgR(Long_t size, void *p);
  386. static void delete_vectorlEvectorlEfloatgRsPgR(void *p);
  387. static void deleteArray_vectorlEvectorlEfloatgRsPgR(void *p);
  388. static void destruct_vectorlEvectorlEfloatgRsPgR(void *p);
  389. // Function generating the singleton type initializer
  390. static TGenericClassInfo *GenerateInitInstanceLocal(const vector<vector<float> >*)
  391. {
  392. vector<vector<float> > *ptr = 0;
  393. static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<vector<float> >),0);
  394. static ::ROOT::TGenericClassInfo
  395. instance("vector<vector<float> >", -2, "/var/work/pcjz/skaneti/root_v5.34.08/lib/root/cint/cint/lib/prec_stl/vector", 49,
  396. typeid(vector<vector<float> >), DefineBehavior(ptr, ptr),
  397. 0, &vectorlEvectorlEfloatgRsPgR_Dictionary, isa_proxy, 4,
  398. sizeof(vector<vector<float> >) );
  399. instance.SetNew(&new_vectorlEvectorlEfloatgRsPgR);
  400. instance.SetNewArray(&newArray_vectorlEvectorlEfloatgRsPgR);
  401. instance.SetDelete(&delete_vectorlEvectorlEfloatgRsPgR);
  402. instance.SetDeleteArray(&deleteArray_vectorlEvectorlEfloatgRsPgR);
  403. instance.SetDestructor(&destruct_vectorlEvectorlEfloatgRsPgR);
  404. instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<vector<float> > >()));
  405. return &instance;
  406. }
  407. // Static variable to force the class initialization
  408. static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<vector<float> >*)0x0); R__UseDummy(_R__UNIQUE_(Init));
  409. // Dictionary for non-ClassDef classes
  410. static void vectorlEvectorlEfloatgRsPgR_Dictionary() {
  411. ::ROOT::GenerateInitInstanceLocal((const vector<vector<float> >*)0x0)->GetClass();
  412. }
  413. } // end of namespace ROOT
  414. namespace ROOT {
  415. // Wrappers around operator new
  416. static void *new_vectorlEvectorlEfloatgRsPgR(void *p) {
  417. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<float> > : new vector<vector<float> >;
  418. }
  419. static void *newArray_vectorlEvectorlEfloatgRsPgR(Long_t nElements, void *p) {
  420. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<float> >[nElements] : new vector<vector<float> >[nElements];
  421. }
  422. // Wrapper around operator delete
  423. static void delete_vectorlEvectorlEfloatgRsPgR(void *p) {
  424. delete ((vector<vector<float> >*)p);
  425. }
  426. static void deleteArray_vectorlEvectorlEfloatgRsPgR(void *p) {
  427. delete [] ((vector<vector<float> >*)p);
  428. }
  429. static void destruct_vectorlEvectorlEfloatgRsPgR(void *p) {
  430. typedef vector<vector<float> > current_t;
  431. ((current_t*)p)->~current_t();
  432. }
  433. } // end of namespace ROOT for class vector<vector<float> >
  434. namespace ROOT {
  435. void vectorlEvectorlEintgRsPgR_ShowMembers(void *obj, TMemberInspector &R__insp);
  436. static void vectorlEvectorlEintgRsPgR_Dictionary();
  437. static void *new_vectorlEvectorlEintgRsPgR(void *p = 0);
  438. static void *newArray_vectorlEvectorlEintgRsPgR(Long_t size, void *p);
  439. static void delete_vectorlEvectorlEintgRsPgR(void *p);
  440. static void deleteArray_vectorlEvectorlEintgRsPgR(void *p);
  441. static void destruct_vectorlEvectorlEintgRsPgR(void *p);
  442. // Function generating the singleton type initializer
  443. static TGenericClassInfo *GenerateInitInstanceLocal(const vector<vector<int> >*)
  444. {
  445. vector<vector<int> > *ptr = 0;
  446. static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<vector<int> >),0);
  447. static ::ROOT::TGenericClassInfo
  448. instance("vector<vector<int> >", -2, "/var/work/pcjz/skaneti/root_v5.34.08/lib/root/cint/cint/lib/prec_stl/vector", 49,
  449. typeid(vector<vector<int> >), DefineBehavior(ptr, ptr),
  450. 0, &vectorlEvectorlEintgRsPgR_Dictionary, isa_proxy, 4,
  451. sizeof(vector<vector<int> >) );
  452. instance.SetNew(&new_vectorlEvectorlEintgRsPgR);
  453. instance.SetNewArray(&newArray_vectorlEvectorlEintgRsPgR);
  454. instance.SetDelete(&delete_vectorlEvectorlEintgRsPgR);
  455. instance.SetDeleteArray(&deleteArray_vectorlEvectorlEintgRsPgR);
  456. instance.SetDestructor(&destruct_vectorlEvectorlEintgRsPgR);
  457. instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<vector<int> > >()));
  458. return &instance;
  459. }
  460. // Static variable to force the class initialization
  461. static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<vector<int> >*)0x0); R__UseDummy(_R__UNIQUE_(Init));
  462. // Dictionary for non-ClassDef classes
  463. static void vectorlEvectorlEintgRsPgR_Dictionary() {
  464. ::ROOT::GenerateInitInstanceLocal((const vector<vector<int> >*)0x0)->GetClass();
  465. }
  466. } // end of namespace ROOT
  467. namespace ROOT {
  468. // Wrappers around operator new
  469. static void *new_vectorlEvectorlEintgRsPgR(void *p) {
  470. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<int> > : new vector<vector<int> >;
  471. }
  472. static void *newArray_vectorlEvectorlEintgRsPgR(Long_t nElements, void *p) {
  473. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<int> >[nElements] : new vector<vector<int> >[nElements];
  474. }
  475. // Wrapper around operator delete
  476. static void delete_vectorlEvectorlEintgRsPgR(void *p) {
  477. delete ((vector<vector<int> >*)p);
  478. }
  479. static void deleteArray_vectorlEvectorlEintgRsPgR(void *p) {
  480. delete [] ((vector<vector<int> >*)p);
  481. }
  482. static void destruct_vectorlEvectorlEintgRsPgR(void *p) {
  483. typedef vector<vector<int> > current_t;
  484. ((current_t*)p)->~current_t();
  485. }
  486. } // end of namespace ROOT for class vector<vector<int> >
  487. namespace ROOT {
  488. void vectorlEvectorlEunsignedsPintgRsPgR_ShowMembers(void *obj, TMemberInspector &R__insp);
  489. static void vectorlEvectorlEunsignedsPintgRsPgR_Dictionary();
  490. static void *new_vectorlEvectorlEunsignedsPintgRsPgR(void *p = 0);
  491. static void *newArray_vectorlEvectorlEunsignedsPintgRsPgR(Long_t size, void *p);
  492. static void delete_vectorlEvectorlEunsignedsPintgRsPgR(void *p);
  493. static void deleteArray_vectorlEvectorlEunsignedsPintgRsPgR(void *p);
  494. static void destruct_vectorlEvectorlEunsignedsPintgRsPgR(void *p);
  495. // Function generating the singleton type initializer
  496. static TGenericClassInfo *GenerateInitInstanceLocal(const vector<vector<unsigned int> >*)
  497. {
  498. vector<vector<unsigned int> > *ptr = 0;
  499. static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<vector<unsigned int> >),0);
  500. static ::ROOT::TGenericClassInfo
  501. instance("vector<vector<unsigned int> >", -2, "/var/work/pcjz/skaneti/root_v5.34.08/lib/root/cint/cint/lib/prec_stl/vector", 49,
  502. typeid(vector<vector<unsigned int> >), DefineBehavior(ptr, ptr),
  503. 0, &vectorlEvectorlEunsignedsPintgRsPgR_Dictionary, isa_proxy, 4,
  504. sizeof(vector<vector<unsigned int> >) );
  505. instance.SetNew(&new_vectorlEvectorlEunsignedsPintgRsPgR);
  506. instance.SetNewArray(&newArray_vectorlEvectorlEunsignedsPintgRsPgR);
  507. instance.SetDelete(&delete_vectorlEvectorlEunsignedsPintgRsPgR);
  508. instance.SetDeleteArray(&deleteArray_vectorlEvectorlEunsignedsPintgRsPgR);
  509. instance.SetDestructor(&destruct_vectorlEvectorlEunsignedsPintgRsPgR);
  510. instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<vector<unsigned int> > >()));
  511. return &instance;
  512. }
  513. // Static variable to force the class initialization
  514. static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<vector<unsigned int> >*)0x0); R__UseDummy(_R__UNIQUE_(Init));
  515. // Dictionary for non-ClassDef classes
  516. static void vectorlEvectorlEunsignedsPintgRsPgR_Dictionary() {
  517. ::ROOT::GenerateInitInstanceLocal((const vector<vector<unsigned int> >*)0x0)->GetClass();
  518. }
  519. } // end of namespace ROOT
  520. namespace ROOT {
  521. // Wrappers around operator new
  522. static void *new_vectorlEvectorlEunsignedsPintgRsPgR(void *p) {
  523. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<unsigned int> > : new vector<vector<unsigned int> >;
  524. }
  525. static void *newArray_vectorlEvectorlEunsignedsPintgRsPgR(Long_t nElements, void *p) {
  526. return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<unsigned int> >[nElements] : new vector<vector<unsigned int> >[nElements];
  527. }
  528. // Wrapper around operator delete
  529. static void delete_vectorlEvectorlEunsignedsPintgRsPgR(void *p) {
  530. delete ((vector<vector<unsigned int> >*)p);
  531. }
  532. static void deleteArray_vectorlEvectorlEunsignedsPintgRsPgR(void *p) {
  533. delete [] ((vector<vector<unsigned int> >*)p);
  534. }
  535. static void destruct_vectorlEvectorlEunsignedsPintgRsPgR(void *p) {
  536. typedef vector<vector<unsigned int> > current_t;
  537. ((current_t*)p)->~current_t();
  538. }
  539. } // end of namespace ROOT for class vector<vector<unsigned int> >
  540. /********************************************************
  541. * ./src/dict.cxx
  542. * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
  543. * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
  544. * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
  545. ********************************************************/
  546. #ifdef G__MEMTEST
  547. #undef malloc
  548. #undef free
  549. #endif
  550. #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
  551. #pragma GCC diagnostic ignored "-Wstrict-aliasing"
  552. #endif
  553. extern "C" void G__cpp_reset_tagtabledict();
  554. extern "C" void G__set_cpp_environmentdict() {
  555. G__cpp_reset_tagtabledict();
  556. }
  557. #include <new>
  558. extern "C" int G__cpp_dllrevdict() { return(30051515); }
  559. /*********************************************************
  560. * Member function Interface Method
  561. *********************************************************/
  562. /* vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > > */
  563. static int G__dict_169_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  564. {
  565. {
  566. const vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::reference obj = ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->at((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::size_type) G__int(libp->para[0]));
  567. result7->ref = (long) (&obj);
  568. result7->obj.i = (long) (&obj);
  569. }
  570. return(1 || funcname || hash || result7 || libp) ;
  571. }
  572. static int G__dict_169_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  573. {
  574. {
  575. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::const_reference obj = ((const vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->at((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::size_type) G__int(libp->para[0]));
  576. result7->ref = (long) (&obj);
  577. result7->obj.i = (long) (&obj);
  578. }
  579. return(1 || funcname || hash || result7 || libp) ;
  580. }
  581. static int G__dict_169_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  582. {
  583. {
  584. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator* pobj;
  585. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator xobj = ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->begin();
  586. pobj = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator(xobj);
  587. result7->obj.i = (long) ((void*) pobj);
  588. result7->ref = result7->obj.i;
  589. G__store_tempobject(*result7);
  590. }
  591. return(1 || funcname || hash || result7 || libp) ;
  592. }
  593. static int G__dict_169_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  594. {
  595. {
  596. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator* pobj;
  597. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator xobj = ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->end();
  598. pobj = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator(xobj);
  599. result7->obj.i = (long) ((void*) pobj);
  600. result7->ref = result7->obj.i;
  601. G__store_tempobject(*result7);
  602. }
  603. return(1 || funcname || hash || result7 || libp) ;
  604. }
  605. static int G__dict_169_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  606. {
  607. {
  608. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::reverse_iterator* pobj;
  609. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::reverse_iterator xobj = ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->rbegin();
  610. pobj = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::reverse_iterator(xobj);
  611. result7->obj.i = (long) ((void*) pobj);
  612. result7->ref = result7->obj.i;
  613. G__store_tempobject(*result7);
  614. }
  615. return(1 || funcname || hash || result7 || libp) ;
  616. }
  617. static int G__dict_169_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  618. {
  619. {
  620. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::reverse_iterator* pobj;
  621. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::reverse_iterator xobj = ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->rend();
  622. pobj = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::reverse_iterator(xobj);
  623. result7->obj.i = (long) ((void*) pobj);
  624. result7->ref = result7->obj.i;
  625. G__store_tempobject(*result7);
  626. }
  627. return(1 || funcname || hash || result7 || libp) ;
  628. }
  629. static int G__dict_169_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  630. {
  631. G__letint(result7, 107, (long) ((const vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->size());
  632. return(1 || funcname || hash || result7 || libp) ;
  633. }
  634. static int G__dict_169_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  635. {
  636. G__letint(result7, 107, (long) ((const vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->max_size());
  637. return(1 || funcname || hash || result7 || libp) ;
  638. }
  639. static int G__dict_169_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  640. {
  641. ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->resize((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::size_type) G__int(libp->para[0]));
  642. G__setnull(result7);
  643. return(1 || funcname || hash || result7 || libp) ;
  644. }
  645. static int G__dict_169_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  646. {
  647. ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->resize((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::size_type) G__int(libp->para[0]), *((vector<unsigned int,allocator<unsigned int> >*) G__int(libp->para[1])));
  648. G__setnull(result7);
  649. return(1 || funcname || hash || result7 || libp) ;
  650. }
  651. static int G__dict_169_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  652. {
  653. G__letint(result7, 107, (long) ((const vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->capacity());
  654. return(1 || funcname || hash || result7 || libp) ;
  655. }
  656. static int G__dict_169_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  657. {
  658. G__letint(result7, 103, (long) ((const vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->empty());
  659. return(1 || funcname || hash || result7 || libp) ;
  660. }
  661. static int G__dict_169_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  662. {
  663. {
  664. const vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::reference obj = ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->operator[]((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::size_type) G__int(libp->para[0]));
  665. result7->ref = (long) (&obj);
  666. result7->obj.i = (long) (&obj);
  667. }
  668. return(1 || funcname || hash || result7 || libp) ;
  669. }
  670. static int G__dict_169_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  671. {
  672. {
  673. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::const_reference obj = ((const vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->operator[]((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::size_type) G__int(libp->para[0]));
  674. result7->ref = (long) (&obj);
  675. result7->obj.i = (long) (&obj);
  676. }
  677. return(1 || funcname || hash || result7 || libp) ;
  678. }
  679. static int G__dict_169_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  680. {
  681. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >* p = NULL;
  682. char* gvp = (char*) G__getgvp();
  683. int n = G__getaryconstruct();
  684. if (n) {
  685. if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
  686. p = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >[n];
  687. } else {
  688. p = new((void*) gvp) vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >[n];
  689. }
  690. } else {
  691. if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
  692. p = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >;
  693. } else {
  694. p = new((void*) gvp) vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >;
  695. }
  696. }
  697. result7->obj.i = (long) p;
  698. result7->ref = (long) p;
  699. G__set_tagnum(result7,G__get_linked_tagnum(&G__dictLN_vectorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcOallocatorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRsPgRsPgR));
  700. return(1 || funcname || hash || result7 || libp) ;
  701. }
  702. static int G__dict_169_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  703. {
  704. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >* p = NULL;
  705. char* gvp = (char*) G__getgvp();
  706. switch (libp->paran) {
  707. case 2:
  708. //m: 2
  709. if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
  710. p = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::size_type) G__int(libp->para[0]), *(vector<unsigned int,allocator<unsigned int> >*) libp->para[1].ref);
  711. } else {
  712. p = new((void*) gvp) vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::size_type) G__int(libp->para[0]), *(vector<unsigned int,allocator<unsigned int> >*) libp->para[1].ref);
  713. }
  714. break;
  715. case 1:
  716. //m: 1
  717. if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
  718. p = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::size_type) G__int(libp->para[0]));
  719. } else {
  720. p = new((void*) gvp) vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::size_type) G__int(libp->para[0]));
  721. }
  722. break;
  723. }
  724. result7->obj.i = (long) p;
  725. result7->ref = (long) p;
  726. G__set_tagnum(result7,G__get_linked_tagnum(&G__dictLN_vectorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcOallocatorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRsPgRsPgR));
  727. return(1 || funcname || hash || result7 || libp) ;
  728. }
  729. static int G__dict_169_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  730. {
  731. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >* p = NULL;
  732. char* gvp = (char*) G__getgvp();
  733. //m: 1
  734. if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
  735. p = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >(*(vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) libp->para[0].ref);
  736. } else {
  737. p = new((void*) gvp) vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >(*(vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) libp->para[0].ref);
  738. }
  739. result7->obj.i = (long) p;
  740. result7->ref = (long) p;
  741. G__set_tagnum(result7,G__get_linked_tagnum(&G__dictLN_vectorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcOallocatorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRsPgRsPgR));
  742. return(1 || funcname || hash || result7 || libp) ;
  743. }
  744. static int G__dict_169_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  745. {
  746. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >* p = NULL;
  747. char* gvp = (char*) G__getgvp();
  748. //m: 2
  749. if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
  750. p = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >(*((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::const_iterator*) G__int(libp->para[0])), *((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::const_iterator*) G__int(libp->para[1])));
  751. } else {
  752. p = new((void*) gvp) vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >(*((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::const_iterator*) G__int(libp->para[0])), *((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::const_iterator*) G__int(libp->para[1])));
  753. }
  754. result7->obj.i = (long) p;
  755. result7->ref = (long) p;
  756. G__set_tagnum(result7,G__get_linked_tagnum(&G__dictLN_vectorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcOallocatorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRsPgRsPgR));
  757. return(1 || funcname || hash || result7 || libp) ;
  758. }
  759. static int G__dict_169_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  760. {
  761. {
  762. const vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >& obj = ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->operator=(*(vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) libp->para[0].ref);
  763. result7->ref = (long) (&obj);
  764. result7->obj.i = (long) (&obj);
  765. }
  766. return(1 || funcname || hash || result7 || libp) ;
  767. }
  768. static int G__dict_169_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  769. {
  770. ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->reserve((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::size_type) G__int(libp->para[0]));
  771. G__setnull(result7);
  772. return(1 || funcname || hash || result7 || libp) ;
  773. }
  774. static int G__dict_169_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  775. {
  776. {
  777. const vector<unsigned int,allocator<unsigned int> >& obj = ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->front();
  778. result7->ref = (long) (&obj);
  779. result7->obj.i = (long) (&obj);
  780. }
  781. return(1 || funcname || hash || result7 || libp) ;
  782. }
  783. static int G__dict_169_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  784. {
  785. {
  786. const vector<unsigned int,allocator<unsigned int> >& obj = ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->back();
  787. result7->ref = (long) (&obj);
  788. result7->obj.i = (long) (&obj);
  789. }
  790. return(1 || funcname || hash || result7 || libp) ;
  791. }
  792. static int G__dict_169_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  793. {
  794. ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->push_back(*(vector<unsigned int,allocator<unsigned int> >*) libp->para[0].ref);
  795. G__setnull(result7);
  796. return(1 || funcname || hash || result7 || libp) ;
  797. }
  798. static int G__dict_169_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  799. {
  800. ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->swap(*(vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) libp->para[0].ref);
  801. G__setnull(result7);
  802. return(1 || funcname || hash || result7 || libp) ;
  803. }
  804. static int G__dict_169_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  805. {
  806. {
  807. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator* pobj;
  808. vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator xobj = ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->insert(*((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator*) G__int(libp->para[0])), *(vector<unsigned int,allocator<unsigned int> >*) libp->para[1].ref);
  809. pobj = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator(xobj);
  810. result7->obj.i = (long) ((void*) pobj);
  811. result7->ref = result7->obj.i;
  812. G__store_tempobject(*result7);
  813. }
  814. return(1 || funcname || hash || result7 || libp) ;
  815. }
  816. static int G__dict_169_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  817. {
  818. ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->insert(*((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator*) G__int(libp->para[0])), *((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::const_iterator*) G__int(libp->para[1]))
  819. , *((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::const_iterator*) G__int(libp->para[2])));
  820. G__setnull(result7);
  821. return(1 || funcname || hash || result7 || libp) ;
  822. }
  823. static int G__dict_169_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  824. {
  825. ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->insert(*((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator*) G__int(libp->para[0])), (vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::size_type) G__int(libp->para[1])
  826. , *(vector<unsigned int,allocator<unsigned int> >*) libp->para[2].ref);
  827. G__setnull(result7);
  828. return(1 || funcname || hash || result7 || libp) ;
  829. }
  830. static int G__dict_169_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
  831. {
  832. ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->pop_back();
  833. G__setnull(result7);
  834. return(1 || funcname || hash || result7 || libp) ;
  835. }
  836. static int G__dict_169_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp,