cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of INTERNAL_MSGPACK_LIGHT_CONCATENATE macro. More...
Go to the source code of this file.
Macros | |
#define | INTERNAL_MSGPACK_LIGHT_CONCATENATE(str1, str2) |
Macro to concatenate two strings. | |
#define | INTERNAL_MSGPACK_LIGHT_CONCATENATE_IMPL1(str1, str2) |
Internal macro to implement INTERNAL_MSGPACK_LIGHT_CONCATENATE macro. | |
#define | INTERNAL_MSGPACK_LIGHT_CONCATENATE_IMPL2(str1, str2) |
Internal macro to implement INTERNAL_MSGPACK_LIGHT_CONCATENATE macro. |
Definition of INTERNAL_MSGPACK_LIGHT_CONCATENATE macro.
Definition in file concatenate_macro.h.
#define INTERNAL_MSGPACK_LIGHT_CONCATENATE | ( | str1, | |
str2 ) |
Macro to concatenate two strings.
str1 | First string. |
str2 | Second string. |
Definition at line 39 of file concatenate_macro.h.
#define INTERNAL_MSGPACK_LIGHT_CONCATENATE_IMPL1 | ( | str1, | |
str2 ) |
Internal macro to implement INTERNAL_MSGPACK_LIGHT_CONCATENATE macro.
Definition at line 30 of file concatenate_macro.h.
#define INTERNAL_MSGPACK_LIGHT_CONCATENATE_IMPL2 | ( | str1, | |
str2 ) |
Internal macro to implement INTERNAL_MSGPACK_LIGHT_CONCATENATE macro.
Definition at line 25 of file concatenate_macro.h.