IDL4-CPP 1.0b2 FTF Avatar
  1. OMG Issue

IDL4CPP — Map IDL struct to class?

  • Key: IDL4CPP-43
  • Status: closed  
  • Source: Remedy IT ( Johnny Willemsen)
  • Summary:

    Why does this example code for "C.2.1.2.4 Naming Data Types" map the IDL struct to a C++ class, that is the alternative mapping, but as far as I understand it the mapping prefers to map a IDL struct to a C++ struct by default

  • Reported: IDL4-CPP 1.0b1 — Thu, 25 Jan 2024 12:40 GMT
  • Disposition: Resolved — IDL4-CPP 1.0b2
  • Disposition Summary:

    Fix mapping of naming data types in C.2.1.2.4

    In clause C.2.1.2.4, IDL struct MyType is mapped to a class, instead of a struct, which is the correct mapping. This issue addresses that mistake.

  • Updated: Mon, 16 Sep 2024 14:15 GMT