å ¨ç¶å®ç§ãããªãã£ã⦠ã³ã¬ãã Add ã§åä¸ãã¼ãæ··å¨ããå ´åãããããªãã®ã void CPairList::Add(LPCWSTR szKey, LPCWSTR szValue) { vec_t::iterator it = m_vec.begin(); vec_t::iterator itend = m_vec.end(); for (; it != itend; it++) { if ( (*it).first == szKey) { (*it).second = szValue; return; } } m_vec.push_back(Pair(szKey, szValue)); } ã§ããããªã ã¤ã¼ã wstring ãäºåã typedef ããå¿ è¦ãªãã¦ç¡ãããªã ããªããªãã®ã§ç¶ãã¯å¤åä»é±æ«ã«æ´æ°ãã Cinema ã®ã½ã¼ã¹ã§ã ã¨ããã§ã Intellisens
{{#tags}}- {{label}}
{{/tags}}