epoc32/include/caf/streamableptrarray.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
       
    20 
       
    21 /**
    19 /**
    22  @file
    20  @file
    23  @publishedPartner
    21  @publishedAll
    24  @released
    22  @released
    25 */
    23 */
    26 
    24 
    27 
    25 
    28 #ifndef __STREAMABLEPTRARRAY_H__
    26 #ifndef __STREAMABLEPTRARRAY_H__
    40 
    38 
    41 	The close function frees all resources and deletes all array elements
    39 	The close function frees all resources and deletes all array elements
    42 	
    40 	
    43 	The array can be streamed using the InternalizeL() and ExternalizeL() functions
    41 	The array can be streamed using the InternalizeL() and ExternalizeL() functions
    44 
    42 
    45   	@publishedPartner
    43   	*/
    46 	@released
       
    47 	*/
       
    48 	template <class T>
    44 	template <class T>
    49 		class RStreamablePtrArray
    45 		class RStreamablePtrArray
    50 		{
    46 		{
    51 	public:
    47 	public:
    52 		/** Constructor */
    48 		/** Constructor */