Routines to obtain properties from an object of OpenMP interop type. They have C linkage and do not throw exceptions.
omp_get_num_interop_properties
– Get the number of implementation-specific propertiesomp_get_interop_int
– Obtain integer-valued interoperability propertyomp_get_interop_ptr
– Obtain pointer-valued interoperability propertyomp_get_interop_str
– Obtain string-valued interoperability propertyomp_get_interop_name
– Obtain the name of an interop_property
value as stringomp_get_interop_type_desc
– Obtain type and description to an interop_property
omp_get_interop_rc_desc
– Obtain error string to an interop_rc
error code