cbp2make
Makefile generation tool for Code::Blocks IDE
|
Base definitions and macros. More...
Go to the source code of this file.
Namespaces | |
std | |
Namespace of C++ standard library. | |
Macros | |
#define | OS_UNIX |
This macro is set if at compile-time the platform is UNIX-like (GNU/Linux etc). More... | |
#define | SHOW_MODE_ONELINE |
Allows compact style for verbose message output. More... | |
#define | NOMINMAX |
Indicates that standard min() and max() template functions are declared. More... | |
Functions | |
template<typename T1 , typename T2 > | |
T1 const & | std::min (T1 const &a, T2 const &b) |
Returns minimal of two arguments. More... | |
template<typename T1 , typename T2 > | |
T1 const & | std::max (T1 const &a, T2 const &b) |
Returns maximal of two arguments. More... | |
Base definitions and macros.
#define OS_UNIX |
This macro is set if at compile-time the platform is UNIX-like (GNU/Linux etc).
#define SHOW_MODE_ONELINE |
Allows compact style for verbose message output.