Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Mon, Feb 14, 2011 at 12:49:32PM +0100, Bálint Dózsa <dozsabalint@gmail.com> wrote:
-/**
-   An iterator for traversal of a set of properties.
-
-   Sample code for use of iterator:
-
-   \code
-   Return_t function(WW8PropertySet::tPointer pSet)
-   {
-       do_something;
-
-       WW8PropertySetIterator::tPointer pIt = pSet->begin();
-       WW8PropertySetIterator::tPointer pItEnd = pSet->end();
-
-       while ((*pIt) != (*pItEnd))
-       {
-           do_something();
-
-           ++(*pIt);
-       }
-
-       do_something;
-   }
-   \endcode
-*/
 class WRITERFILTER_DLLPUBLIC WW8PropertySetIterator

This is a doxygen comment, IMHO it's harmful to remove it. (In general,
never remove ///, //< or /**...*/ comments, unless you know what you're
doing.)

Attachment: pgpA5IuYj6X_n.pgp
Description: PGP signature


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.