Little helper class that you can extend to have your dynamic property handler construct CosTradingDynamic::DynamicProp structs.
More...
#include <Trader_Utils.h>
|
CosTradingDynamic::DynamicPropEval_var | prop_ |
|
Little helper class that you can extend to have your dynamic property handler construct CosTradingDynamic::DynamicProp structs.
◆ TAO_Dynamic_Property()
TAO_Dynamic_Property::TAO_Dynamic_Property |
( |
| ) |
|
|
inline |
◆ ~TAO_Dynamic_Property()
TAO_Dynamic_Property::~TAO_Dynamic_Property |
( |
| ) |
|
|
virtual |
◆ construct_dynamic_prop()
Method to construct a dynamic property structure suitable for exporting in a CosTrading::PropertyStruct to the Trading Service.
◆ destroy()
void TAO_Dynamic_Property::destroy |
( |
| ) |
|
◆ evalDP()
virtual CORBA::Any * TAO_Dynamic_Property::evalDP |
( |
const char * | name, |
|
|
CORBA::TypeCode_ptr | returned_type, |
|
|
const CORBA::Any & | extra_info ) |
|
pure virtual |
Dynamic property evaluation call-back method.
◆ prop_
CosTradingDynamic::DynamicPropEval_var TAO_Dynamic_Property::prop_ |
|
private |
The documentation for this class was generated from the following files: