|
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) |