|
log4cplus
1.1.0
|
Go to the source code of this file.
Defines | |
| #define | LOG4CPLUS_USE_POOR_MANS_SNPRINTF |
| #define | LOG4CPLUS_POOR_MANS_CHCONV |
| #define | LOG4CPLUS_DECLSPEC_EXPORT /* empty */ |
| #define | LOG4CPLUS_DECLSPEC_IMPORT /* empty */ |
| #define | LOG4CPLUS_DECLSPEC_PRIVATE /* empty */ |
| #define | LOG4CPLUS_PRIVATE LOG4CPLUS_DECLSPEC_PRIVATE |
| #define | LOG4CPLUS_INLINE_EXPORT |
| #define | __has_feature(X) 0 |
| __has_feature(X) is Clangs way for testing features. | |
| #define | LOG4CPLUS_FORMAT_ATTRIBUTE(archetype, fmt_index, first_arg_index) /* empty */ |
| #define | LOG4CPLUS_ATTRIBUTE_NORETURN /* empty */ |
| #define | LOG4CPLUS_ATTRIBUTE_PURE /* empty */ |
| #define | LOG4CPLUS_BUILTIN_EXPECT(exp, c) (exp) |
| #define | LOG4CPLUS_LIKELY(cond) LOG4CPLUS_BUILTIN_EXPECT(!! (cond), 1) |
| #define | LOG4CPLUS_UNLIKELY(cond) LOG4CPLUS_BUILTIN_EXPECT(!! (cond), 0) |
| #define __has_feature | ( | X | ) | 0 |
__has_feature(X) is Clangs way for testing features.
Define it to 0 if it does not exist.
Definition at line 98 of file config.hxx.
| #define LOG4CPLUS_ATTRIBUTE_NORETURN /* empty */ |
Definition at line 126 of file config.hxx.
| #define LOG4CPLUS_ATTRIBUTE_PURE /* empty */ |
Definition at line 128 of file config.hxx.
| #define LOG4CPLUS_BUILTIN_EXPECT | ( | exp, | |
| c | |||
| ) | (exp) |
Definition at line 129 of file config.hxx.
| #define LOG4CPLUS_DECLSPEC_EXPORT /* empty */ |
Definition at line 50 of file config.hxx.
| #define LOG4CPLUS_DECLSPEC_IMPORT /* empty */ |
Definition at line 54 of file config.hxx.
| #define LOG4CPLUS_DECLSPEC_PRIVATE /* empty */ |
Definition at line 58 of file config.hxx.
| #define LOG4CPLUS_FORMAT_ATTRIBUTE | ( | archetype, | |
| fmt_index, | |||
| first_arg_index | |||
| ) | /* empty */ |
Definition at line 116 of file config.hxx.
| #define LOG4CPLUS_INLINE_EXPORT |
Definition at line 80 of file config.hxx.
| #define LOG4CPLUS_LIKELY | ( | cond | ) | LOG4CPLUS_BUILTIN_EXPECT(!! (cond), 1) |
Definition at line 132 of file config.hxx.
| #define LOG4CPLUS_POOR_MANS_CHCONV |
Definition at line 46 of file config.hxx.
Definition at line 61 of file config.hxx.
| #define LOG4CPLUS_UNLIKELY | ( | cond | ) | LOG4CPLUS_BUILTIN_EXPECT(!! (cond), 0) |
Definition at line 133 of file config.hxx.
Referenced by log4cplus::internal::get_ptd().
| #define LOG4CPLUS_USE_POOR_MANS_SNPRINTF |
Definition at line 40 of file config.hxx.
1.7.6.1