39 .name_type =
"polar_hash_table_node_intptr_key",
42 .type_class_init = NULL
47POLAR_FUNCTION_INTERNAL OBJC_FUNCTION_CONSTANT polar_internal_type
48polar_hash_table_node_intptr_key_get_type(
void )
50 static polar_internal_type pt_polar_hash_table_node_intptr_key = POLAR_INTERNAL_TYPE_INVALID;
52 if( pt_polar_hash_table_node_intptr_key != POLAR_INTERNAL_TYPE_INVALID )
53 return pt_polar_hash_table_node_intptr_key;
55 pt_polar_hash_table_node_intptr_key = polar_internal_type_init( POLAR_TYPE_HASH_TABLE_NODE,
56 &class_polar_hash_table_node_intptr_key,
57 &pti_polar_hash_table_node_intptr_key );
59 return pt_polar_hash_table_node_intptr_key;
Definition polar-hash-table-node-intptr-key.h:30
Definition polar-hash-table-node-intptr-key.h:25
Definition polar-internal-type.h:34