|
| TalMap SDK Libary Reference |
| XUtility::GetIntStringMap |
| XIntStringMap °³Ã¼¸¦ ±¸ÇÕ´Ï´Ù. |
|
|
|
|
Parameters
|
|
Return Value
|
|
Remarks
| |
GetIntStringMap ´Â XUtility ÀÇ Method·Î Á¦°øµË´Ï´Ù.
»ç¿ëÀÚ´Â ÀÌ ¸Þ¼Òµå¸¦ ÀÌ¿ëÇÏ¿©, XIntStringMap °´Ã¼¸¦ ±¸ÇÕ´Ï´Ù. |
|
|
|
Example
| |
|
|
var util = m_Map.GetUtility();
var intstrmap = util.GetIntStringMap();
|
|
|
|
#include "CXUtility.h"
#include "CXIntStringMap.h"
CXUtility util = m_Map.GetUtility();
CXIntStringMap intstrmap = util.GetIntStringMap();
|
|
|
|
See Also
|