Rudiments
linkedlist.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information
3
4 protected:
5 void clone(nodecollection<valuetype> *coll);
6 void move(listnode<valuetype> *node,
7 listnode<valuetype> *nodetomove,
8 bool before);
9
12 uint64_t count;
Definition listcollection.h:12
Definition nodecollection.h:31