Section: Basic Operations
|
Status: draft
|
Feature: Type Cast
|
Status: draft
|
Description
IMHO the explicite cast should look like this: <cast target="FooClass">
barObject</cast>. But what about casts like (Namespace::Class)Object in c++?
We couldn't handle such a cast with this structure. Here we'd need something like:
<cast>
<target>
<namespace name="Namespace">
<className name="Class"/>
</namespace>
</target>
<source>someObject</source>
</cast>
Sounds difficult, doesn't it?
Examples
See above.
Arguments
contra:
No arguments found yet.
|