Rudiments
include
rudiments
private
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
10
listnode<valuetype>
*first;
11
listnode<valuetype>
*last;
12
uint64_t count;
listnode
Definition
listcollection.h:12
nodecollection
Definition
nodecollection.h:31
Generated on Tue Dec 3 2024 01:50:18 for Rudiments by
1.10.0