From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,HEADER_SPAM autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 1014db,745ecf6266b2fdbf X-Google-Attributes: gid1014db,public X-Google-Thread: 109fba,745ecf6266b2fdbf X-Google-Attributes: gid109fba,public X-Google-Thread: 100850,745ecf6266b2fdbf X-Google-Attributes: gid100850,public X-Google-Thread: 103376,745ecf6266b2fdbf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-11 17:30:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out.visi.com!hermes.visi.com!gemini.plethora.net.POSTED!not-for-mail Subject: Re: [ANN] an EBNF parser and coding pattern tool (LGPL) Content-Transfer-encoding: 8bit X-Mailscanner: PASSED (v1.2.7 81403 h1BGVn9B091008 mailbox6.ucsd.edu) References: From: =?iso-8859-1?Q?Juli=E1n?= Albo X-Accept-language: en X-Orig-x-trace: fu-berlin.de 1044981109 44711624 213.96.228.50 (16 [169296]) Return-Path: Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 X-Mime-autoconverted: from quoted-printable to 8bit by herd.plethora.net id h1BGVqQ28314 Newsgroups: comp.lang.c.moderated,comp.lang.ada,comp.lang.c,comp.lang.c++ Message-ID: X-Orig-nntp-posting-host: 213-96-228-50.uc.nombres.ttd.es (213.96.228.50) X-Mailer: Mozilla 4.77 [es] (X11; U; Linux 2.4.4 i686) Originator: clcm@plethora.net (Comp Lang C'Moderated) Date: 12 Feb 2003 01:30:47 GMT NNTP-Posting-Host: 441a38ab.news.plethora.net X-Trace: 1045013447 gemini.plethora.net 79564 clcm@205.166.146.1 X-Complaints-To: abuse@plethora.net Xref: archiver1.google.com comp.lang.c.moderated:7421 comp.lang.ada:34012 comp.lang.c:172695 comp.lang.c++:202596 Date: 2003-02-12T01:30:47+00:00 List-Id: Cedric LEMAIRE escribi�: > > OK, I'll bite ... why do you think C++ templates are too restricted? > The C++ compiler doesn't give you introspection to implement C++ > templates that work on the composition of a class. > How to write with C++ templates an "Object Unmarshaller", for > instance? I mean, something that reads the serialized content of an > object and that builds the corresponding object in memory. Be careful! > No intervention must be done on these objects in C++ to facilitate > their integration into the "unmarshaller". But here you talk about how are the classes in C++, not the templates. Regards. -- comp.lang.c.moderated - moderation address: clcm@plethora.net