From: John L. <jla...@gm...> - 2005-11-25 22:03:55
|
> For lists we use STL -> a2dList -> a2dSmrtPtrList derived list. > So a list of smart pointers. Easier in use then wxList when it comes to s= mart pointers. > Our a2dObject is derived from wxObject and has the counter for the smart = pointers. Ok, good to know. > I love smart pointers. Especially in window close situations, and events,= it easy to > control when deletion will be done. And also easier during debugging. This may come in handy for the pushed event handlers. > How does wxLua deal with wxList? We don't very much if at all. -John |