log4cplus
2.0.5
|
Go to the source code of this file.
#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 91 of file config.hxx.
#define LOG4CPLUS_ATTRIBUTE_DEPRECATED /* empty */ |
Definition at line 137 of file config.hxx.
#define LOG4CPLUS_ATTRIBUTE_NORETURN /* empty */ |
Definition at line 134 of file config.hxx.
#define LOG4CPLUS_ATTRIBUTE_PURE /* empty */ |
Definition at line 136 of file config.hxx.
#define LOG4CPLUS_BUILTIN_EXPECT | ( | exp, | |
c | |||
) | (exp) |
Definition at line 138 of file config.hxx.
#define LOG4CPLUS_CALLER_FILE | ( | ) | (nullptr) |
Definition at line 122 of file config.hxx.
#define LOG4CPLUS_CALLER_FUNCTION | ( | ) | (nullptr) |
Definition at line 124 of file config.hxx.
#define LOG4CPLUS_CALLER_LINE | ( | ) | (-1) |
Definition at line 123 of file config.hxx.
#define LOG4CPLUS_CONSTRUCTOR_FUNC | ( | prio | ) | /* empty */ |
Definition at line 162 of file config.hxx.
#define LOG4CPLUS_DECLSPEC_EXPORT /* empty */ |
Definition at line 43 of file config.hxx.
#define LOG4CPLUS_DECLSPEC_IMPORT /* empty */ |
Definition at line 47 of file config.hxx.
#define LOG4CPLUS_DECLSPEC_PRIVATE /* empty */ |
Definition at line 51 of file config.hxx.
#define LOG4CPLUS_FORMAT_ATTRIBUTE | ( | archetype, | |
fmt_index, | |||
first_arg_index | |||
) | /* empty */ |
Definition at line 110 of file config.hxx.
#define LOG4CPLUS_INIT_PRIORITY | ( | prio | ) | /* empty */ |
Definition at line 169 of file config.hxx.
#define LOG4CPLUS_INIT_PRIORITY_BASE (65535 / 2) |
Definition at line 172 of file config.hxx.
#define LOG4CPLUS_INLINE_EXPORT |
Definition at line 73 of file config.hxx.
#define LOG4CPLUS_LIKELY | ( | cond | ) | LOG4CPLUS_BUILTIN_EXPECT(!! (cond), 1) |
Definition at line 141 of file config.hxx.
#define LOG4CPLUS_NOEXCEPT /* empty */ |
Definition at line 102 of file config.hxx.
#define LOG4CPLUS_NOEXCEPT_FALSE /* empty */ |
Definition at line 103 of file config.hxx.
#define LOG4CPLUS_POOR_MANS_CHCONV |
Definition at line 39 of file config.hxx.
#define LOG4CPLUS_PRIVATE LOG4CPLUS_DECLSPEC_PRIVATE |
Definition at line 54 of file config.hxx.
#define LOG4CPLUS_THREADED | ( | x | ) | x |
Definition at line 179 of file config.hxx.
#define LOG4CPLUS_UNLIKELY | ( | cond | ) | LOG4CPLUS_BUILTIN_EXPECT(!! (cond), 0) |
Definition at line 142 of file config.hxx.