CMPI 2.1.0 API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CMPI_INLINE and CMPI_NO_INLINE

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.