Changeset d6d1f80


Ignore:
Timestamp:
May 29, 2020, 2:01:04 PM (4 years ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
cb95634
Parents:
a491a3c
Message:

Adding an example of lists and exceptions collaborating on a hashtable. On dlist, added existing routines to the dlist trait (public interface).

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/containers/list.hfa

    ra491a3c rd6d1f80  
    118118        Telem& $tempcv_n2e(Tnode &);
    119119        Tnode& $tempcv_e2n(Telem &);
     120
     121        Telem& ?`next(Tnode &);
     122        Telem& ?`prev(Tnode &);
    120123};
    121124
Note: See TracChangeset for help on using the changeset viewer.