22 #ifndef MAMA_SYMBOL_LIST_MEMBER_CPP_H__
23 #define MAMA_SYMBOL_LIST_MEMBER_CPP_H__
26 #include <mama/symbollisttypes.h>
58 const char* getSymbol ()
const;
63 const char* getSource ()
const;
78 void* getClosure ()
const;
83 void setClosure (
void* closure);
88 void setSymbol (
const char* symbol);
93 void setSource (
const char* source);
110 mamaSymbolListMember getCimpl();
113 struct MamaSymbolListMemberImpl;
114 MamaSymbolListMemberImpl* myPimpl;
119 #endif // MAMA_SYMBOL_LIST_MEMBER_CPP_H__