ROOT
master
Reference Guide
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 Thu May 15 2025 05:54:49 (GVA Time) using Doxygen 1.10.0