Crate cpp_utils [] [src]

Modules

new_uninitialized

Structs

AsBox

Additional argument for a function that returns a C++ object as a pointer enclosed in a CppBox.

AsStruct

Additional argument for a function that returns a C++ object as Rust struct.

CppBox

A C++ pointer wrapper to manage deletion of objects.

Traits

CppDeletable

Indicates that the type can be put into a CppBox.

Type Definitions

Deleter

Deleter function type.