Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages

Converting your code to NoPtr library

If you have code that uses raw pointers that you would like to convert to use NoPtr, the following steps should be a good start:

  1. Do only one change at a time since any compiler error message are likely to be fairly verbose; recompile and retest often;
  2. "Free" owned DAO's (i.e. not in STL containers):
  3. Pure access of DAO (free or in containers), no ownership:
  4. DynObj inside STL containers

Generated on Mon Aug 4 18:51:32 2003 for NoPtr C++ Library by doxygen 1.3.2