Module CosTrading


Struct Index

Property

Union Index

SpecifiedProps

Enum Index

HowManyProps

Alias Index

Istring
PropertyName
PropertyNameSeq
PropertySeq
PropertyValue

Structs

Property
struct Property
{
    PropertyName name;
    PropertyValue value;
};

Unions

SpecifiedProps
union SpecifiedProps switch(HowManyProps)
{
case some: PropertyNameSeq prop_names;
};

Enums

HowManyProps
enum HowManyProps
{
    none,
    some,
    all
};

Aliases

Istring
typedef string Istring;
PropertyName
typedef Istring PropertyName;
PropertyNameSeq
typedef sequence<PropertyName> PropertyNameSeq;
PropertySeq
typedef sequence<Property> PropertySeq;
PropertyValue
typedef any PropertyValue;

Generated by the OmniBroker IDL-to-HTML translator (non-commercial)