Eneboo - Documentación para desarrolladores
'defines'
Referencia del Archivo src/libdigidoc/libxml2/include/libxml/xmlexports.h

Ir al código fuente de este archivo.

'defines'

#define XMLPUBFUN
#define XMLPUBVAR   extern
#define XMLCALL
#define XMLCDECL
#define LIBXML_DLL_IMPORT   XMLPUBVAR

Documentación de los 'defines'

#define LIBXML_DLL_IMPORT   XMLPUBVAR

DOC_DISABLE

#define XMLCALL

XMLCALL:

Macros which declare the called convention for exported functions

#define XMLCDECL

XMLCDECL:

Macro which declares the calling convention for exported functions that use '...'.

#define XMLPUBFUN

XMLPUBFUN, XMLPUBVAR, XMLCALL

Macros which declare an exportable function, an exportable variable and the calling convention used for functions.

Please use an extra block for every platform/compiler combination when modifying this, rather than overlong #ifdef lines. This helps readability as well as the fact that different compilers on the same platform might need different definitions. XMLPUBFUN:

Macros which declare an exportable function

#define XMLPUBVAR   extern

XMLPUBVAR:

Macros which declare an exportable variable

 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'