Public Member Functions | |
| virtual void | destroy () |
| DoubleListElem * | head () |
| DoubleListElem * | tail () |
| void | detach (DoubleListElem *e) |
| void | insert (DoubleListElem *src, DoubleListElem *dst) |
| void | append (DoubleListElem *src, DoubleListElem *dst) |
Protected Attributes | |
| DoubleListElem * | head_ |
| DoubleListElem * | tail_ |
1.7.1