ROOT
Version v6.32
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
v6.04
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
▼
core
►
base
►
clingutils
►
cont
►
dictgen
▼
foundation
▼
inc
►
ROOT
►
DllImport.h
►
ESTLType.h
RStringView.h
Rstrstream.h
►
RtypesCore.h
►
RVersion.h
►
TClassEdit.h
►
TError.h
ThreadLocalStorage.h
►
res
►
src
►
v7
►
gui
►
imt
►
macosx
►
meta
►
metacling
►
multiproc
►
rint
►
testsupport
►
thread
►
unix
►
winnt
►
zip
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
Rstrstream.h
Go to the documentation of this file.
1
// @(#)root/base:$Id$
2
// Author: Fons Rademakers 19/7/02
3
4
/*************************************************************************
5
* Copyright (C) 1995-2002, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
#ifndef ROOT_Rstrstream
13
#define ROOT_Rstrstream
14
15
#include <
ROOT/RConfig.hxx
>
16
17
#if defined(R__ANSISTREAM)
18
# if defined(R__SSTREAM)
19
# include <sstream>
20
# else
21
# include <strstream>
22
# endif
23
#else
24
# ifndef R__WIN32
25
# include <strstream.h>
26
# else
27
# include <strstrea.h>
28
# endif
29
#endif
30
31
#endif
RConfig.hxx
core
foundation
inc
Rstrstream.h
ROOT v6-32 - Reference Guide Generated on Mon Feb 24 2025 14:12:53 (GVA Time) using Doxygen 1.10.0