/******************************************************************** * gcc3strm.h ********************************************************************/ #ifdef __CINT__ #error gcc3strm.h/C is only for compilation. Abort cint. #endif #include #include #include #include #include #define G__ANSIHEADER #define G__DICTIONARY #include "G__ci.h" extern "C" { extern void G__cpp_setup_tagtableG__stream(); extern void G__cpp_setup_inheritanceG__stream(); extern void G__cpp_setup_typetableG__stream(); extern void G__cpp_setup_memvarG__stream(); extern void G__cpp_setup_globalG__stream(); extern void G__cpp_setup_memfuncG__stream(); extern void G__cpp_setup_funcG__stream(); extern void G__set_cpp_environmentG__stream(); } #include "iostrm.h" #include "fstrm.h" #include "sstrm.h" #include "linkdef.h" #ifndef G__MEMFUNCBODY #endif extern G__linked_taginfo G__G__streamLN_bool; extern G__linked_taginfo G__G__streamLN_ios_base; extern G__linked_taginfo G__G__streamLN_ios_basecLcLio_state; extern G__linked_taginfo G__G__streamLN_ios_basecLcLopen_mode; extern G__linked_taginfo G__G__streamLN_ios_basecLcLseek_dir; extern G__linked_taginfo G__G__streamLN_ios_basecLcLfmt_flags; extern G__linked_taginfo G__G__streamLN_ios_basecLcLevent; extern G__linked_taginfo G__G__streamLN_ios_basecLcLInit; extern G__linked_taginfo G__G__streamLN_char_traitslEchargR; extern G__linked_taginfo G__G__streamLN_basic_istreamlEcharcOchar_traitslEchargRsPgR; extern G__linked_taginfo G__G__streamLN_basic_ioslEcharcOchar_traitslEchargRsPgR; extern G__linked_taginfo G__G__streamLN_basic_ioslEcharcOchar_traitslEchargRsPgRcLcLoff_type; extern G__linked_taginfo G__G__streamLN_basic_ioslEcharcOchar_traitslEchargRsPgRcLcLpos_type; extern G__linked_taginfo G__G__streamLN_basic_streambuflEcharcOchar_traitslEchargRsPgR; extern G__linked_taginfo G__G__streamLN_basic_streambuflEcharcOchar_traitslEchargRsPgRcLcLpos_type; extern G__linked_taginfo G__G__streamLN_basic_streambuflEcharcOchar_traitslEchargRsPgRcLcLoff_type; extern G__linked_taginfo G__G__streamLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR; extern G__linked_taginfo G__G__streamLN_basic_ostreamlEcharcOchar_traitslEchargRsPgRcLcLsentry; extern G__linked_taginfo G__G__streamLN_basic_istreamlEcharcOchar_traitslEchargRsPgRcLcLsentry; extern G__linked_taginfo G__G__streamLN_basic_filebuflEcharcOchar_traitslEchargRsPgR; extern G__linked_taginfo G__G__streamLN_basic_ifstreamlEcharcOchar_traitslEchargRsPgR; extern G__linked_taginfo G__G__streamLN_basic_ofstreamlEcharcOchar_traitslEchargRsPgR; extern G__linked_taginfo G__G__streamLN_string; extern G__linked_taginfo G__G__streamLN_basic_stringbuflEcharcOchar_traitslEchargRcOallocatorlEchargRsPgR; extern G__linked_taginfo G__G__streamLN_basic_istringstreamlEcharcOchar_traitslEchargRcOallocatorlEchargRsPgR; extern G__linked_taginfo G__G__streamLN_basic_ostringstreamlEcharcOchar_traitslEchargRcOallocatorlEchargRsPgR; extern G__linked_taginfo G__G__streamLN_basic_stringstreamlEcharcOchar_traitslEchargRcOallocatorlEchargRsPgR; extern G__linked_taginfo G__G__streamLN_basic_iostreamlEcharcOchar_traitslEchargRsPgR; /* STUB derived class for protected member access */ typedef char_traits G__char_traitslEchargR; typedef basic_istream > G__basic_istreamlEcharcOchar_traitslEchargRsPgR; typedef basic_ios > G__basic_ioslEcharcOchar_traitslEchargRsPgR; typedef basic_ios >::off_type G__basic_ioslEcharcOchar_traitslEchargRsPgRcLcLoff_type; typedef basic_ios >::pos_type G__basic_ioslEcharcOchar_traitslEchargRsPgRcLcLpos_type; typedef basic_streambuf > G__basic_streambuflEcharcOchar_traitslEchargRsPgR; typedef basic_streambuf >::pos_type G__basic_streambuflEcharcOchar_traitslEchargRsPgRcLcLpos_type; typedef basic_streambuf >::off_type G__basic_streambuflEcharcOchar_traitslEchargRsPgRcLcLoff_type; typedef basic_ostream > G__basic_ostreamlEcharcOchar_traitslEchargRsPgR; typedef basic_ostream >::sentry G__basic_ostreamlEcharcOchar_traitslEchargRsPgRcLcLsentry; typedef basic_istream >::sentry G__basic_istreamlEcharcOchar_traitslEchargRsPgRcLcLsentry; typedef basic_filebuf > G__basic_filebuflEcharcOchar_traitslEchargRsPgR; typedef basic_ifstream > G__basic_ifstreamlEcharcOchar_traitslEchargRsPgR; typedef basic_ofstream > G__basic_ofstreamlEcharcOchar_traitslEchargRsPgR; typedef basic_stringbuf,allocator > G__basic_stringbuflEcharcOchar_traitslEchargRcOallocatorlEchargRsPgR; typedef basic_istringstream,allocator > G__basic_istringstreamlEcharcOchar_traitslEchargRcOallocatorlEchargRsPgR; typedef basic_ostringstream,allocator > G__basic_ostringstreamlEcharcOchar_traitslEchargRcOallocatorlEchargRsPgR; typedef basic_stringstream,allocator > G__basic_stringstreamlEcharcOchar_traitslEchargRcOallocatorlEchargRsPgR; typedef basic_iostream > G__basic_iostreamlEcharcOchar_traitslEchargRsPgR;