Issue 245: accessor members for structs (cxx_revision) Source: (, ) Nature: Uncategorized Severity: ENHANCEMENT Summary: Summary: Struct Mapping: IONA that accessor functions be provided for struct members. Direct access to member variables still available. Enhancement affords the user a consistent interface. Resolution: Closed with no change Revised Text: Actions taken: October 14, 1996: received issue June 13, 2000: closed issue Discussion: Close with no change. Accessor functions for structure members would have to have names that differ from the name of the member because a C++ class cannot contain a data member and a member function that have the same name. However, choosing a name for accessors is problematic because of potential name clashes with other members. In addition, making stylistic changes like this now would complicate the mapping without substantial gain. End of Annotations:===== This is issue # 245 accessor members for structs Struct Mapping: IONA that accessor functions be provided for struct members. Direct access to member variables still available. Enhancement would afford user to a consistent interface for both structs and unions -Juergen