|
||||
File indexing completed on 2025-01-18 10:11:28
0001 // @(#)root/base:$Id$ 0002 // Author: Fons Rademakers 19/7/02 0003 0004 /************************************************************************* 0005 * Copyright (C) 1995-2002, Rene Brun and Fons Rademakers. * 0006 * All rights reserved. * 0007 * * 0008 * For the licensing terms see $ROOTSYS/LICENSE. * 0009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 0010 *************************************************************************/ 0011 0012 #ifndef ROOT_Rstrstream 0013 #define ROOT_Rstrstream 0014 0015 #include <ROOT/RConfig.hxx> 0016 0017 #if defined(R__ANSISTREAM) 0018 # if defined(R__SSTREAM) 0019 # include <sstream> 0020 # else 0021 # include <strstream> 0022 # endif 0023 #else 0024 # ifndef R__WIN32 0025 # include <strstream.h> 0026 # else 0027 # include <strstrea.h> 0028 # endif 0029 #endif 0030 0031 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |