#include <axl_sl_Iterator.h> struct ListLink { // methods ListLink* getNext(); ListLink* getPrev(); };