MongoDB C++ Driver mongocxx-3.11.0
|
This page documents macros provided by the generated header mongocxx/v_noabi/mongocxx/config/export.hpp
.
mongocxx/v_noabi/mongocxx/config/export.hpp | |
These macros are provided by export.hpp, NOT by fwd.hpp (where this is documented)! | |
#define | MONGOCXX_ABI_EXPORT |
Exports the associated entity as part of the ABI. | |
#define | MONGOCXX_ABI_NO_EXPORT |
Excludes the associated entity from being part of the ABI. | |
#define | MONGOCXX_ABI_CDECL |
Expands to __cdecl when built with MSVC on Windows. | |
#define | MONGOCXX_ABI_EXPORT_CDECL(...) |
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL. | |
#define | MONGOCXX_API MONGOCXX_ABI_EXPORT |
Equivalent to MONGOCXX_ABI_EXPORT. | |
#define | MONGOCXX_PRIVATE inline MONGOCXX_ABI_NO_EXPORT |
Equivalent to inline with MONGOCXX_ABI_NO_EXPORT. | |
#define | MONGOCXX_DEPRECATED |
Declares the associated entity as deprecated. | |
#define | MONGOCXX_DEPRECATED_EXPORT |
Equivalent to MONGOCXX_API and MONGOCXX_DEPRECATED. | |
#define | MONGOCXX_DEPRECATED_NO_EXPORT |
Equivalent to MONGOCXX_PRIVATE and MONGOCXX_DEPRECATED. | |
#define MONGOCXX_ABI_CDECL |
Expands to __cdecl
when built with MSVC on Windows.
#define MONGOCXX_ABI_EXPORT |
Exports the associated entity as part of the ABI.
#define MONGOCXX_ABI_EXPORT_CDECL | ( | ... | ) |
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
#define MONGOCXX_ABI_NO_EXPORT |
Excludes the associated entity from being part of the ABI.
#define MONGOCXX_API MONGOCXX_ABI_EXPORT |
Equivalent to MONGOCXX_ABI_EXPORT.
#define MONGOCXX_DEPRECATED |
Declares the associated entity as deprecated.
#define MONGOCXX_DEPRECATED_EXPORT |
Equivalent to MONGOCXX_API and MONGOCXX_DEPRECATED.
#define MONGOCXX_DEPRECATED_NO_EXPORT |
Equivalent to MONGOCXX_PRIVATE and MONGOCXX_DEPRECATED.
#define MONGOCXX_PRIVATE inline MONGOCXX_ABI_NO_EXPORT |
Equivalent to inline
with MONGOCXX_ABI_NO_EXPORT.