G__Krb5Auth.cxx

Go to the documentation of this file.
00001 //
00002 // File generated by core/utils/src/rootcint_tmp at Wed Apr 20 14:04:15 2011
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #define R__DICTIONARY_FILENAME netdIkrb5authdIsrcdIG__Krb5Auth
00008 #include "RConfig.h" //rootcint 4834
00009 #if !defined(R__ACCESS_IN_SYMBOL)
00010 //Break the privacy of classes -- Disabled for the moment
00011 #define private public
00012 #define protected public
00013 #endif
00014 
00015 // Since CINT ignores the std namespace, we need to do so in this file.
00016 namespace std {} using namespace std;
00017 #include "G__Krb5Auth.h"
00018 
00019 #include "TClass.h"
00020 #include "TBuffer.h"
00021 #include "TMemberInspector.h"
00022 #include "TError.h"
00023 
00024 #ifndef G__ROOT
00025 #define G__ROOT
00026 #endif
00027 
00028 #include "RtypesImp.h"
00029 #include "TIsAProxy.h"
00030 
00031 // START OF SHADOWS
00032 
00033 namespace ROOT {
00034    namespace Shadow {
00035    } // of namespace Shadow
00036 } // of namespace ROOT
00037 // END OF SHADOWS
00038 
00039 namespace ROOT {
00040    void TKSocket_ShowMembers(void *obj, TMemberInspector &R__insp);
00041    static void delete_TKSocket(void *p);
00042    static void deleteArray_TKSocket(void *p);
00043    static void destruct_TKSocket(void *p);
00044    static void streamer_TKSocket(TBuffer &buf, void *obj);
00045 
00046    // Function generating the singleton type initializer
00047    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TKSocket*)
00048    {
00049       ::TKSocket *ptr = 0;
00050       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TKSocket >(0);
00051       static ::ROOT::TGenericClassInfo 
00052          instance("TKSocket", ::TKSocket::Class_Version(), "include/TKSocket.h", 31,
00053                   typeid(::TKSocket), DefineBehavior(ptr, ptr),
00054                   &::TKSocket::Dictionary, isa_proxy, 0,
00055                   sizeof(::TKSocket) );
00056       instance.SetDelete(&delete_TKSocket);
00057       instance.SetDeleteArray(&deleteArray_TKSocket);
00058       instance.SetDestructor(&destruct_TKSocket);
00059       instance.SetStreamerFunc(&streamer_TKSocket);
00060       return &instance;
00061    }
00062    TGenericClassInfo *GenerateInitInstance(const ::TKSocket*)
00063    {
00064       return GenerateInitInstanceLocal((::TKSocket*)0);
00065    }
00066    // Static variable to force the class initialization
00067    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TKSocket*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00068 } // end of namespace ROOT
00069 
00070 //______________________________________________________________________________
00071 TClass *TKSocket::fgIsA = 0;  // static to hold class pointer
00072 
00073 //______________________________________________________________________________
00074 const char *TKSocket::Class_Name()
00075 {
00076    return "TKSocket";
00077 }
00078 
00079 //______________________________________________________________________________
00080 const char *TKSocket::ImplFileName()
00081 {
00082    return ::ROOT::GenerateInitInstanceLocal((const ::TKSocket*)0x0)->GetImplFileName();
00083 }
00084 
00085 //______________________________________________________________________________
00086 int TKSocket::ImplFileLine()
00087 {
00088    return ::ROOT::GenerateInitInstanceLocal((const ::TKSocket*)0x0)->GetImplFileLine();
00089 }
00090 
00091 //______________________________________________________________________________
00092 void TKSocket::Dictionary()
00093 {
00094    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TKSocket*)0x0)->GetClass();
00095 }
00096 
00097 //______________________________________________________________________________
00098 TClass *TKSocket::Class()
00099 {
00100    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TKSocket*)0x0)->GetClass();
00101    return fgIsA;
00102 }
00103 
00104 //______________________________________________________________________________
00105 void TKSocket::Streamer(TBuffer &R__b)
00106 {
00107    // Stream an object of class TKSocket.
00108 
00109    TObject::Streamer(R__b);
00110 }
00111 
00112 //______________________________________________________________________________
00113 void TKSocket::ShowMembers(TMemberInspector &R__insp)
00114 {
00115       // Inspect the data members of an object of class TKSocket.
00116       TClass *R__cl = ::TKSocket::IsA();
00117       if (R__cl || R__insp.IsA()) { }
00118       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSocket", &fSocket);
00119       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fServer", &fServer);
00120       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAuthContext", &fAuthContext);
00121       TObject::ShowMembers(R__insp);
00122 }
00123 
00124 namespace ROOT {
00125    // Wrapper around operator delete
00126    static void delete_TKSocket(void *p) {
00127       delete ((::TKSocket*)p);
00128    }
00129    static void deleteArray_TKSocket(void *p) {
00130       delete [] ((::TKSocket*)p);
00131    }
00132    static void destruct_TKSocket(void *p) {
00133       typedef ::TKSocket current_t;
00134       ((current_t*)p)->~current_t();
00135    }
00136    // Wrapper around a custom streamer member function.
00137    static void streamer_TKSocket(TBuffer &buf, void *obj) {
00138       ((::TKSocket*)obj)->::TKSocket::Streamer(buf);
00139    }
00140 } // end of namespace ROOT for class ::TKSocket
00141 
00142 /********************************************************
00143 * net/krb5auth/src/G__Krb5Auth.cxx
00144 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
00145 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
00146 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
00147 ********************************************************/
00148 
00149 #ifdef G__MEMTEST
00150 #undef malloc
00151 #undef free
00152 #endif
00153 
00154 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
00155 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
00156 #endif
00157 
00158 extern "C" void G__cpp_reset_tagtableG__Krb5Auth();
00159 
00160 extern "C" void G__set_cpp_environmentG__Krb5Auth() {
00161   G__add_compiledheader("TObject.h");
00162   G__add_compiledheader("TMemberInspector.h");
00163   G__add_compiledheader("TKSocket.h");
00164   G__cpp_reset_tagtableG__Krb5Auth();
00165 }
00166 #include <new>
00167 extern "C" int G__cpp_dllrevG__Krb5Auth() { return(30051515); }
00168 
00169 /*********************************************************
00170 * Member function Interface Method
00171 *********************************************************/
00172 
00173 /* TKSocket */
00174 static int G__G__Krb5Auth_100_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00175 {
00176       G__letint(result7, 105, (long) ((TKSocket*) G__getstructoffset())->BlockRead(libp->para[0].ref ? *(char**) libp->para[0].ref : *(char**) (void*) (&G__Mlong(libp->para[0])), *(TKSocket::EEncoding*) libp->para[1].ref));
00177    return(1 || funcname || hash || result7 || libp) ;
00178 }
00179 
00180 static int G__G__Krb5Auth_100_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00181 {
00182       G__letint(result7, 105, (long) ((TKSocket*) G__getstructoffset())->BlockWrite((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
00183 , (TKSocket::EEncoding) G__int(libp->para[2])));
00184    return(1 || funcname || hash || result7 || libp) ;
00185 }
00186 
00187 static int G__G__Krb5Auth_100_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00188 {
00189       G__letint(result7, 85, (long) TKSocket::Connect((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
00190    return(1 || funcname || hash || result7 || libp) ;
00191 }
00192 
00193 static int G__G__Krb5Auth_100_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00194 {
00195       G__letint(result7, 85, (long) TKSocket::Class());
00196    return(1 || funcname || hash || result7 || libp) ;
00197 }
00198 
00199 static int G__G__Krb5Auth_100_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00200 {
00201       G__letint(result7, 67, (long) TKSocket::Class_Name());
00202    return(1 || funcname || hash || result7 || libp) ;
00203 }
00204 
00205 static int G__G__Krb5Auth_100_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00206 {
00207       G__letint(result7, 115, (long) TKSocket::Class_Version());
00208    return(1 || funcname || hash || result7 || libp) ;
00209 }
00210 
00211 static int G__G__Krb5Auth_100_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00212 {
00213       TKSocket::Dictionary();
00214       G__setnull(result7);
00215    return(1 || funcname || hash || result7 || libp) ;
00216 }
00217 
00218 static int G__G__Krb5Auth_100_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00219 {
00220       ((TKSocket*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
00221       G__setnull(result7);
00222    return(1 || funcname || hash || result7 || libp) ;
00223 }
00224 
00225 static int G__G__Krb5Auth_100_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00226 {
00227       G__letint(result7, 67, (long) TKSocket::DeclFileName());
00228    return(1 || funcname || hash || result7 || libp) ;
00229 }
00230 
00231 static int G__G__Krb5Auth_100_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00232 {
00233       G__letint(result7, 105, (long) TKSocket::ImplFileLine());
00234    return(1 || funcname || hash || result7 || libp) ;
00235 }
00236 
00237 static int G__G__Krb5Auth_100_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00238 {
00239       G__letint(result7, 67, (long) TKSocket::ImplFileName());
00240    return(1 || funcname || hash || result7 || libp) ;
00241 }
00242 
00243 static int G__G__Krb5Auth_100_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00244 {
00245       G__letint(result7, 105, (long) TKSocket::DeclFileLine());
00246    return(1 || funcname || hash || result7 || libp) ;
00247 }
00248 
00249 // automatic copy constructor
00250 static int G__G__Krb5Auth_100_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00251 
00252 {
00253    TKSocket* p;
00254    void* tmp = (void*) G__int(libp->para[0]);
00255    p = new TKSocket(*(TKSocket*) tmp);
00256    result7->obj.i = (long) p;
00257    result7->ref = (long) p;
00258    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Krb5AuthLN_TKSocket));
00259    return(1 || funcname || hash || result7 || libp) ;
00260 }
00261 
00262 // automatic destructor
00263 typedef TKSocket G__TTKSocket;
00264 static int G__G__Krb5Auth_100_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00265 {
00266    char* gvp = (char*) G__getgvp();
00267    long soff = G__getstructoffset();
00268    int n = G__getaryconstruct();
00269    //
00270    //has_a_delete: 1
00271    //has_own_delete1arg: 0
00272    //has_own_delete2arg: 0
00273    //
00274    if (!soff) {
00275      return(1);
00276    }
00277    if (n) {
00278      if (gvp == (char*)G__PVOID) {
00279        delete[] (TKSocket*) soff;
00280      } else {
00281        G__setgvp((long) G__PVOID);
00282        for (int i = n - 1; i >= 0; --i) {
00283          ((TKSocket*) (soff+(sizeof(TKSocket)*i)))->~G__TTKSocket();
00284        }
00285        G__setgvp((long)gvp);
00286      }
00287    } else {
00288      if (gvp == (char*)G__PVOID) {
00289        delete (TKSocket*) soff;
00290      } else {
00291        G__setgvp((long) G__PVOID);
00292        ((TKSocket*) (soff))->~G__TTKSocket();
00293        G__setgvp((long)gvp);
00294      }
00295    }
00296    G__setnull(result7);
00297    return(1 || funcname || hash || result7 || libp) ;
00298 }
00299 
00300 // automatic assignment operator
00301 static int G__G__Krb5Auth_100_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00302 {
00303    TKSocket* dest = (TKSocket*) G__getstructoffset();
00304    *dest = *(TKSocket*) libp->para[0].ref;
00305    const TKSocket& obj = *dest;
00306    result7->ref = (long) (&obj);
00307    result7->obj.i = (long) (&obj);
00308    return(1 || funcname || hash || result7 || libp) ;
00309 }
00310 
00311 
00312 /* Setting up global function */
00313 
00314 /*********************************************************
00315 * Member function Stub
00316 *********************************************************/
00317 
00318 /* TKSocket */
00319 
00320 /*********************************************************
00321 * Global function Stub
00322 *********************************************************/
00323 
00324 /*********************************************************
00325 * Get size of pointer to member function
00326 *********************************************************/
00327 class G__Sizep2memfuncG__Krb5Auth {
00328  public:
00329   G__Sizep2memfuncG__Krb5Auth(): p(&G__Sizep2memfuncG__Krb5Auth::sizep2memfunc) {}
00330     size_t sizep2memfunc() { return(sizeof(p)); }
00331   private:
00332     size_t (G__Sizep2memfuncG__Krb5Auth::*p)();
00333 };
00334 
00335 size_t G__get_sizep2memfuncG__Krb5Auth()
00336 {
00337   G__Sizep2memfuncG__Krb5Auth a;
00338   G__setsizep2memfunc((int)a.sizep2memfunc());
00339   return((size_t)a.sizep2memfunc());
00340 }
00341 
00342 
00343 /*********************************************************
00344 * virtual base class offset calculation interface
00345 *********************************************************/
00346 
00347    /* Setting up class inheritance */
00348 
00349 /*********************************************************
00350 * Inheritance information setup/
00351 *********************************************************/
00352 extern "C" void G__cpp_setup_inheritanceG__Krb5Auth() {
00353 
00354    /* Setting up class inheritance */
00355    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Krb5AuthLN_TKSocket))) {
00356      TKSocket *G__Lderived;
00357      G__Lderived=(TKSocket*)0x1000;
00358      {
00359        TObject *G__Lpbase=(TObject*)G__Lderived;
00360        G__inheritance_setup(G__get_linked_tagnum(&G__G__Krb5AuthLN_TKSocket),G__get_linked_tagnum(&G__G__Krb5AuthLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
00361      }
00362    }
00363 }
00364 
00365 /*********************************************************
00366 * typedef information setup/
00367 *********************************************************/
00368 extern "C" void G__cpp_setup_typetableG__Krb5Auth() {
00369 
00370    /* Setting up typedef entry */
00371    G__search_typename2("Int_t",105,-1,0,-1);
00372    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
00373    G__search_typename2("Version_t",115,-1,0,-1);
00374    G__setnewtype(-1,"Class version identifier (short)",0);
00375    G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__Krb5AuthLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
00376    G__setnewtype(-1,NULL,0);
00377    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__Krb5AuthLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Krb5AuthLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
00378    G__setnewtype(-1,NULL,0);
00379    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__Krb5AuthLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Krb5AuthLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
00380    G__setnewtype(-1,NULL,0);
00381    G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__Krb5AuthLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
00382    G__setnewtype(-1,NULL,0);
00383    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__Krb5AuthLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Krb5AuthLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
00384    G__setnewtype(-1,NULL,0);
00385    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__Krb5AuthLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Krb5AuthLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
00386    G__setnewtype(-1,NULL,0);
00387 }
00388 
00389 /*********************************************************
00390 * Data Member information setup/
00391 *********************************************************/
00392 
00393    /* Setting up class,struct,union tag member variable */
00394 
00395    /* TKSocket */
00396 static void G__setup_memvarTKSocket(void) {
00397    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Krb5AuthLN_TKSocket));
00398    { TKSocket *p; p=(TKSocket*)0x1000; if (p) { }
00399    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Krb5AuthLN_TSocket),-1,-1,4,"fSocket=",0,"underlying socket");
00400    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("krb5_principal"),-1,4,"fServer=",0,"server principal");
00401    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("krb5_auth_context"),-1,4,"fAuthContext=",0,"per connection kerberos authentication context");
00402    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("krb5_context"),-2,4,"fgContext=",0,"shared kerberos context");
00403    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("krb5_ccache"),-2,4,"fgCCDef=",0,"shared default credential cache");
00404    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("krb5_principal"),-2,4,"fgClient=",0,"client principal");
00405    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Krb5AuthLN_TKSocketcLcLEEncoding),-1,-2,1,G__FastAllocString(2048).Format("kNone=%lldLL",(long long)TKSocket::kNone).data(),0,(char*)NULL);
00406    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Krb5AuthLN_TKSocketcLcLEEncoding),-1,-2,1,G__FastAllocString(2048).Format("kSafe=%lldLL",(long long)TKSocket::kSafe).data(),0,(char*)NULL);
00407    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Krb5AuthLN_TKSocketcLcLEEncoding),-1,-2,1,G__FastAllocString(2048).Format("kPriv=%lldLL",(long long)TKSocket::kPriv).data(),0,(char*)NULL);
00408    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Krb5AuthLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
00409    }
00410    G__tag_memvar_reset();
00411 }
00412 
00413 extern "C" void G__cpp_setup_memvarG__Krb5Auth() {
00414 }
00415 /***********************************************************
00416 ************************************************************
00417 ************************************************************
00418 ************************************************************
00419 ************************************************************
00420 ************************************************************
00421 ************************************************************
00422 ***********************************************************/
00423 
00424 /*********************************************************
00425 * Member function information setup for each class
00426 *********************************************************/
00427 static void G__setup_memfuncTKSocket(void) {
00428    /* TKSocket */
00429    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Krb5AuthLN_TKSocket));
00430    G__memfunc_setup("TKSocket",776,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Krb5AuthLN_TKSocket), -1, 0, 1, 1, 4, 0, "U 'TSocket' - 0 '0' s", (char*)NULL, (void*) NULL, 0);
00431    G__memfunc_setup("BlockRead",871,G__G__Krb5Auth_100_0_2, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
00432 "C - - 1 - buf i 'TKSocket::EEncoding' - 1 - type", (char*)NULL, (void*) NULL, 0);
00433    G__memfunc_setup("BlockWrite",1014,G__G__Krb5Auth_100_0_3, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
00434 "C - - 10 - buf i - 'Int_t' 0 - len "
00435 "i 'TKSocket::EEncoding' - 0 - type", (char*)NULL, (void*) NULL, 0);
00436    G__memfunc_setup("Connect",714,G__G__Krb5Auth_100_0_4, 85, G__get_linked_tagnum(&G__G__Krb5AuthLN_TKSocket), -1, 0, 2, 3, 1, 0, 
00437 "C - - 10 - server i - 'Int_t' 0 - port", (char*)NULL, (void*) G__func2void( (TKSocket* (*)(const char*, Int_t))(&TKSocket::Connect) ), 0);
00438    G__memfunc_setup("Class",502,G__G__Krb5Auth_100_0_5, 85, G__get_linked_tagnum(&G__G__Krb5AuthLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TKSocket::Class) ), 0);
00439    G__memfunc_setup("Class_Name",982,G__G__Krb5Auth_100_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TKSocket::Class_Name) ), 0);
00440    G__memfunc_setup("Class_Version",1339,G__G__Krb5Auth_100_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TKSocket::Class_Version) ), 0);
00441    G__memfunc_setup("Dictionary",1046,G__G__Krb5Auth_100_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TKSocket::Dictionary) ), 0);
00442    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Krb5AuthLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
00443    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
00444    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
00445    G__memfunc_setup("StreamerNVirtual",1656,G__G__Krb5Auth_100_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
00446    G__memfunc_setup("DeclFileName",1145,G__G__Krb5Auth_100_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TKSocket::DeclFileName) ), 0);
00447    G__memfunc_setup("ImplFileLine",1178,G__G__Krb5Auth_100_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TKSocket::ImplFileLine) ), 0);
00448    G__memfunc_setup("ImplFileName",1171,G__G__Krb5Auth_100_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TKSocket::ImplFileName) ), 0);
00449    G__memfunc_setup("DeclFileLine",1152,G__G__Krb5Auth_100_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TKSocket::DeclFileLine) ), 0);
00450    // automatic copy constructor
00451    G__memfunc_setup("TKSocket", 776, G__G__Krb5Auth_100_0_17, (int) ('i'), G__get_linked_tagnum(&G__G__Krb5AuthLN_TKSocket), -1, 0, 1, 1, 1, 0, "u 'TKSocket' - 11 - -", (char*) NULL, (void*) NULL, 0);
00452    // automatic destructor
00453    G__memfunc_setup("~TKSocket", 902, G__G__Krb5Auth_100_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
00454    // automatic assignment operator
00455    G__memfunc_setup("operator=", 937, G__G__Krb5Auth_100_0_19, (int) ('u'), G__get_linked_tagnum(&G__G__Krb5AuthLN_TKSocket), -1, 1, 1, 1, 1, 0, "u 'TKSocket' - 11 - -", (char*) NULL, (void*) NULL, 0);
00456    G__tag_memfunc_reset();
00457 }
00458 
00459 
00460 /*********************************************************
00461 * Member function information setup
00462 *********************************************************/
00463 extern "C" void G__cpp_setup_memfuncG__Krb5Auth() {
00464 }
00465 
00466 /*********************************************************
00467 * Global variable information setup for each class
00468 *********************************************************/
00469 static void G__cpp_setup_global0() {
00470 
00471    /* Setting up global variables */
00472    G__resetplocal();
00473 
00474 }
00475 
00476 static void G__cpp_setup_global1() {
00477 
00478    G__resetglobalenv();
00479 }
00480 extern "C" void G__cpp_setup_globalG__Krb5Auth() {
00481   G__cpp_setup_global0();
00482   G__cpp_setup_global1();
00483 }
00484 
00485 /*********************************************************
00486 * Global function information setup for each class
00487 *********************************************************/
00488 static void G__cpp_setup_func0() {
00489    G__lastifuncposition();
00490 
00491 }
00492 
00493 static void G__cpp_setup_func1() {
00494 }
00495 
00496 static void G__cpp_setup_func2() {
00497 
00498    G__resetifuncposition();
00499 }
00500 
00501 extern "C" void G__cpp_setup_funcG__Krb5Auth() {
00502   G__cpp_setup_func0();
00503   G__cpp_setup_func1();
00504   G__cpp_setup_func2();
00505 }
00506 
00507 /*********************************************************
00508 * Class,struct,union,enum tag information setup
00509 *********************************************************/
00510 /* Setup class/struct taginfo */
00511 G__linked_taginfo G__G__Krb5AuthLN_TClass = { "TClass" , 99 , -1 };
00512 G__linked_taginfo G__G__Krb5AuthLN_TBuffer = { "TBuffer" , 99 , -1 };
00513 G__linked_taginfo G__G__Krb5AuthLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
00514 G__linked_taginfo G__G__Krb5AuthLN_TObject = { "TObject" , 99 , -1 };
00515 G__linked_taginfo G__G__Krb5AuthLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
00516 G__linked_taginfo G__G__Krb5AuthLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
00517 G__linked_taginfo G__G__Krb5AuthLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
00518 G__linked_taginfo G__G__Krb5AuthLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
00519 G__linked_taginfo G__G__Krb5AuthLN_TSocket = { "TSocket" , 99 , -1 };
00520 G__linked_taginfo G__G__Krb5AuthLN_TKSocket = { "TKSocket" , 99 , -1 };
00521 G__linked_taginfo G__G__Krb5AuthLN_TKSocketcLcLEEncoding = { "TKSocket::EEncoding" , 101 , -1 };
00522 
00523 /* Reset class/struct taginfo */
00524 extern "C" void G__cpp_reset_tagtableG__Krb5Auth() {
00525   G__G__Krb5AuthLN_TClass.tagnum = -1 ;
00526   G__G__Krb5AuthLN_TBuffer.tagnum = -1 ;
00527   G__G__Krb5AuthLN_TMemberInspector.tagnum = -1 ;
00528   G__G__Krb5AuthLN_TObject.tagnum = -1 ;
00529   G__G__Krb5AuthLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
00530   G__G__Krb5AuthLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
00531   G__G__Krb5AuthLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
00532   G__G__Krb5AuthLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
00533   G__G__Krb5AuthLN_TSocket.tagnum = -1 ;
00534   G__G__Krb5AuthLN_TKSocket.tagnum = -1 ;
00535   G__G__Krb5AuthLN_TKSocketcLcLEEncoding.tagnum = -1 ;
00536 }
00537 
00538 
00539 extern "C" void G__cpp_setup_tagtableG__Krb5Auth() {
00540 
00541    /* Setting up class,struct,union tag entry */
00542    G__get_linked_tagnum_fwd(&G__G__Krb5AuthLN_TClass);
00543    G__get_linked_tagnum_fwd(&G__G__Krb5AuthLN_TBuffer);
00544    G__get_linked_tagnum_fwd(&G__G__Krb5AuthLN_TMemberInspector);
00545    G__get_linked_tagnum_fwd(&G__G__Krb5AuthLN_TObject);
00546    G__get_linked_tagnum_fwd(&G__G__Krb5AuthLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
00547    G__get_linked_tagnum_fwd(&G__G__Krb5AuthLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
00548    G__get_linked_tagnum_fwd(&G__G__Krb5AuthLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
00549    G__get_linked_tagnum_fwd(&G__G__Krb5AuthLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
00550    G__get_linked_tagnum_fwd(&G__G__Krb5AuthLN_TSocket);
00551    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Krb5AuthLN_TKSocket),sizeof(TKSocket),-1,29952,"General kerberized socket",G__setup_memvarTKSocket,G__setup_memfuncTKSocket);
00552    G__get_linked_tagnum_fwd(&G__G__Krb5AuthLN_TKSocketcLcLEEncoding);
00553 }
00554 extern "C" void G__cpp_setupG__Krb5Auth(void) {
00555   G__check_setup_version(30051515,"G__cpp_setupG__Krb5Auth()");
00556   G__set_cpp_environmentG__Krb5Auth();
00557   G__cpp_setup_tagtableG__Krb5Auth();
00558 
00559   G__cpp_setup_inheritanceG__Krb5Auth();
00560 
00561   G__cpp_setup_typetableG__Krb5Auth();
00562 
00563   G__cpp_setup_memvarG__Krb5Auth();
00564 
00565   G__cpp_setup_memfuncG__Krb5Auth();
00566   G__cpp_setup_globalG__Krb5Auth();
00567   G__cpp_setup_funcG__Krb5Auth();
00568 
00569    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__Krb5Auth();
00570   return;
00571 }
00572 class G__cpp_setup_initG__Krb5Auth {
00573   public:
00574     G__cpp_setup_initG__Krb5Auth() { G__add_setup_func("G__Krb5Auth",(G__incsetup)(&G__cpp_setupG__Krb5Auth)); G__call_setup_funcs(); }
00575    ~G__cpp_setup_initG__Krb5Auth() { G__remove_setup_func("G__Krb5Auth"); }
00576 };
00577 G__cpp_setup_initG__Krb5Auth G__cpp_setup_initializerG__Krb5Auth;
00578 

Generated on Tue Jul 5 14:45:41 2011 for ROOT_528-00b_version by  doxygen 1.5.1