Rudiments
include
rudiments
private
singlylinkedlist.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
insertBefore(
listnode<valuetype>
*
node
,
7
valuetype
value) {};
8
void
insertBefore(
listnode<valuetype>
*
node
,
9
listnode<valuetype>
*
newnode
) {};
10
void
moveBefore(
listnode<valuetype>
*
node
,
11
listnode<valuetype>
*
nodetomove
) {};
12
13
listnode<valuetype>
*first;
14
listnode<valuetype>
*last;
15
uint64_t count;
avltreenode
Definition
avltree.h:11
Generated on Tue Dec 3 2024 01:50:18 for Rudiments by
1.10.0