|
BWAPI
|
#include <boost/config.hpp>#include <CGAL/version.h>#include <CGAL/compiler_config.h>#include <CGAL/auto_link/CGAL.h>#include <algorithm>

Go to the source code of this file.
Defines | |
| #define | CGAL_VERSION_NUMBER(x, y, z) (1000001 + 10000*x + 100*y + 10*z) * 1000 |
| #define | CGAL_BEGIN_NAMESPACE namespace CGAL { |
| #define | CGAL_END_NAMESPACE } |
| #define | CGAL_USE_LONG_LONG |
| #define | CGAL_TYPENAME_DEFAULT_ARG typename |
| #define | CGAL_DELETED = delete |
| #define | CGAL_EXPLICITLY_DEFAULTED = default |
| #define | CGAL_MEDIUM_INLINE inline |
| #define | CGAL_LARGE_INLINE |
| #define | CGAL_HUGE_INLINE |
| #define | CGAL_SUNPRO_INITIALIZE(C) |
| #define | CGAL_USE_GEOMVIEW |
| #define | CGAL_PRETTY_FUNCTION __func__ |
| #define | CGAL_DEPRECATED |
| #define | CGAL_NORETURN |
Variables | |
| CGAL_BEGIN_NAMESPACE typedef const void * | Nullptr_t |
| #define CGAL_BEGIN_NAMESPACE namespace CGAL { |
| #define CGAL_DELETED = delete |
| #define CGAL_DEPRECATED |
| #define CGAL_END_NAMESPACE } |
| #define CGAL_EXPLICITLY_DEFAULTED = default |
| #define CGAL_HUGE_INLINE |
| #define CGAL_LARGE_INLINE |
| #define CGAL_MEDIUM_INLINE inline |
| #define CGAL_NORETURN |
| #define CGAL_PRETTY_FUNCTION __func__ |
| #define CGAL_SUNPRO_INITIALIZE | ( | C | ) |
| #define CGAL_TYPENAME_DEFAULT_ARG typename |
| #define CGAL_USE_GEOMVIEW |
| #define CGAL_USE_LONG_LONG |
| #define CGAL_VERSION_NUMBER | ( | x, | |
| y, | |||
| z | |||
| ) | (1000001 + 10000*x + 100*y + 10*z) * 1000 |
| CGAL_BEGIN_NAMESPACE typedef const void* Nullptr_t |
1.7.6.1