This file defines the namespace DUECA for dueca and dusime.
It defines the following macros:
-
DUECA_NS_ON. If defined, this DUECA version uses namespace
-
DUECA_NS_START. Used in DUECA code to indicate the start of the namespace. Defined as "namespace dueca {".
-
DUECA_NS_END. Used in DUECA code to indicate the end of the namespace. Defined as "}".
-
DUECA_NS. The name of the DUECA namespace, "dueca"
-
CCDUECA_NS. Absolute DUECA namespace, "::dueca"
-
USING_DUECA_NS. Defined as "using namespace dueca;"
-
MSGPACKUS_NS_START. The namespace version for unpacking from msgpack. Defined as "namespace msgunpack {".
-
MSGPACKUS_NS_END. Defined as "}".
-
CCMSGPACKUS_NS. Absolute unpack namespace, "::msgunpack"