Handbook
Glossary
cpHashSet
Vocabulary
chipmunk
.
ffi
Definition
USING:
alien.c-types
classes.struct
;
IN:
chipmunk.ffi
STRUCT:
cpHashSet
{
entries
int
initial:
0
}
{
size
int
initial:
0
}
{
eql
cpHashSetEqlFunc
}
{
trans
cpHashSetTransFunc
}
{
default_value void*
}
{
table cpHashSetBin**
}
;
Methods
USING:
chipmunk.ffi
classes.struct
classes.struct.private
kernel
;
M:
cpHashSet
clone
clone-underlying
\
cpHashSet
memory>struct
;
inline
USING:
accessors
chipmunk.ffi
classes.struct
combinators.smart
;
M:
cpHashSet
struct-slot-values
{
[
entries>>
]
[
size>>
]
[
eql>>
]
[
trans>>
]
[
default_value>>
]
[
table>>
]
}
cleave>array
;
inline