dboo::version_handler::do_ii_to_rt_conversion

void do_ii_to_rt_conversion(obj_ref dst, const internalized_instance& src, object_context& oc) const
n/a

Do not call directly, helper function for conversion.

Parameters

dst

Object to populate with source data.

src

The source data as an internalized_instance object.

oc

A context that provides access to pointer to object id mapping.

Return value

(none)

Example