TAO_PortableGroup
2.0.8
|
Classes | |
class | Properties_Encoder |
Functions | |
TAO_PortableGroup_Export CORBA::Boolean | get_property_value (const PortableGroup::Name &property_name, const PortableGroup::Properties &properties, PortableGroup::Value &property_value) |
TAO_PortableGroup_Export void | override_properties (const PortableGroup::Properties &overrides, PortableGroup::Properties &properties) |
CORBA::Boolean TAO_PG::get_property_value | ( | const PortableGroup::Name & | property_name, |
const PortableGroup::Properties & | properties, | ||
PortableGroup::Value & | property_value | ||
) |
Retrieve the value of the given property from the given property list.
void TAO_PG::override_properties | ( | const PortableGroup::Properties & | overrides, |
PortableGroup::Properties & | properties | ||
) |
Override properties in the "properties" sequence with those in the "overrides" sequence. If no property is overridden, the override in question will be appended to the "properties" list.