SObjectizer
5.5
|
Version 5.5.5 introduces two useful helpers for simplification of cooperation creation:
Just for comparison of new cooperation creation and registration:
Similar comparison for creation of a child cooperation:
New introduce_coop
and introduce_child_coop
are just thing wrappers around create_coop
and create_child_coop
. Because of that new method/function accepts all combination of parameters appropriate for create_coop/create_child_coop. It means that it is possible to write:
But the usage of so_5::autoname
could be omitted:
The same rules are for introduce_child_coop
: