Type: required
         Title: cppumaker: make_xxx functions for polymorphic struct types
     Posted by: stephan.bergm...@sun.com
      Affected: -
         TaskId: i98625
<http://www.openoffice.org/issues/show_bug.cgi?id=98625>
Effective from: DEV300 CWS sb109
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/sb109>
    CWS status: new


*Summary*
--------
UNO .idl: struct<T> S { T m; };

cppumaker .hpp: S<T> make_S(T m_) { return S(m_); }

*Description*
-------------
For polymorphic UNO strcut types, cppumaker now generates convenience
construction function templates make_xxx, similar to C++'s std::make_pair.


Send feedback to interface-announce@openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: interface-announce-unsubscr...@openoffice.org
For additional commands, e-mail: interface-announce-h...@openoffice.org

Reply via email to