English 中文(简体)
c++ 范围外的平坦物体
原标题:stop python object going out of scope in c++
  • 时间:2009-09-01 07:28:21
  •  标签:

是否有办法将新的班级(继承C++级的平级班级)转至++,不必再保留对标的的回报,而只是把它作为++点。

例如:

C++

object pyInstance = GetLocalDict()["makeNewGamePlay"]();
CGEPYGameMode* m_pGameMode = extract< CGEPYGameMode* >( pyInstance );

pyth:

class Alpha(CGEPYGameMode):
  def someFunct(self):
    pass

def makeNewGamePlay():
  return Alpha()

pyInstance is the python category instance and m_pGameMode is a pointer to the c++ baseclass of the same instance. 然而,如果一把点子储存起来,使物体脱离范围,则对 p子进行清理。 难道只有把目标清理起来才能找到吗?

更多信息:python Object to home c++ pointer

最佳回答
问题回答

暂无回答




相关问题
热门标签