Rstrstream.h

Go to the documentation of this file.
00001 // @(#)root/base:$Id: Rstrstream.h 20877 2007-11-19 11:17:07Z rdm $
00002 // Author: Fons Rademakers   19/7/02
00003 
00004 /*************************************************************************
00005  * Copyright (C) 1995-2002, Rene Brun and Fons Rademakers.               *
00006  * All rights reserved.                                                  *
00007  *                                                                       *
00008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00010  *************************************************************************/
00011 
00012 #ifndef ROOT_Rstrstream
00013 #define ROOT_Rstrstream
00014 
00015 #ifndef ROOT_RConfig
00016 #include "RConfig.h"
00017 #endif
00018 
00019 #if defined(R__ANSISTREAM)
00020 #  if defined(R__SSTREAM)
00021 #    include <sstream>
00022 #  else
00023 #    include <strstream>
00024 #  endif
00025 #else
00026 #  ifndef R__WIN32
00027 #    include <strstream.h>
00028 #  else
00029 #    include <strstrea.h>
00030 #  endif
00031 #endif
00032 
00033 #endif

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