|
構成 |
| class | TUtilities |
| | This is the TUtilities class. [詳細]
|
関数 |
| Tstring | itostr (Tint i, Tint digits) |
| Tstring | ltostr (Tlong l, Tint digits) |
| Tstring | ultostr (TUlong ul, Tint digits) |
| Tstring | dtostr (Tdouble d, Tint precision) |
| Tstring | ftostr (Tfloat f, Tint precision) |
| Tint | strtoi (const Tstring &nptr, Tchar **endptr, Tint base) |
| Tdouble | strtod (const Tstring &nptr, Tchar **endptr) |
| Tvoid | showbit (Tint bit) |
| Tbool | isexist (const Tstring &filename) |
| 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 | subst (const Tstring &source, const Tstring &pattern, const Tstring &substr, Tbool all, Tint pos) |
| Tbool | grep (const Tstring &source, const Tstring &pattern, Tbool igcase, Tint pos) |
| Tstring | basename (const Tstring &path) |
| Tstring | dirname (const Tstring &path) |
Revision 1.1 2003/10/06 16:34:36 goiwai データの変換や正規表現等,頻繁に使用される関数群のためのラッパークラス です.あたかもCのライブラリ関数の如く使用できます.