Constant rusty_bind_parser::cpp::templates::PREDEFINED
source · pub const PREDEFINED: &str;
Expand description
Predefined C++ classes and primitive types typedefs useful
during the standard work on FFI basic structures. It
consists of a custom RustVector and String implementations
that keep track of some object ownership aspects. Items
returned by RustVec::at(x)
method should be treated as
references, since the underlying objects are owned by
the vector.