home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A0922102.TXT < prev    next >
Encoding:
Text File  |  1993-10-28  |  293 b   |  6 lines

  1. The if statement determines whether the address of the CachedNode
  2. object is inside or outside the bounds of the cache.  If the
  3. address is inside the cache, the node is inserted into the cache.
  4. If the address is outside the cache, the node is deallocated using
  5. the global delete operator.
  6.