Neovim Home
src
nvim
Macros
|
Typedefs
|
Variables
map_defs.h File Reference
#include "
nvim/lib/khash.h
"
Go to the source code of this file.
Macros
#define
Map
(
T
, U) Map_##
T
##
_
##U
#define
PMap
(
T
)
Map
(
T
,
ptr_t
)
Typedefs
typedef
void
*
ptr_t
Variables
const typedef char *
cstr_t
Macro Definition Documentation
◆
Map
#define Map
(
T
,
U
)
Map_##
T
##
_
##U
◆
PMap
#define PMap
(
T
)
Map
(
T
,
ptr_t
)
Typedef Documentation
◆
ptr_t
typedef
void
*
ptr_t
Variable Documentation
◆
cstr_t
const typedef char* cstr_t