![]() |
【转帖】oddbhatchappendloop90 question
oddbhatch::appendloop() question
oddbhatch::appendloop() question hi, i need to use the oddbhatch member appendloop. void oddbhatch::appendloop(odint32 looptype, const edgearray & edgeptrs ); shall i create the edgeptrs elements with the new operator and to leave oddbhatch to delete later the elements, or the member will copy the passed ge objects and i can use array with pointers to temporary stack ge objects? thanks. regards chudomir best regards chudomir ge objects passed to appendloop() via edgeptrarray should be created by new operator. from that moment hatch entity is responsible for deallocating them. the data is not copied. btw, odwriteex sample illustrates this. (dbfiller.cpp) [ april 02, 2003: message edited by: sergey slezkin ]</p> sergey slezkin thanks for this info, sergey. and sorry for disturbing - i forgot the samples. regards chudomir best regards chudomir |
所有的时间均为北京时间。 现在的时间是 06:18 PM. |