|
Zero
0.1.0
|
Go to the source code of this file.
Macros | |
| #define | C_STRING_BUG (char *) |
| #define | W_FORM(stream) stream << form |
| #define | W_FORM2(stream, args) W_FORM(stream) args |
| #define | offsetof(type, member) ((size_t)((&(type *)0)->member)) |
| #define | w_offsetof(class, member) offsetof(class,member) |
Functions | |
| const char * | form (const char *,...) |
Macros that allow workarounds for different compilers.
| #define C_STRING_BUG (char *) |
| #define offsetof | ( | type, | |
| member | |||
| ) | ((size_t)((&(type *)0)->member)) |
| #define W_FORM | ( | stream | ) | stream << form |
| #define W_FORM2 | ( | stream, | |
| args | |||
| ) | W_FORM(stream) args |
| #define w_offsetof | ( | class, | |
| member | |||
| ) | offsetof(class,member) |
| const char* form | ( | const char * | , |
| ... | |||
| ) |
1.8.12