Rudiments
singlylinkedlist.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information
3
4 protected:
6 void insertBefore(listnode<valuetype> *node,
7 valuetype value) {};
8 void insertBefore(listnode<valuetype> *node,
10 void moveBefore(listnode<valuetype> *node,
12
15 uint64_t count;
Definition avltree.h:11