DUECA/DUSIME
Loading...
Searching...
No Matches
dueca_ns.h File Reference

This file defines the namespace DUECA for dueca and dusime. More...

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

Macros

#define USING_DUECA_NS   using namespace dueca;

Functions

template<typename T>
const char * dueca::getclassname ()
 Templated, to-be-specialized function, for printing type names.

Detailed Description

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"