OpenOCD
Jim_HashTableType
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
Jim_HashTableType
Jim_HashTableType struct
Syntax
Show:
Summary
Declaration
from
jim.h:201
typedef
struct
Jim_HashTableType
{
unsigned
int
(
*
hashFunction
)
(
const
void
*
key
)
;
void
*
(
*
keyDup
)
(
void
*
privdata
,
const
void
*
key
)
;
void
*
(
*
valDup
)
(
void
*
privdata
,
const
void
*
obj
)
;
int
(
*
keyCompare
)
(
void
*
privdata
,
const
void
*
key1
,
const
void
*
key2
)
;
void
(
*
keyDestructor
)
(
void
*
privdata
,
void
*
key
)
;
void
(
*
valDestructor
)
(
void
*
privdata
,
void
*
obj
)
;
}
Jim_HashTableType
;
Fields
Field
Declared as
Jim_HashTableType::hashFunction
unsigned
int
(
*
)
(
const
void
*
key
)
Jim_HashTableType::keyDup
void
*
(
*
)
(
void
*
privdata
,
const
void
*
key
)
Jim_HashTableType::valDup
void
*
(
*
)
(
void
*
privdata
,
const
void
*
obj
)
Jim_HashTableType::keyCompare
int
(
*
)
(
void
*
privdata
,
const
void
*
key1
,
const
void
*
key2
)
Jim_HashTableType::keyDestructor
void
(
*
)
(
void
*
privdata
,
void
*
key
)
Jim_HashTableType::valDestructor
void
(
*
)
(
void
*
privdata
,
void
*
obj
)
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out