Complex Number 0.1.2 |
Defines namesapce macros. More...
Go to the source code of this file.
Defines | |
#define | BEGIN_NAMESPACE(X) namespace X { |
Begin a namespace. | |
#define | END_NAMESPACE(X) } |
End a namespace. |
Defines namesapce macros.
This file defines macros that can be used to begin an end namespace
Definition in file Namespace.h.
#define BEGIN_NAMESPACE | ( | X | ) | namespace X { |
Begin a namespace.
This macro defines a new namespace with the name X
Definition at line 52 of file Namespace.h.
#define END_NAMESPACE | ( | X | ) | } |
End a namespace.
This macro defines the end of a namespace with the name X
Definition at line 62 of file Namespace.h.