Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
Go to the source code of this file.
Macros | |
#define | ADOBE_STRINGIZE(x) |
turns x into a string literal. | |
#define | ADOBE_DETAIL_STRINGIZE2(x) |
#define | ADOBE_LINE_STRING() |
a string literal for LINE. | |
#define | ADOBE_MESSAGE(message) |
#define ADOBE_STRINGIZE | ( | x | ) |
Definition at line 12 of file macro_utilities.hpp.
#define ADOBE_DETAIL_STRINGIZE2 | ( | x | ) |
Definition at line 14 of file macro_utilities.hpp.
#define ADOBE_LINE_STRING | ( | ) |
Definition at line 18 of file macro_utilities.hpp.
#define ADOBE_MESSAGE | ( | message | ) |
Expands to a GNU error formatted string literal reporting message at the line where it is invoked.
Definition at line 24 of file macro_utilities.hpp.