cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
Loading...
Searching...
No Matches
concatenate_macro.h File Reference

Definition of INTERNAL_MSGPACK_LIGHT_CONCATENATE macro. More...

This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Definition of INTERNAL_MSGPACK_LIGHT_CONCATENATE macro.

Definition in file concatenate_macro.h.

Macro Definition Documentation

◆ INTERNAL_MSGPACK_LIGHT_CONCATENATE

#define INTERNAL_MSGPACK_LIGHT_CONCATENATE ( str1,
str2 )
Value:
#define INTERNAL_MSGPACK_LIGHT_CONCATENATE_IMPL1(str1, str2)
Internal macro to implement INTERNAL_MSGPACK_LIGHT_CONCATENATE macro.

Macro to concatenate two strings.

Parameters
str1First string.
str2Second string.

Definition at line 39 of file concatenate_macro.h.

◆ INTERNAL_MSGPACK_LIGHT_CONCATENATE_IMPL1

#define INTERNAL_MSGPACK_LIGHT_CONCATENATE_IMPL1 ( str1,
str2 )
Value:
#define INTERNAL_MSGPACK_LIGHT_CONCATENATE_IMPL2(str1, str2)
Internal macro to implement INTERNAL_MSGPACK_LIGHT_CONCATENATE macro.

Internal macro to implement INTERNAL_MSGPACK_LIGHT_CONCATENATE macro.

Definition at line 30 of file concatenate_macro.h.

◆ INTERNAL_MSGPACK_LIGHT_CONCATENATE_IMPL2

#define INTERNAL_MSGPACK_LIGHT_CONCATENATE_IMPL2 ( str1,
str2 )
Value:
str1##str2

Internal macro to implement INTERNAL_MSGPACK_LIGHT_CONCATENATE macro.

Definition at line 25 of file concatenate_macro.h.