<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Florian Klaempfl wrote:
<blockquote cite="mid:4BA62118.9020909@freepascal.org" type="cite">
<blockquote type="cite">
<blockquote type="cite">
<pre wrap="">5. What's the best way to save the namespace in the tobjectdef class?
As a string containing 'FirstPart.SecondPart'? Or as C++ mangled
string '9FirstPart10SecondPart'? Or something else (e.g. a list
containing the parts)?
</pre>
</blockquote>
<pre wrap="">I've decided to save the mangled name in the objectdef. It's mangled
directly when parsing it.
</pre>
</blockquote>
<pre wrap=""><!---->
I think it's better to store just the name space string, it looks more
flexbile to me.
_______________________________________________
fpc-devel maillist - <a class="moz-txt-link-abbreviated" href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freepascal.org/mailman/listinfo/fpc-devel">http://lists.freepascal.org/mailman/listinfo/fpc-devel</a>
</pre>
</blockquote>
<font face="Helvetica, Arial, sans-serif">Don't UNITS in Pascal
intended to separate NAMESPACES?<br>
But unfortunately this prevents nested namespaces.<br>
<br>
Regards,<br>
Anton Kavalenka<br>
</font>
</body>
</html>