OpenMAMA
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
symbollistmember.h
Go to the documentation of this file.
1 /* $Id$
2  *
3  * OpenMAMA: The open middleware agnostic messaging API
4  * Copyright (C) 2011 NYSE Technologies, Inc.
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19  * 02110-1301 USA
20  */
21 
22 #ifndef MAMA_SYMBOL_LIST_MEMBER_H__
23 #define MAMA_SYMBOL_LIST_MEMBER_H__
24 
25 /* *************************************************** */
26 /* Includes. */
27 /* *************************************************** */
28 #include "mama/mama.h"
29 #include "mama/symbollisttypes.h"
30 
31 #if defined(__cplusplus)
32 extern "C" {
33 #endif
34 
35 /* *************************************************** */
36 /* Public Function Prototypes. */
37 /* *************************************************** */
38 
51 MAMAExpDLL
52 extern mama_status
54  mamaSymbolList symbolList,
56 
67 MAMAExpDLL
68 extern mama_status
71 
82 MAMAExpDLL
83 extern mama_status
86  void **closure);
87 
89 
100 MAMAExpDLL
101 extern mama_status
104  const char **source);
105 
116 MAMAExpDLL
117 extern mama_status
120  const char **symbol);
121 
132 MAMAExpDLL
133 extern mama_status
136  mamaSymbolList *symbolList);
137 
148 MAMAExpDLL
149 extern mama_status
152  mamaTransport *transport);
153 
154 
155 
156 
157 
158 MAMAExpDLL
159 extern mama_status
161  void* closure);
162 
163 MAMAExpDLL
164 extern mama_status
166  const char* source);
167 
168 MAMAExpDLL
169 extern mama_status
171  const char* symbol);
172 
173 MAMAExpDLL
174 extern mama_status
176  mamaSymbolList symbolList);
177 
178 MAMAExpDLL
179 extern mama_status
181  mamaTransport transport);
182 
183 #if defined(__cplusplus)
184 }
185 #endif
186 
187 
188 #endif
189 


© 2012 Linux Foundation