Cpp Utilities 1.2.3
|
Macros defined for utilities. More...
Go to the source code of this file.
Namespaces | |
namespace | std |
Contains std functions overload for classes in Utilities, cannot hide in doxygen, just ignore it. | |
Macros | |
#define | UTILITIES_USING_NAMESPACE |
Define for using namespace declaration, nothing will be generated if UTILITIES_NAMESPACE isn't defined. More... | |
#define | UTILITIES_NAMESPACE_PREFIX |
Define for namespace:: declaration, nothing will be generated if UTILITIES_NAMESPACE isn't defined. More... | |
#define | UTILITIES_NAMESPACE_BEGIN |
Define for begin namespace declaration, nothing will be generated if UTILITIES_NAMESPACE isn't defined. More... | |
#define | UTILITIES_NAMESPACE_END |
Define for end namespace declaration, nothing will be generated if UTILITIES_NAMESPACE isn't defined. More... | |
Macros defined for utilities.
This file provides macros defined for all utilites.
If macro UTILITIES_NAMESPACE
is defined to a specific symbol name, all utility symbols will be defined in this namespace.
Example:
#define UTILITIES_USING_NAMESPACE |
Define for using namespace declaration, nothing will be generated if UTILITIES_NAMESPACE
isn't defined.
#define UTILITIES_NAMESPACE_PREFIX |
Define for namespace:: declaration, nothing will be generated if UTILITIES_NAMESPACE
isn't defined.
#define UTILITIES_NAMESPACE_BEGIN |
Define for begin namespace declaration, nothing will be generated if UTILITIES_NAMESPACE
isn't defined.
#define UTILITIES_NAMESPACE_END |
Define for end namespace declaration, nothing will be generated if UTILITIES_NAMESPACE
isn't defined.