BWAPI
Defines | Variables
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/config.h File Reference
#include <boost/config.hpp>
#include <CGAL/version.h>
#include <CGAL/compiler_config.h>
#include <CGAL/auto_link/CGAL.h>
#include <algorithm>
Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define CGAL_BEGIN_NAMESPACE   namespace CGAL {
#define CGAL_DELETED   = delete
#define CGAL_DEPRECATED
#define CGAL_END_NAMESPACE   }
#define CGAL_EXPLICITLY_DEFAULTED   = default
#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_VERSION_NUMBER (   x,
  y,
 
)    (1000001 + 10000*x + 100*y + 10*z) * 1000

Variable Documentation

CGAL_BEGIN_NAMESPACE typedef const void* Nullptr_t
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines