Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Control
CxxUtils
CxxUtils
libcalg
libcalg.h
Go to the documentation of this file.
1
/*
2
3
Copyright (c) 2005-2008, Simon Howard
4
5
Permission to use, copy, modify, and/or distribute this software
6
for any purpose with or without fee is hereby granted, provided
7
that the above copyright notice and this permission notice appear
8
in all copies.
9
10
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
11
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
12
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
13
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
14
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
16
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
17
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18
19
*/
20
21
#ifndef LIBCALG_H
22
#define LIBCALG_H
23
24
#ifdef __cpluscplus
25
extern
"C"
{
26
#endif
/*__cplusplus */
27
28
#include <
CxxUtils/libcalg/compare-int.h
>
29
#include <
CxxUtils/libcalg/compare-pointer.h
>
30
#include <
CxxUtils/libcalg/compare-string.h
>
31
32
#include <
CxxUtils/libcalg/hash-int.h
>
33
#include <
CxxUtils/libcalg/hash-pointer.h
>
34
#include <
CxxUtils/libcalg/hash-string.h
>
35
36
#include <
CxxUtils/libcalg/arraylist.h
>
37
#include <
CxxUtils/libcalg/avl-tree.h
>
38
#include <
CxxUtils/libcalg/binary-heap.h
>
39
#include <
CxxUtils/libcalg/binomial-heap.h
>
40
#include <
CxxUtils/libcalg/bloom-filter.h
>
41
#include <
CxxUtils/libcalg/hash-table.h
>
42
#include <
CxxUtils/libcalg/list.h
>
43
#include <
CxxUtils/libcalg/queue.h
>
44
#include <
CxxUtils/libcalg/set.h
>
45
#include <
CxxUtils/libcalg/slist.h
>
46
#include <
CxxUtils/libcalg/trie.h
>
47
48
#ifdef __cpluscplus
49
}
50
#endif
/*__cplusplus */
51
52
#endif
/* #ifndef LIBCALG_H */
53
54
compare-int.h
binary-heap.h
Binary heap.
avl-tree.h
Balanced binary tree.
compare-pointer.h
bloom-filter.h
Bloom filter.
hash-int.h
hash-string.h
binomial-heap.h
Binomial heap.
compare-string.h
queue.h
Double-ended queue.
hash-table.h
Hash table.
slist.h
hash-pointer.h
list.h
Doubly-linked list.
arraylist.h
Automatically resizing array.
set.h
Set of values.
trie.h
Fast string lookups.
Generated on Fri May 2 2025 21:13:09 for ATLAS Offline Software by
1.8.18