TAO_PortableGroup  2.0.6
Classes | Functions
TAO_PG Namespace Reference

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)

Function Documentation

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.

Returns:
true if successful, false otherwise
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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines