-
Key: CPP13-60
-
Legacy Issue Number: 4797
-
Status: open
-
Source: Memorial University of Newfoundland ( Jeffrey Parsons)
-
Summary:
The addition amounts to a set of typedefs that would facilitate template
programming, added to each C++ skeleton class created for an IDL interface,
and analogous to the typedefs that already exist in the mapping for the stub
side. Say we have an IDL filemodule foo
{
interface bar {};
};Then in generated code we're talking about something like:
namespace POA_foo
{ public: typedef foo::bar _stub_type; typedef foo::bar_ptr _stub_ptr_type; typedef foo::bar_var _stub_var_type; . . . }
{
class bar
;
}; -
Reported: CPP 1.1 — Fri, 28 Dec 2001 05:00 GMT
-
Updated: Fri, 6 Mar 2015 20:58 GMT
CPP13 — Add set of typedefs that would facilitate template programming
- Key: CPP13-60
- OMG Task Force: C++ June 2011 RTF