Complex Number  0.1.2
include/Namespace.h File Reference

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.

Detailed Description

Defines namesapce macros.

Author:
Matthew Krupcale
Version:
0.1.0
Date:
2010

This file defines macros that can be used to begin an end namespace

Definition in file Namespace.h.


Define Documentation

#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.