Go to the documentation of this file. 32 #ifndef _CLI_NAMESPACE_H_ 33 #define _CLI_NAMESPACE_H_ 37 #ifndef CLI_NO_NAMESPACE 38 #define CLI_NS_BEGIN(__ns) namespace __ns { 40 #define CLI_NS_BEGIN(__ns) 44 #ifndef CLI_NO_NAMESPACE 45 #define CLI_NS_END(__ns) } 47 #define CLI_NS_END(__ns) 51 #ifndef CLI_NO_NAMESPACE 52 #define CLI_NS_USE(__ns) using namespace __ns; 54 #define CLI_NS_USE(__ns) 57 #ifdef CLI_NO_NAMESPACE 65 #endif // _CLI_NAMESPACE_H_