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

  1. The member variable "next" points to the next "CachedNode".
  2. "data" is the data contained in each node.  The variable "data"
  3. could be any user-defined type.
  4.