Go to the documentation of this file.
30 #ifndef __NMV_NAMESPACE_H__
31 #define __NMV_NAMESPACE_H__
33 #ifndef NEMIVER_BEGIN_NAMESPACE
34 #define NEMIVER_BEGIN_NAMESPACE(name) namespace name {
37 #ifndef NEMIVER_END_NAMESPACE
38 #define NEMIVER_END_NAMESPACE(name) }
40 #endif //__NMV_NAMESPACE_H__