Public Member Functions | |
| template<class P> void | operator() (P p) |
I got it from here - Z.F. Newsgroups: comp.lang.c++.moderated From: Didier Trosset <didier-dot-tros...@acqiris.com> Date: 21 Oct 2004 15:39:18 -0400 Subject: Re: Standard way to delete container of pointers
Definition at line 35 of file CalibItemMgr.cxx.
|
||||||||||
|
Definition at line 38 of file CalibItemMgr.cxx.
00039 {
00040 delete p;
00041 p = 0;
00042 }
|
1.3.3