hi i am working on a game and almost all things are coded in python,but i need to make some classes in c++,i have a problem with lists, in python i can insert in list everything, example list.append(map.getChild(i)): and result is added to list,how can i do that in c++,result is not integer,string,bool... result is nodepath?