/src/dict.cxx
https://bitbucket.org/skaneti/zzllnunud3pdskimmer · C++ · 928 lines · 765 code · 92 blank · 71 comment · 155 complexity · df39cb3d8e3ea680333f0330caca8df4 MD5 · raw file
- //
- // File generated by rootcint at Mon Jul 1 20:54:21 2013
- // Do NOT change. Changes will be lost next time file is generated
- //
- #define R__DICTIONARY_FILENAME dOdIsrcdIdict
- #include "RConfig.h" //rootcint 4834
- #if !defined(R__ACCESS_IN_SYMBOL)
- //Break the privacy of classes -- Disabled for the moment
- #define private public
- #define protected public
- #endif
- // Since CINT ignores the std namespace, we need to do so in this file.
- namespace std {} using namespace std;
- #include "dict.h"
- #include "TCollectionProxyInfo.h"
- #include "TClass.h"
- #include "TBuffer.h"
- #include "TMemberInspector.h"
- #include "TError.h"
- #ifndef G__ROOT
- #define G__ROOT
- #endif
- #include "RtypesImp.h"
- #include "TIsAProxy.h"
- #include "TFileMergeInfo.h"
- // START OF SHADOWS
- namespace ROOT {
- namespace Shadow {
- #if !(defined(R__ACCESS_IN_SYMBOL) || defined(R__USE_SHADOW_CLASS))
- typedef pair< ::string, ::string > pairlEstringcOstringgR;
- #else
- class pairlEstringcOstringgR {
- public:
- //friend XX;
- string first; //
- string second; //
- };
- #endif
- } // of namespace Shadow
- } // of namespace ROOT
- // END OF SHADOWS
- namespace ROOT {
- void pairlEstringcOstringgR_ShowMembers(void *obj, TMemberInspector &R__insp);
- static void pairlEstringcOstringgR_Dictionary();
- static void *new_pairlEstringcOstringgR(void *p = 0);
- static void *newArray_pairlEstringcOstringgR(Long_t size, void *p);
- static void delete_pairlEstringcOstringgR(void *p);
- static void deleteArray_pairlEstringcOstringgR(void *p);
- static void destruct_pairlEstringcOstringgR(void *p);
- // Function generating the singleton type initializer
- static TGenericClassInfo *GenerateInitInstanceLocal(const pair<string,string>*)
- {
- // Make sure the shadow class has the right sizeof
- R__ASSERT(sizeof(pair<string,string>) == sizeof(::ROOT::Shadow::pairlEstringcOstringgR));
- pair<string,string> *ptr = 0;
- static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(pair<string,string>),0);
- static ::ROOT::TGenericClassInfo
- instance("pair<string,string>", "/var/work/pcjz/skaneti/root_v5.34.08/lib/root/cint/cint/lib/prec_stl/utility", 17,
- typeid(pair<string,string>), DefineBehavior(ptr, ptr),
- &pairlEstringcOstringgR_ShowMembers, &pairlEstringcOstringgR_Dictionary, isa_proxy, 4,
- sizeof(pair<string,string>) );
- instance.SetNew(&new_pairlEstringcOstringgR);
- instance.SetNewArray(&newArray_pairlEstringcOstringgR);
- instance.SetDelete(&delete_pairlEstringcOstringgR);
- instance.SetDeleteArray(&deleteArray_pairlEstringcOstringgR);
- instance.SetDestructor(&destruct_pairlEstringcOstringgR);
- return &instance;
- }
- TGenericClassInfo *GenerateInitInstance(const pair<string,string>*)
- {
- return GenerateInitInstanceLocal((pair<string,string>*)0);
- }
- // Static variable to force the class initialization
- static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const pair<string,string>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
- // Dictionary for non-ClassDef classes
- static void pairlEstringcOstringgR_Dictionary() {
- ::ROOT::GenerateInitInstanceLocal((const pair<string,string>*)0x0)->GetClass();
- }
- } // end of namespace ROOT
- //______________________________________________________________________________
- namespace ROOT {
- void pairlEstringcOstringgR_ShowMembers(void *obj, TMemberInspector &R__insp)
- {
- // Inspect the data members of an object of class pair<string,string>.
- typedef ::ROOT::Shadow::pairlEstringcOstringgR ShadowClass;
- ShadowClass *sobj = (ShadowClass*)obj;
- if (sobj) { } // Dummy usage just in case there is no datamember.
- TClass *R__cl = ::ROOT::GenerateInitInstanceLocal((const pair<string,string>*)0x0)->GetClass();
- if (R__cl || R__insp.IsA()) { }
- R__insp.Inspect(R__cl, R__insp.GetParent(), "first", (void*)&sobj->first);
- R__insp.InspectMember("string", (void*)&sobj->first, "first.", false);
- R__insp.Inspect(R__cl, R__insp.GetParent(), "second", (void*)&sobj->second);
- R__insp.InspectMember("string", (void*)&sobj->second, "second.", false);
- }
- }
- namespace ROOT {
- // Wrappers around operator new
- static void *new_pairlEstringcOstringgR(void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) pair<string,string> : new pair<string,string>;
- }
- static void *newArray_pairlEstringcOstringgR(Long_t nElements, void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) pair<string,string>[nElements] : new pair<string,string>[nElements];
- }
- // Wrapper around operator delete
- static void delete_pairlEstringcOstringgR(void *p) {
- delete ((pair<string,string>*)p);
- }
- static void deleteArray_pairlEstringcOstringgR(void *p) {
- delete [] ((pair<string,string>*)p);
- }
- static void destruct_pairlEstringcOstringgR(void *p) {
- typedef pair<string,string> current_t;
- ((current_t*)p)->~current_t();
- }
- } // end of namespace ROOT for class pair<string,string>
- namespace ROOT {
- void vectorlEdoublegR_ShowMembers(void *obj, TMemberInspector &R__insp);
- static void vectorlEdoublegR_Dictionary();
- static void *new_vectorlEdoublegR(void *p = 0);
- static void *newArray_vectorlEdoublegR(Long_t size, void *p);
- static void delete_vectorlEdoublegR(void *p);
- static void deleteArray_vectorlEdoublegR(void *p);
- static void destruct_vectorlEdoublegR(void *p);
- // Function generating the singleton type initializer
- static TGenericClassInfo *GenerateInitInstanceLocal(const vector<double>*)
- {
- vector<double> *ptr = 0;
- static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<double>),0);
- static ::ROOT::TGenericClassInfo
- instance("vector<double>", -2, "vector.dll", 0,
- typeid(vector<double>), DefineBehavior(ptr, ptr),
- 0, &vectorlEdoublegR_Dictionary, isa_proxy, 0,
- sizeof(vector<double>) );
- instance.SetNew(&new_vectorlEdoublegR);
- instance.SetNewArray(&newArray_vectorlEdoublegR);
- instance.SetDelete(&delete_vectorlEdoublegR);
- instance.SetDeleteArray(&deleteArray_vectorlEdoublegR);
- instance.SetDestructor(&destruct_vectorlEdoublegR);
- instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<double> >()));
- return &instance;
- }
- // Static variable to force the class initialization
- static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<double>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
- // Dictionary for non-ClassDef classes
- static void vectorlEdoublegR_Dictionary() {
- ::ROOT::GenerateInitInstanceLocal((const vector<double>*)0x0)->GetClass();
- }
- } // end of namespace ROOT
- namespace ROOT {
- // Wrappers around operator new
- static void *new_vectorlEdoublegR(void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<double> : new vector<double>;
- }
- static void *newArray_vectorlEdoublegR(Long_t nElements, void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<double>[nElements] : new vector<double>[nElements];
- }
- // Wrapper around operator delete
- static void delete_vectorlEdoublegR(void *p) {
- delete ((vector<double>*)p);
- }
- static void deleteArray_vectorlEdoublegR(void *p) {
- delete [] ((vector<double>*)p);
- }
- static void destruct_vectorlEdoublegR(void *p) {
- typedef vector<double> current_t;
- ((current_t*)p)->~current_t();
- }
- } // end of namespace ROOT for class vector<double>
- namespace ROOT {
- void vectorlEfloatgR_ShowMembers(void *obj, TMemberInspector &R__insp);
- static void vectorlEfloatgR_Dictionary();
- static void *new_vectorlEfloatgR(void *p = 0);
- static void *newArray_vectorlEfloatgR(Long_t size, void *p);
- static void delete_vectorlEfloatgR(void *p);
- static void deleteArray_vectorlEfloatgR(void *p);
- static void destruct_vectorlEfloatgR(void *p);
- // Function generating the singleton type initializer
- static TGenericClassInfo *GenerateInitInstanceLocal(const vector<float>*)
- {
- vector<float> *ptr = 0;
- static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<float>),0);
- static ::ROOT::TGenericClassInfo
- instance("vector<float>", -2, "vector.dll", 0,
- typeid(vector<float>), DefineBehavior(ptr, ptr),
- 0, &vectorlEfloatgR_Dictionary, isa_proxy, 0,
- sizeof(vector<float>) );
- instance.SetNew(&new_vectorlEfloatgR);
- instance.SetNewArray(&newArray_vectorlEfloatgR);
- instance.SetDelete(&delete_vectorlEfloatgR);
- instance.SetDeleteArray(&deleteArray_vectorlEfloatgR);
- instance.SetDestructor(&destruct_vectorlEfloatgR);
- instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<float> >()));
- return &instance;
- }
- // Static variable to force the class initialization
- static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<float>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
- // Dictionary for non-ClassDef classes
- static void vectorlEfloatgR_Dictionary() {
- ::ROOT::GenerateInitInstanceLocal((const vector<float>*)0x0)->GetClass();
- }
- } // end of namespace ROOT
- namespace ROOT {
- // Wrappers around operator new
- static void *new_vectorlEfloatgR(void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<float> : new vector<float>;
- }
- static void *newArray_vectorlEfloatgR(Long_t nElements, void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<float>[nElements] : new vector<float>[nElements];
- }
- // Wrapper around operator delete
- static void delete_vectorlEfloatgR(void *p) {
- delete ((vector<float>*)p);
- }
- static void deleteArray_vectorlEfloatgR(void *p) {
- delete [] ((vector<float>*)p);
- }
- static void destruct_vectorlEfloatgR(void *p) {
- typedef vector<float> current_t;
- ((current_t*)p)->~current_t();
- }
- } // end of namespace ROOT for class vector<float>
- namespace ROOT {
- void vectorlEintgR_ShowMembers(void *obj, TMemberInspector &R__insp);
- static void vectorlEintgR_Dictionary();
- static void *new_vectorlEintgR(void *p = 0);
- static void *newArray_vectorlEintgR(Long_t size, void *p);
- static void delete_vectorlEintgR(void *p);
- static void deleteArray_vectorlEintgR(void *p);
- static void destruct_vectorlEintgR(void *p);
- // Function generating the singleton type initializer
- static TGenericClassInfo *GenerateInitInstanceLocal(const vector<int>*)
- {
- vector<int> *ptr = 0;
- static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<int>),0);
- static ::ROOT::TGenericClassInfo
- instance("vector<int>", -2, "/var/work/pcjz/skaneti/root_v5.34.08/lib/root/cint/cint/lib/prec_stl/vector", 49,
- typeid(vector<int>), DefineBehavior(ptr, ptr),
- 0, &vectorlEintgR_Dictionary, isa_proxy, 0,
- sizeof(vector<int>) );
- instance.SetNew(&new_vectorlEintgR);
- instance.SetNewArray(&newArray_vectorlEintgR);
- instance.SetDelete(&delete_vectorlEintgR);
- instance.SetDeleteArray(&deleteArray_vectorlEintgR);
- instance.SetDestructor(&destruct_vectorlEintgR);
- instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<int> >()));
- return &instance;
- }
- // Static variable to force the class initialization
- static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<int>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
- // Dictionary for non-ClassDef classes
- static void vectorlEintgR_Dictionary() {
- ::ROOT::GenerateInitInstanceLocal((const vector<int>*)0x0)->GetClass();
- }
- } // end of namespace ROOT
- namespace ROOT {
- // Wrappers around operator new
- static void *new_vectorlEintgR(void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<int> : new vector<int>;
- }
- static void *newArray_vectorlEintgR(Long_t nElements, void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<int>[nElements] : new vector<int>[nElements];
- }
- // Wrapper around operator delete
- static void delete_vectorlEintgR(void *p) {
- delete ((vector<int>*)p);
- }
- static void deleteArray_vectorlEintgR(void *p) {
- delete [] ((vector<int>*)p);
- }
- static void destruct_vectorlEintgR(void *p) {
- typedef vector<int> current_t;
- ((current_t*)p)->~current_t();
- }
- } // end of namespace ROOT for class vector<int>
- namespace ROOT {
- void vectorlEunsignedsPintgR_ShowMembers(void *obj, TMemberInspector &R__insp);
- static void vectorlEunsignedsPintgR_Dictionary();
- static void *new_vectorlEunsignedsPintgR(void *p = 0);
- static void *newArray_vectorlEunsignedsPintgR(Long_t size, void *p);
- static void delete_vectorlEunsignedsPintgR(void *p);
- static void deleteArray_vectorlEunsignedsPintgR(void *p);
- static void destruct_vectorlEunsignedsPintgR(void *p);
- // Function generating the singleton type initializer
- static TGenericClassInfo *GenerateInitInstanceLocal(const vector<unsigned int>*)
- {
- vector<unsigned int> *ptr = 0;
- static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<unsigned int>),0);
- static ::ROOT::TGenericClassInfo
- instance("vector<unsigned int>", -2, "vector.dll", 0,
- typeid(vector<unsigned int>), DefineBehavior(ptr, ptr),
- 0, &vectorlEunsignedsPintgR_Dictionary, isa_proxy, 0,
- sizeof(vector<unsigned int>) );
- instance.SetNew(&new_vectorlEunsignedsPintgR);
- instance.SetNewArray(&newArray_vectorlEunsignedsPintgR);
- instance.SetDelete(&delete_vectorlEunsignedsPintgR);
- instance.SetDeleteArray(&deleteArray_vectorlEunsignedsPintgR);
- instance.SetDestructor(&destruct_vectorlEunsignedsPintgR);
- instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<unsigned int> >()));
- return &instance;
- }
- // Static variable to force the class initialization
- static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<unsigned int>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
- // Dictionary for non-ClassDef classes
- static void vectorlEunsignedsPintgR_Dictionary() {
- ::ROOT::GenerateInitInstanceLocal((const vector<unsigned int>*)0x0)->GetClass();
- }
- } // end of namespace ROOT
- namespace ROOT {
- // Wrappers around operator new
- static void *new_vectorlEunsignedsPintgR(void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<unsigned int> : new vector<unsigned int>;
- }
- static void *newArray_vectorlEunsignedsPintgR(Long_t nElements, void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<unsigned int>[nElements] : new vector<unsigned int>[nElements];
- }
- // Wrapper around operator delete
- static void delete_vectorlEunsignedsPintgR(void *p) {
- delete ((vector<unsigned int>*)p);
- }
- static void deleteArray_vectorlEunsignedsPintgR(void *p) {
- delete [] ((vector<unsigned int>*)p);
- }
- static void destruct_vectorlEunsignedsPintgR(void *p) {
- typedef vector<unsigned int> current_t;
- ((current_t*)p)->~current_t();
- }
- } // end of namespace ROOT for class vector<unsigned int>
- namespace ROOT {
- void vectorlEvectorlEdoublegRsPgR_ShowMembers(void *obj, TMemberInspector &R__insp);
- static void vectorlEvectorlEdoublegRsPgR_Dictionary();
- static void *new_vectorlEvectorlEdoublegRsPgR(void *p = 0);
- static void *newArray_vectorlEvectorlEdoublegRsPgR(Long_t size, void *p);
- static void delete_vectorlEvectorlEdoublegRsPgR(void *p);
- static void deleteArray_vectorlEvectorlEdoublegRsPgR(void *p);
- static void destruct_vectorlEvectorlEdoublegRsPgR(void *p);
- // Function generating the singleton type initializer
- static TGenericClassInfo *GenerateInitInstanceLocal(const vector<vector<double> >*)
- {
- vector<vector<double> > *ptr = 0;
- static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<vector<double> >),0);
- static ::ROOT::TGenericClassInfo
- instance("vector<vector<double> >", -2, "/var/work/pcjz/skaneti/root_v5.34.08/lib/root/cint/cint/lib/prec_stl/vector", 49,
- typeid(vector<vector<double> >), DefineBehavior(ptr, ptr),
- 0, &vectorlEvectorlEdoublegRsPgR_Dictionary, isa_proxy, 4,
- sizeof(vector<vector<double> >) );
- instance.SetNew(&new_vectorlEvectorlEdoublegRsPgR);
- instance.SetNewArray(&newArray_vectorlEvectorlEdoublegRsPgR);
- instance.SetDelete(&delete_vectorlEvectorlEdoublegRsPgR);
- instance.SetDeleteArray(&deleteArray_vectorlEvectorlEdoublegRsPgR);
- instance.SetDestructor(&destruct_vectorlEvectorlEdoublegRsPgR);
- instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<vector<double> > >()));
- return &instance;
- }
- // Static variable to force the class initialization
- static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<vector<double> >*)0x0); R__UseDummy(_R__UNIQUE_(Init));
- // Dictionary for non-ClassDef classes
- static void vectorlEvectorlEdoublegRsPgR_Dictionary() {
- ::ROOT::GenerateInitInstanceLocal((const vector<vector<double> >*)0x0)->GetClass();
- }
- } // end of namespace ROOT
- namespace ROOT {
- // Wrappers around operator new
- static void *new_vectorlEvectorlEdoublegRsPgR(void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<double> > : new vector<vector<double> >;
- }
- static void *newArray_vectorlEvectorlEdoublegRsPgR(Long_t nElements, void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<double> >[nElements] : new vector<vector<double> >[nElements];
- }
- // Wrapper around operator delete
- static void delete_vectorlEvectorlEdoublegRsPgR(void *p) {
- delete ((vector<vector<double> >*)p);
- }
- static void deleteArray_vectorlEvectorlEdoublegRsPgR(void *p) {
- delete [] ((vector<vector<double> >*)p);
- }
- static void destruct_vectorlEvectorlEdoublegRsPgR(void *p) {
- typedef vector<vector<double> > current_t;
- ((current_t*)p)->~current_t();
- }
- } // end of namespace ROOT for class vector<vector<double> >
- namespace ROOT {
- void vectorlEvectorlEfloatgRsPgR_ShowMembers(void *obj, TMemberInspector &R__insp);
- static void vectorlEvectorlEfloatgRsPgR_Dictionary();
- static void *new_vectorlEvectorlEfloatgRsPgR(void *p = 0);
- static void *newArray_vectorlEvectorlEfloatgRsPgR(Long_t size, void *p);
- static void delete_vectorlEvectorlEfloatgRsPgR(void *p);
- static void deleteArray_vectorlEvectorlEfloatgRsPgR(void *p);
- static void destruct_vectorlEvectorlEfloatgRsPgR(void *p);
- // Function generating the singleton type initializer
- static TGenericClassInfo *GenerateInitInstanceLocal(const vector<vector<float> >*)
- {
- vector<vector<float> > *ptr = 0;
- static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<vector<float> >),0);
- static ::ROOT::TGenericClassInfo
- instance("vector<vector<float> >", -2, "/var/work/pcjz/skaneti/root_v5.34.08/lib/root/cint/cint/lib/prec_stl/vector", 49,
- typeid(vector<vector<float> >), DefineBehavior(ptr, ptr),
- 0, &vectorlEvectorlEfloatgRsPgR_Dictionary, isa_proxy, 4,
- sizeof(vector<vector<float> >) );
- instance.SetNew(&new_vectorlEvectorlEfloatgRsPgR);
- instance.SetNewArray(&newArray_vectorlEvectorlEfloatgRsPgR);
- instance.SetDelete(&delete_vectorlEvectorlEfloatgRsPgR);
- instance.SetDeleteArray(&deleteArray_vectorlEvectorlEfloatgRsPgR);
- instance.SetDestructor(&destruct_vectorlEvectorlEfloatgRsPgR);
- instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<vector<float> > >()));
- return &instance;
- }
- // Static variable to force the class initialization
- static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<vector<float> >*)0x0); R__UseDummy(_R__UNIQUE_(Init));
- // Dictionary for non-ClassDef classes
- static void vectorlEvectorlEfloatgRsPgR_Dictionary() {
- ::ROOT::GenerateInitInstanceLocal((const vector<vector<float> >*)0x0)->GetClass();
- }
- } // end of namespace ROOT
- namespace ROOT {
- // Wrappers around operator new
- static void *new_vectorlEvectorlEfloatgRsPgR(void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<float> > : new vector<vector<float> >;
- }
- static void *newArray_vectorlEvectorlEfloatgRsPgR(Long_t nElements, void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<float> >[nElements] : new vector<vector<float> >[nElements];
- }
- // Wrapper around operator delete
- static void delete_vectorlEvectorlEfloatgRsPgR(void *p) {
- delete ((vector<vector<float> >*)p);
- }
- static void deleteArray_vectorlEvectorlEfloatgRsPgR(void *p) {
- delete [] ((vector<vector<float> >*)p);
- }
- static void destruct_vectorlEvectorlEfloatgRsPgR(void *p) {
- typedef vector<vector<float> > current_t;
- ((current_t*)p)->~current_t();
- }
- } // end of namespace ROOT for class vector<vector<float> >
- namespace ROOT {
- void vectorlEvectorlEintgRsPgR_ShowMembers(void *obj, TMemberInspector &R__insp);
- static void vectorlEvectorlEintgRsPgR_Dictionary();
- static void *new_vectorlEvectorlEintgRsPgR(void *p = 0);
- static void *newArray_vectorlEvectorlEintgRsPgR(Long_t size, void *p);
- static void delete_vectorlEvectorlEintgRsPgR(void *p);
- static void deleteArray_vectorlEvectorlEintgRsPgR(void *p);
- static void destruct_vectorlEvectorlEintgRsPgR(void *p);
- // Function generating the singleton type initializer
- static TGenericClassInfo *GenerateInitInstanceLocal(const vector<vector<int> >*)
- {
- vector<vector<int> > *ptr = 0;
- static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<vector<int> >),0);
- static ::ROOT::TGenericClassInfo
- instance("vector<vector<int> >", -2, "/var/work/pcjz/skaneti/root_v5.34.08/lib/root/cint/cint/lib/prec_stl/vector", 49,
- typeid(vector<vector<int> >), DefineBehavior(ptr, ptr),
- 0, &vectorlEvectorlEintgRsPgR_Dictionary, isa_proxy, 4,
- sizeof(vector<vector<int> >) );
- instance.SetNew(&new_vectorlEvectorlEintgRsPgR);
- instance.SetNewArray(&newArray_vectorlEvectorlEintgRsPgR);
- instance.SetDelete(&delete_vectorlEvectorlEintgRsPgR);
- instance.SetDeleteArray(&deleteArray_vectorlEvectorlEintgRsPgR);
- instance.SetDestructor(&destruct_vectorlEvectorlEintgRsPgR);
- instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<vector<int> > >()));
- return &instance;
- }
- // Static variable to force the class initialization
- static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<vector<int> >*)0x0); R__UseDummy(_R__UNIQUE_(Init));
- // Dictionary for non-ClassDef classes
- static void vectorlEvectorlEintgRsPgR_Dictionary() {
- ::ROOT::GenerateInitInstanceLocal((const vector<vector<int> >*)0x0)->GetClass();
- }
- } // end of namespace ROOT
- namespace ROOT {
- // Wrappers around operator new
- static void *new_vectorlEvectorlEintgRsPgR(void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<int> > : new vector<vector<int> >;
- }
- static void *newArray_vectorlEvectorlEintgRsPgR(Long_t nElements, void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<int> >[nElements] : new vector<vector<int> >[nElements];
- }
- // Wrapper around operator delete
- static void delete_vectorlEvectorlEintgRsPgR(void *p) {
- delete ((vector<vector<int> >*)p);
- }
- static void deleteArray_vectorlEvectorlEintgRsPgR(void *p) {
- delete [] ((vector<vector<int> >*)p);
- }
- static void destruct_vectorlEvectorlEintgRsPgR(void *p) {
- typedef vector<vector<int> > current_t;
- ((current_t*)p)->~current_t();
- }
- } // end of namespace ROOT for class vector<vector<int> >
- namespace ROOT {
- void vectorlEvectorlEunsignedsPintgRsPgR_ShowMembers(void *obj, TMemberInspector &R__insp);
- static void vectorlEvectorlEunsignedsPintgRsPgR_Dictionary();
- static void *new_vectorlEvectorlEunsignedsPintgRsPgR(void *p = 0);
- static void *newArray_vectorlEvectorlEunsignedsPintgRsPgR(Long_t size, void *p);
- static void delete_vectorlEvectorlEunsignedsPintgRsPgR(void *p);
- static void deleteArray_vectorlEvectorlEunsignedsPintgRsPgR(void *p);
- static void destruct_vectorlEvectorlEunsignedsPintgRsPgR(void *p);
- // Function generating the singleton type initializer
- static TGenericClassInfo *GenerateInitInstanceLocal(const vector<vector<unsigned int> >*)
- {
- vector<vector<unsigned int> > *ptr = 0;
- static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<vector<unsigned int> >),0);
- static ::ROOT::TGenericClassInfo
- instance("vector<vector<unsigned int> >", -2, "/var/work/pcjz/skaneti/root_v5.34.08/lib/root/cint/cint/lib/prec_stl/vector", 49,
- typeid(vector<vector<unsigned int> >), DefineBehavior(ptr, ptr),
- 0, &vectorlEvectorlEunsignedsPintgRsPgR_Dictionary, isa_proxy, 4,
- sizeof(vector<vector<unsigned int> >) );
- instance.SetNew(&new_vectorlEvectorlEunsignedsPintgRsPgR);
- instance.SetNewArray(&newArray_vectorlEvectorlEunsignedsPintgRsPgR);
- instance.SetDelete(&delete_vectorlEvectorlEunsignedsPintgRsPgR);
- instance.SetDeleteArray(&deleteArray_vectorlEvectorlEunsignedsPintgRsPgR);
- instance.SetDestructor(&destruct_vectorlEvectorlEunsignedsPintgRsPgR);
- instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<vector<unsigned int> > >()));
- return &instance;
- }
- // Static variable to force the class initialization
- static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<vector<unsigned int> >*)0x0); R__UseDummy(_R__UNIQUE_(Init));
- // Dictionary for non-ClassDef classes
- static void vectorlEvectorlEunsignedsPintgRsPgR_Dictionary() {
- ::ROOT::GenerateInitInstanceLocal((const vector<vector<unsigned int> >*)0x0)->GetClass();
- }
- } // end of namespace ROOT
- namespace ROOT {
- // Wrappers around operator new
- static void *new_vectorlEvectorlEunsignedsPintgRsPgR(void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<unsigned int> > : new vector<vector<unsigned int> >;
- }
- static void *newArray_vectorlEvectorlEunsignedsPintgRsPgR(Long_t nElements, void *p) {
- return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<vector<unsigned int> >[nElements] : new vector<vector<unsigned int> >[nElements];
- }
- // Wrapper around operator delete
- static void delete_vectorlEvectorlEunsignedsPintgRsPgR(void *p) {
- delete ((vector<vector<unsigned int> >*)p);
- }
- static void deleteArray_vectorlEvectorlEunsignedsPintgRsPgR(void *p) {
- delete [] ((vector<vector<unsigned int> >*)p);
- }
- static void destruct_vectorlEvectorlEunsignedsPintgRsPgR(void *p) {
- typedef vector<vector<unsigned int> > current_t;
- ((current_t*)p)->~current_t();
- }
- } // end of namespace ROOT for class vector<vector<unsigned int> >
- /********************************************************
- * ./src/dict.cxx
- * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
- * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
- * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
- ********************************************************/
- #ifdef G__MEMTEST
- #undef malloc
- #undef free
- #endif
- #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
- #pragma GCC diagnostic ignored "-Wstrict-aliasing"
- #endif
- extern "C" void G__cpp_reset_tagtabledict();
- extern "C" void G__set_cpp_environmentdict() {
- G__cpp_reset_tagtabledict();
- }
- #include <new>
- extern "C" int G__cpp_dllrevdict() { return(30051515); }
- /*********************************************************
- * Member function Interface Method
- *********************************************************/
- /* vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > > */
- static int G__dict_169_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- {
- 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]));
- result7->ref = (long) (&obj);
- result7->obj.i = (long) (&obj);
- }
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- {
- 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]));
- result7->ref = (long) (&obj);
- result7->obj.i = (long) (&obj);
- }
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- {
- vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator* pobj;
- 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();
- pobj = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator(xobj);
- result7->obj.i = (long) ((void*) pobj);
- result7->ref = result7->obj.i;
- G__store_tempobject(*result7);
- }
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- {
- vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator* pobj;
- 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();
- pobj = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator(xobj);
- result7->obj.i = (long) ((void*) pobj);
- result7->ref = result7->obj.i;
- G__store_tempobject(*result7);
- }
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- {
- vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::reverse_iterator* pobj;
- 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();
- pobj = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::reverse_iterator(xobj);
- result7->obj.i = (long) ((void*) pobj);
- result7->ref = result7->obj.i;
- G__store_tempobject(*result7);
- }
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- {
- vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::reverse_iterator* pobj;
- 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();
- pobj = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::reverse_iterator(xobj);
- result7->obj.i = (long) ((void*) pobj);
- result7->ref = result7->obj.i;
- G__store_tempobject(*result7);
- }
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- G__letint(result7, 107, (long) ((const vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->size());
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- G__letint(result7, 107, (long) ((const vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->max_size());
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- ((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]));
- G__setnull(result7);
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- ((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])));
- G__setnull(result7);
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- G__letint(result7, 107, (long) ((const vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->capacity());
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- G__letint(result7, 103, (long) ((const vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->empty());
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- {
- 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]));
- result7->ref = (long) (&obj);
- result7->obj.i = (long) (&obj);
- }
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- {
- 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]));
- result7->ref = (long) (&obj);
- result7->obj.i = (long) (&obj);
- }
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >* p = NULL;
- char* gvp = (char*) G__getgvp();
- int n = G__getaryconstruct();
- if (n) {
- if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
- p = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >[n];
- } else {
- p = new((void*) gvp) vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >[n];
- }
- } else {
- if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
- p = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >;
- } else {
- p = new((void*) gvp) vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >;
- }
- }
- result7->obj.i = (long) p;
- result7->ref = (long) p;
- G__set_tagnum(result7,G__get_linked_tagnum(&G__dictLN_vectorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcOallocatorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRsPgRsPgR));
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >* p = NULL;
- char* gvp = (char*) G__getgvp();
- switch (libp->paran) {
- case 2:
- //m: 2
- if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
- 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);
- } else {
- 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);
- }
- break;
- case 1:
- //m: 1
- if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
- 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]));
- } else {
- 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]));
- }
- break;
- }
- result7->obj.i = (long) p;
- result7->ref = (long) p;
- G__set_tagnum(result7,G__get_linked_tagnum(&G__dictLN_vectorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcOallocatorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRsPgRsPgR));
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >* p = NULL;
- char* gvp = (char*) G__getgvp();
- //m: 1
- if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
- 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);
- } else {
- 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);
- }
- result7->obj.i = (long) p;
- result7->ref = (long) p;
- G__set_tagnum(result7,G__get_linked_tagnum(&G__dictLN_vectorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcOallocatorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRsPgRsPgR));
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >* p = NULL;
- char* gvp = (char*) G__getgvp();
- //m: 2
- if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
- 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])));
- } else {
- 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])));
- }
- result7->obj.i = (long) p;
- result7->ref = (long) p;
- G__set_tagnum(result7,G__get_linked_tagnum(&G__dictLN_vectorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcOallocatorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRsPgRsPgR));
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- {
- 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);
- result7->ref = (long) (&obj);
- result7->obj.i = (long) (&obj);
- }
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- ((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]));
- G__setnull(result7);
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- {
- 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();
- result7->ref = (long) (&obj);
- result7->obj.i = (long) (&obj);
- }
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- {
- 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();
- result7->ref = (long) (&obj);
- result7->obj.i = (long) (&obj);
- }
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- ((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);
- G__setnull(result7);
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- ((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);
- G__setnull(result7);
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- {
- vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator* pobj;
- 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);
- pobj = new vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::iterator(xobj);
- result7->obj.i = (long) ((void*) pobj);
- result7->ref = result7->obj.i;
- G__store_tempobject(*result7);
- }
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- ((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]))
- , *((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >::const_iterator*) G__int(libp->para[2])));
- G__setnull(result7);
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- ((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])
- , *(vector<unsigned int,allocator<unsigned int> >*) libp->para[2].ref);
- G__setnull(result7);
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
- {
- ((vector<vector<unsigned int,allocator<unsigned int> >,allocator<vector<unsigned int,allocator<unsigned int> > > >*) G__getstructoffset())->pop_back();
- G__setnull(result7);
- return(1 || funcname || hash || result7 || libp) ;
- }
- static int G__dict_169_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp,