macros for mongo internals
More...
Go to the source code of this file.
|
|
#define | MONGO_MACROS_PUSHED 1 |
| |
|
#define | verify MONGO_verify |
| |
|
#define | dassert MONGO_dassert |
| |
|
#define | wassert MONGO_wassert |
| |
|
#define | massert MONGO_massert |
| |
|
#define | uassert MONGO_uassert |
| |
|
#define | uassertStatusOK MONGO_uassertStatusOK |
| |
|
#define | DESTRUCTOR_GUARD MONGO_DESTRUCTOR_GUARD |
| |
|
#define | PRINT MONGO_PRINT |
| |
|
#define | PRINTFL MONGO_PRINTFL |
| |
|
#define | DEV MONGO_DEV |
| |
|
#define | DEBUGGING MONGO_DEBUGGING |
| |
|
#define | SOMETIMES MONGO_SOMETIMES |
| |
|
#define | OCCASIONALLY MONGO_OCCASIONALLY |
| |
|
#define | RARELY MONGO_RARELY |
| |
|
#define | ONCE MONGO_ONCE |
| |
|
#define | LOG MONGO_LOG |
| |
macros for mongo internals
- See Also
- undef_macros.h undefines these after use to minimize name pollution.