22 #ifndef MAMA_FIELD_DESCRIPTOR_CPP_H__
23 #define MAMA_FIELD_DESCRIPTOR_CPP_H__
29 class FieldDescriptorImpl;
63 mama_fid_t getFid (
void)
const;
70 mamaFieldType getType (
void)
const;
77 const char* getName (
void)
const;
82 const char* getTypeName (
void)
const;
90 void setClosure (
void* closure);
97 void* getClosure ()
const;
103 void setTrackModState (
bool on);
109 bool getTrackModState ()
const;
115 void setPubName (
const char* pubName);
121 const char* getPubName ()
const;
127 #endif // MAMA_FIELD_DESCRIPTOR_CPP_H__