23 #ifndef _LAX_REFPTRSTACK_H
24 #define _LAX_REFPTRSTACK_H
26 #include <lax/lists.h>
38 virtual int push(T *nd,
char local=-1,
int where=-1);
39 virtual int pushnodup(T *nd,
char local=-1,
int where=-1);
40 virtual int remove(
int which=-1);
Mon Feb 17 2014 11:52:57, Laxkit