-
Key: CPP12-33
-
Legacy Issue Number: 3944
-
Status: closed
-
Source: Floorboard Software ( Jonathan Biggar)
-
Summary:
CORBA::Fixed should have a to_string() member function to allow an
explicit conversion to a string. Otherwise the only way to get a string
version of the information in a fixed is via a string stream, which can
be awkward.namespace CORBA {
{ public: ... char *to_string(); ... }
class Fixed;
}The caller of Fixed::to_string() must deallocate the return value by
calling CORBA::string_free or assigning it to a String_var. -
Reported: CPP 1.1 — Tue, 10 Oct 2000 04:00 GMT
-
Disposition: Resolved — CPP 1.2
-
Disposition Summary:
No Data Available
-
Updated: Fri, 6 Mar 2015 21:38 GMT
CPP12 — CORBA::Fixed needs a to_string() conversion function
- Key: CPP12-33
- OMG Task Force: C++ 2002 RTF