文字列の操作等 [詳細]
関数 | |
| std::string | Replace (std::string String1, std::string String2, std::string String3) |
| 文字を置換する関数 | |
| int | convertStrToVal (std::string m_str) |
| セルの番号を数値に変換する関数 | |
| std::string | MarshalString (System::String^ s) |
| System::Stringをstd::stringに変換する関数 | |
| vector< string > | split (const string &str, const string &delim) |
文字列の操作等
| int convertStrToVal | ( | std::string | m_str | ) |
セルの番号を数値に変換する関数
| m_str | セルの番号(アルファベット) |
| std::string MarshalString | ( | System::String^ | s | ) |
System::Stringをstd::stringに変換する関数
| s | 変換前の文字列 |
| std::string Replace | ( | std::string | String1, |
| std::string | String2, | ||
| std::string | String3 | ||
| ) |
文字を置換する関数
| String1 | 変換元の文字列 |
| String2 | 置換前の文字 |
| String3 | 置換後の文字 |
1.8.1