Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

CosTradingDynamic::DynamicProp Struct Reference

This structure represents a dynamic property. More...

import "CosTradingDynamic.idl";

List of all members.

Public Attributes

DynamicPropEval eval_if
 The interface used to evaluate the property. More...

CORBA::TypeCode returned_type
 The type of the property value. More...

any extra_info
 Any extra information requiured. More...


Detailed Description

This structure represents a dynamic property.


Member Data Documentation

DynamicPropEval CosTradingDynamic::DynamicProp::eval_if
 

The interface used to evaluate the property.

any CosTradingDynamic::DynamicProp::extra_info
 

Any extra information requiured.

CORBA::TypeCode CosTradingDynamic::DynamicProp::returned_type
 

The type of the property value.