ROOT
git-r3/HEAD
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
}
isno
bool isno(const char *str)
Definition
utils.h:11
net
davix
src
utils.h
ROOTgit-r3/HEAD - Reference Guide Generated on
(GVA Time) using Doxygen 1.16.1