Task #623 (closed)
Opened 12 years ago
Closed 12 years ago
Create simplified omero::RTypes for the C++ binding
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.0-Beta2 |
| Component: | Client | Version: | 3.0-Beta1 |
| Keywords: | blitz, c++, iteration5 | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Rather than creating a string so:
new omero::RString(false,"foo");
it should be possible to do something like:
new omero::CString("foo")
Change History (4)
comment:1 Changed 12 years ago by jmoore
- Keywords iteration5 added; iteration3 removed
comment:2 Changed 12 years ago by jmoore
r1383 has an initial implementation (which doesn't necessary compile, but it's not in Makefile.am)
comment:3 Changed 12 years ago by jmoore
This should include Parameters.
comment:4 Changed 12 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
Parameters was simplified by removing the QueryParameter? type (r1516) and using a map<string,omero::RType>. The C wrappers (as well as J wrappers) have been provided. Specific language specific niceties should be written up separately, but we should be careful not to go overboard.
Have begun work on this. Will get to it soon. (It really is fairly important since the more examples we have with the nasty omero::RTypes the worse.)