81 lines
2.8 KiB
HTML
81 lines
2.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> No subject
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:cpp-announce%40ncbi.nlm.nih.gov?Subject=No%20subject&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="000058.html">
|
|
<LINK REL="Next" HREF="000077.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>No subject</H1>
|
|
<!--htdig_noindex-->
|
|
<B></B>
|
|
<A HREF="mailto:cpp-announce%40ncbi.nlm.nih.gov?Subject=No%20subject&In-Reply-To="
|
|
TITLE="No subject">
|
|
</A><BR>
|
|
<I>Thu Oct 16 16:00:42 EDT 2003</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="000058.html">No subject
|
|
</A></li>
|
|
<LI>Next message: <A HREF="000077.html">No subject
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#62">[ date ]</a>
|
|
<a href="thread.html#62">[ thread ]</a>
|
|
<a href="subject.html#62">[ subject ]</a>
|
|
<a href="author.html#62">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--/htdig_noindex-->
|
|
<!--beginarticle-->
|
|
<PRE>classes will (by default) always (unless explicitly specified
|
|
otherwise in the "object/*/*.def" file) be allocated dynamically
|
|
"outside" the class and be referenced by CRef<> -- rather than being
|
|
"incorporated" members of the class (allocated inside the memory
|
|
occupied by the class).
|
|
|
|
|
|
!!!
|
|
As a side effect, some headers, which were automagically #include'd
|
|
before in the generated headers, will not be #include'd there anymore
|
|
(forward declarations like "class CFoo_bar;" will be used instead),
|
|
and therefore you will have to include more headers manually in your
|
|
sources in order to make them compile.
|
|
|
|
If you are already tired looking for all these per-class headers ;-),
|
|
I'd advise you to utilize "combined" (per-ASN-library) headers
|
|
instead:
|
|
<A HREF="http://www.ncbi.nlm.nih.gov/mailman/pipermail/cpp/2001q4/000649.html">http://www.ncbi.nlm.nih.gov/mailman/pipermail/cpp/2001q4/000649.html</A>
|
|
|
|
|
|
Hope it helps,
|
|
Denis
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<!--htdig_noindex-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="000058.html">No subject
|
|
</A></li>
|
|
<LI>Next message: <A HREF="000077.html">No subject
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#62">[ date ]</a>
|
|
<a href="thread.html#62">[ thread ]</a>
|
|
<a href="subject.html#62">[ subject ]</a>
|
|
<a href="author.html#62">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://www.ncbi.nlm.nih.gov/mailman/listinfo/cpp-announce">More information about the cpp-announce
|
|
mailing list</a><br>
|
|
<!--/htdig_noindex-->
|
|
</body></html>
|