X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseColPairIteratorT.h;h=3d7164655c9fabdcaacf351a5d4d7398997529af;hb=11e5ea78492ddf821ec3fd92dd2e271a5e6d8628;hp=72a298d8ef8c1280a24adcdc8034c241da18a717;hpb=8b75252800960073053aea9a4ecea30a44867511;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseColPairIteratorT.h b/inc/FBaseColPairIteratorT.h index 72a298d..3d71646 100644 --- a/inc/FBaseColPairIteratorT.h +++ b/inc/FBaseColPairIteratorT.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2013 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -38,13 +37,16 @@ namespace Tizen { namespace Base { namespace Collection { /** * @class PairIteratorT - * @brief This class provides an iterator that is used to convert IMap or IMultiMap to STL containers. - * StlConverter provides static methods to get this iterator from IMap or IMultiMap. + * @brief This class provides an iterator that is used to convert %IMap or %IMultiMap to STL containers. @n + * %StlConverter provides static methods to get this iterator from %IMap or %IMultiMap. * * @since 2.1 * * @remarks The %PairIteratorT class satisfies only requirements of C++ standard library InputIterator concept due to limitations of %Tizen Collection. * So, this class can be used with C++ standard library algorithms which requires only InputIterator concept for their arguments. + * + * The %PairIteratorT class provides an iterator that is used to convert IMap or IMultiMap to STL containers. + * StlConverter provides static methods to get this iterator from IMap or IMultiMap. */ template < typename K, typename V >