typedef stdext::hash_map<unsigned long, DATASOURCES*> MAP_DS;
在遍历的时候:
MAP_LIMS_DS::iterator it = _ini_data_source.begin();
for (; it != _ini_data_source.end(); ++it)
{
it按.了之后没有变成-> 也没有正确的成员变量如first second 这时只能在it之后手动加->才会正常显示
...
}
留个标记