Crate cpp_like_new

Crate cpp_like_new 

Source

Macros§

delete
form_rust_arr_declarator_from_c_arr_declarator
new

Structs§

ArrayPtr
Return type of new_arr

Functions§

delete_arr
Destroy the specified object created by new_arr
delete_obj
Destroy the specified object created by new_obj
new_arr
Create an array object of the specified type
new_obj
Create a single object of the specified type