#include <nmd_impl.h>
Data Fields | |
int | cookie |
char * | name |
NMDDataType | t |
NMDTruth | set |
int | i |
double | r |
struct NMD_intarray_struct * | ii |
struct NMD_realarray_struct * | rr |
char * | cc |
Definition at line 10 of file nmd_impl.h.
char* NMD_metadata_item_::cc |
Definition at line 17 of file nmd_impl.h.
Referenced by NMDComponentDestroy(), NMDComponentSetValue(), NMDComponentUnsetValue(), NMDCopyItemValues(), NMDGetValue(), NMDReportObject(), and NMDViewObject().
Definition at line 13 of file nmd_impl.h.
Referenced by NMDComponentSetValue(), NMDCopyItemValues(), NMDGetValue(), NMDReportObject(), and NMDViewObject().
struct NMD_intarray_struct* NMD_metadata_item_::ii [read] |
Definition at line 15 of file nmd_impl.h.
Referenced by NMDComponentDestroy(), NMDComponentSetArrayValue(), NMDComponentUnsetValue(), NMDCopyArrayValue(), NMDCopyItemValues(), NMDGetArrayValue(), and NMDReportObject().
char* NMD_metadata_item_::name |
Definition at line 12 of file nmd_impl.h.
Referenced by NMDCategoryAllocateNewComponent(), NMDCategoryGetComponents(), NMDCategoryTryGetComponent(), NMDCloneObject(), NMDCloneObjectStructure(), NMDComponentDestroy(), NMDCopyCategory(), NMDGetCategoryIGetComponents(), NMDReportObject(), and NMDViewObject().
double NMD_metadata_item_::r |
Definition at line 14 of file nmd_impl.h.
Referenced by NMDComponentSetValue(), NMDCopyItemValues(), NMDGetValue(), NMDReportObject(), and NMDViewObject().
struct NMD_realarray_struct* NMD_metadata_item_::rr [read] |
Definition at line 16 of file nmd_impl.h.
Referenced by NMDComponentDestroy(), NMDComponentSetArrayValue(), NMDComponentUnsetValue(), NMDCopyArrayValue(), NMDCopyItemValues(), NMDGetArrayValue(), and NMDReportObject().
Definition at line 12 of file nmd_impl.h.
Referenced by NMDAllocateComponent(), NMDCategoryAllocateNewComponent(), NMDComponentSetArrayValue(), NMDComponentSetValue(), NMDComponentUnsetValue(), NMDCopyArrayValue(), NMDCopyItemValues(), NMDGetArrayValue(), NMDGetValue(), NMDReportObject(), and NMDViewObject().
Definition at line 12 of file nmd_impl.h.
Referenced by NMDCategoryAllocateNewComponent(), NMDCategoryGetComponents(), NMDCategoryGetOrCreateComponent(), NMDCloneObject(), NMDCloneObjectStructure(), NMDComponentDestroy(), NMDComponentSetArrayValue(), NMDComponentSetValue(), NMDComponentUnsetValue(), NMDCopyArrayValue(), NMDCopyCategory(), NMDCopyItemValues(), NMDGetArrayValue(), NMDGetCategoryIGetComponents(), NMDGetDataType(), NMDGetValue(), NMDObjectEnsureCategoryComponent(), NMDReportObject(), and NMDViewObject().