home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A0922101.TXT < prev    next >
Encoding:
Text File  |  1993-11-02  |  262 b   |  5 lines

  1. The overloaded delete() operator deallocates objects of the class
  2. CachedNode.  CachedNode objects can be allocated from the cache 
  3. or from free store.  This operator determines how the CachedNode 
  4. object was allocated and deallocates the node appropriately.
  5.