#include <TUtilities.hh>
Static Public メソッド | |
Tstring | ConvertIntegerToString (Tint i, Tint digits) |
Tstring | ConvertLongToString (Tlong l, Tint digits) |
Tstring | ConvertUnsignedLongToString (TUlong ul, Tint digits) |
Tstring | ConvertDoubleToString (Tdouble d, Tint precision) |
Tstring | ConvertFloatToString (Tfloat f, Tint precision) |
Tint | ConvertStringToInteger (const Tstring &nptr, Tchar **endptr, Tint base) |
Tdouble | ConvertStringToDouble (const Tstring &nptr, Tchar **endptr) |
Tvoid | ShowBitPattern (Tint bit) |
Tbool | FileExist (const Tstring &filename, Tint mode) |
TstringList | Split (const Tstring &source, const Tstring &pattern, Tint pos) |
TintList | Index (const Tstring &source, const Tstring &pattern, Tint pos) |
TintList | Size (const Tstring &source, const Tstring &pattern, Tint pos) |
Tstring | Substitute (const Tstring &source, const Tstring &pattern, const Tstring &substr, Tint pos) |
Tstring | SubstituteAll (const Tstring &source, const Tstring &pattern, const Tstring &substr, Tint pos) |
Tbool | IsMatch (const Tstring &source, const Tstring &pattern, Tbool igcase, Tint pos) |
Tint | GetNumberOfMatches (const Tstring &source, const Tstring &pattern, Tint pos) |
Tstring | GetSubMatch (Tint index, const Tstring &source, const Tstring &pattern, Tint pos) |
TstringList | GetSubMatch (const Tstring &source, const Tstring &pattern, Tint pos) |
Tstring | GetBaseName (const Tstring &path) |
Tstring | GetDirectoryName (const Tstring &path) |
フレンド | |
Tstring | itostr (Tint i, Tint digits=6) |
Tstring | ltostr (Tlong l, Tint digits=6) |
Tstring | ultostr (TUlong ul, Tint digits=6) |
Tstring | dtostr (Tdouble d, Tint precision=6) |
Tstring | ftostr (Tfloat f, Tint precision=6) |
Tint | strtoi (const Tstring &nptr, Tchar **endptr=0, Tint base=0) |
Tdouble | strtod (const Tstring &nptr, Tchar **endptr=0) |
Tvoid | showbit (Tint bit) |
Tbool | isexist (const Tstring &filename, Tint mode=R_OK|F_OK) |
TstringList | split (const Tstring &source, const Tstring &pattern="(\t||\\s)+", Tint pos=0) |
TintList | index (const Tstring &source, const Tstring &pattern="(\t||\\s)+", Tint pos=0) |
TintList | size (const Tstring &source, const Tstring &pattern, Tint pos=0) |
Tstring | subst (const Tstring &source, const Tstring &pattern="(#.*)|(//.*)", const Tstring &substr="", Tbool all=Ttrue, Tint pos=0) |
Tbool | match (const Tstring &source, const Tstring &pattern, Tbool igcase=Tfalse, Tint pos=0) |
Tint | nmatch (const Tstring &source, const Tstring &pattern, Tint pos=0) |
Tstring | submatch (Tint index, const Tstring &source, const Tstring &pattern, Tint pos=0) |
TstringList | submatch (const Tstring &source, const Tstring &pattern, Tint pos=0) |
Tbool | grep (const Tstring &source, const Tstring &pattern, Tbool igcase=Tfalse, Tint pos=0) |
Tstring | basename (const Tstring &path) |
Tstring | dirname (const Tstring &path) |
TUtilities.hh の 62 行で定義されています。
|
TUtilities.cc の 96 行で定義されています。 参照 Tchar, Tends, Tostrstream, と Tstring. 呼出 ConvertFloatToString(), と dtostr(). |
|
TUtilities.cc の 106 行で定義されています。 参照 ConvertDoubleToString(), Tdouble, と Tstring. 呼出 ftostr(). |
|
TUtilities.cc の 33 行で定義されています。 参照 Tchar, Tends, Tint, Tostrstream, と Tstring. 呼出 itostr(). |
|
TUtilities.cc の 54 行で定義されています。 参照 Tchar, Tends, Tint, Tostrstream, と Tstring. 呼出 ltostr(). |
|
TUtilities.cc の 125 行で定義されています。 呼出 strtod(). |
|
TUtilities.cc の 120 行で定義されています。 参照 Tint. 呼出 strtoi(). |
|
TUtilities.cc の 75 行で定義されています。 参照 Tchar, Tends, Tint, Tostrstream, と Tstring. 呼出 ultostr(). |
|
TUtilities.cc の 111 行で定義されています。 呼出 isexist(). |
|
TUtilities.cc の 189 行で定義されています。 参照 basename, Tchar, Tsize_t, と Tstring. 呼出 basename(). |
|
TUtilities.cc の 211 行で定義されています。 参照 dirname, Tchar, Tsize_t, と Tstring. 呼出 dirname(). |
|
|
|
TUtilities.cc の 229 行で定義されています。 |
|
TUtilities.cc の 223 行で定義されています。 参照 TRegularExpression::GetSubMatch(), index(), と Tstring. 呼出 submatch(). |
|
TUtilities.cc の 146 行で定義されています。 参照 TRegularExpression::Indexes(), と TintList. 呼出 index(). |
|
TUtilities.cc の 170 行で定義されています。 参照 TRegularExpression::IgnoreCase(), TRegularExpression::IsMatch(), Tbool, と Ttrue. |
|
TUtilities.cc の 130 行で定義されています。 参照 Tcout, Tendl, Tint, Tsizeof, と Tvoid. 呼出 showbit(). |
|
TUtilities.cc の 152 行で定義されています。 参照 TRegularExpression::Sizes(), と TintList. 呼出 size(). |
|
TUtilities.cc の 140 行で定義されています。 参照 TRegularExpression::Split(), と TstringList. 呼出 split(). |
|
TUtilities.cc の 158 行で定義されています。 参照 TRegularExpression::Substitute(), と Tstring. 呼出 subst(). |
|
TUtilities.cc の 164 行で定義されています。 参照 TRegularExpression::SubstituteAll(), と Tstring. 呼出 subst(). |
|
rootmodules/IO/Ttypes.h の 296 行で定義されています。 呼出 GetBaseName(). |
|
rootmodules/IO/Ttypes.h の 308 行で定義されています。 |
|
rootmodules/IO/Ttypes.h の 257 行で定義されています。 |
|
rootmodules/IO/Ttypes.h の 268 行で定義されています。 |
|
TUtilities.hh の 190 行で定義されています。 |
|
TUtilities.hh の 166 行で定義されています。 |
|
rootmodules/IO/Ttypes.h の 275 行で定義されています。 |
|
rootmodules/IO/Ttypes.h の 191 行で定義されています。 |
|
rootmodules/IO/Ttypes.h の 213 行で定義されています。 |
|
TUtilities.hh の 185 行で定義されています。 |
|
|
|
TUtilities.hh の 150 行で定義されています。 |
|
TUtilities.hh の 171 行で定義されています。 |
|
TUtilities.hh の 161 行で定義されています。 |
|
rootmodules/IO/Ttypes.h の 290 行で定義されています。 |
|
rootmodules/IO/Ttypes.h の 285 行で定義されています。 |
|
TUtilities.hh の 200 行で定義されています。 |
|
TUtilities.hh の 195 行で定義されています。 |
|
TUtilities.hh の 176 行で定義されています。 |
|
rootmodules/IO/Ttypes.h の 235 行で定義されています。 |