Wasabi ExpressPlay SDK for iOS  1.10
ShiList.h
Go to the documentation of this file.
1 /*****************************************************************
2 |
3 | Sushi - Lists
4 |
5 | $Id: ShiList.h 7930 2014-06-25 11:05:10Z jebaseelir $
6 | Original author: Gilles Boccon-Gibod
7 |
8 | This software is provided to you pursuant to your agreement
9 | with Intertrust Technologies Corporation ("Intertrust").
10 | This software may be used only in accordance with the terms
11 | of the agreement.
12 |
13 | Copyright (c) 2005-2014 by Intertrust. All rights reserved.
14 |
15 ****************************************************************/
21 #ifndef _SHI_LIST_H_
22 #define _SHI_LIST_H_
23 
24 /*----------------------------------------------------------------------
25 | includes
26 +---------------------------------------------------------------------*/
27 #include "ShiResults.h"
28 #include "ShiTypes.h"
29 #include "ShiData.h"
30 
31 /*----------------------------------------------------------------------
32 | interfaces
33 +---------------------------------------------------------------------*/
34 #if defined(__cplusplus)
35 extern "C" {
36 #endif
37 
46 typedef struct SHI_Iterator SHI_Iterator;
47 
59 
73 
80 typedef struct SHI_List SHI_List;
81 
93 
103 
119 SHI_List_GetItem(SHI_List* self, SHI_Ordinal indx, SHI_Data** item);
120 
133 SHI_List_GetIterator(SHI_List* self, SHI_Iterator** iterator);
134 
136 #if defined (__cplusplus)
137 }
138 #endif
139 
140 #endif /* _SHI_LIST_H_ */