ROOT
Version 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
Reference Guide
►
ROOT
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
utils.h
Go to the documentation of this file.
1
/*************************************************************************
2
* Copyright (C) 1995-2025, Rene Brun and Fons Rademakers. *
3
* All rights reserved. *
4
* *
5
* For the licensing terms see $ROOTSYS/LICENSE. *
6
* For the list of contributors see $ROOTSYS/README/CREDITS. *
7
*************************************************************************/
8
9
#include <string>
10
11
inline
bool
isno
(
const
char
*str)
12
{
13
if
(!str)
14
return
false
;
15
16
if
(!
strcmp
(str,
"n"
) || !
strcmp
(str,
"no"
) || !
strcmp
(str,
"0"
) || !
strcmp
(str,
"false"
))
17
return
true
;
18
19
return
false
;
20
}
TRangeDynCast
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Definition
TCollection.h:358
isno
bool isno(const char *str)
Definition
utils.h:11
net
davix
src
utils.h
ROOT master - Reference Guide Generated on Sun Apr 6 2025 05:37:36 (GVA Time) using Doxygen 1.10.0