DUECA/DUSIME
Loading...
Searching...
No Matches
Macros
ddff_ns.h File Reference

This file defines the namespace DDFF for dueca data format and dusime. More...

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

Macros

#define DDFF_NS_ON   1
 If defined, the dueca classes are encapsulated in the dueca namespace.
 
#define DDFF_NS_START   namespace dueca { namespace ddff {
 This is a shortcut for start of the namespace.
 
#define DDFF_NS_END   } } /* namespace dueca */
 This is a shortcut for the end of the namespace.
 
#define DDFF_NS   dueca::ddff
 This defines the name of the dueca namespace.
 
#define CCDDFF_NS   ::dueca::ddff
 This defines the "absolute" dueca namespace, starting with a double colon.
 
#define USING_DDFF_NS   using namespace dueca::ddff;
 Use this define in your code, if you want to use the dueca namespace.
 

Detailed Description

This file defines the namespace DDFF for dueca data format and dusime.

It defines the following macros:

Macro Definition Documentation

◆ DDFF_NS_START

#define DDFF_NS_START   namespace dueca { namespace ddff {

This is a shortcut for start of the namespace.

It should only be used within dueca/dusime code, not in application code.

◆ DDFF_NS_END

#define DDFF_NS_END   } } /* namespace dueca */

This is a shortcut for the end of the namespace.

It should only be used within dueca/dusime code, not in application code.