Skip to main content

utility:merge property fields

Version: 0.0.0

Description

Assembles a set of property fields into a unique one.

Inputs

InputNameExpected type(s)Description
Pin -201
Required
naive_mergeboolIf true, merge the input property fields assuming that there is no repetition in their scoping ids. Default is false.
Pin 0
Required
property_fieldsvector<shared_ptr<property_field>>, property_field, property_fields_containerEither a property fields container, a vector of property fields to merge or property fields from pin 0 to ...

Outputs

OutputNameExpected type(s)Description
Pin 0property_fieldproperty_field

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: utility

Plugin: core

Scripting name: merge_property_fields

Full name: utility.merge_property_fields

Internal name: merge::property_field

License: None

Changelog

  • Version 0.0.0: Initial release.