Rudiments
|
00001 // Copyright (c) 2002 David Muse 00002 // See the COPYING file for more information. 00003 00004 private: 00005 // FIXME: it should be possible to copy a memorypool 00006 memorypool(const memorypool &m); 00007 memorypool &operator=(const memorypool &m); 00008 memorypoolprivate *pvt;