CMPI 2.1.0 API
|
Symbols controlling the definition of convenience functions. More...
Symbols controlling the definition of convenience functions.
These symbols control whether the CMPI convenience functions are defined as static inline functions (when CMPI_INLINE is defined) or as preprocessor macros (when CMPI_NO_INLINE is defined).
A user of the CMPI header files may define either CMPI_INLINE or CMPI_NO_INLINE. The default assumed by the CMPI header files is CMPI_INLINE.