SUMO - Simulation of Urban MObility
c++11.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __has_extension(x)   0
 
#define __has_feature(x)   0
 
#define __has_include(x)   0
 
#define _FINAL
 
#define _NOEXCEPT   throw ()
 
#define _NOEXCEPT_(x)
 
#define _NULLPTR   NULL
 
#define _OVERRIDE
 
#define _THREAD_LOCAL   __thread
 
#define HAVE_CXX11_ATOMIC   0
 
#define HAVE_CXX11_AUTO_TYPE   0
 
#define HAVE_CXX11_EXPLICIT_CONVERSION   0
 
#define HAVE_CXX11_FINAL   0
 
#define HAVE_CXX11_FUTURE   0
 
#define HAVE_CXX11_GENERALIZED_INITIALIZER   0
 
#define HAVE_CXX11_LAMBDA   0
 
#define HAVE_CXX11_MUTEX   0
 
#define HAVE_CXX11_NOEXCEPT   0
 
#define HAVE_CXX11_NULLPTR   0
 
#define HAVE_CXX11_OVERRIDE   0
 
#define HAVE_CXX11_RANGE_FOR   0
 
#define HAVE_CXX11_RVALUE_REFERENCE   0
 
#define HAVE_CXX11_STATIC_ASSERT   0
 
#define HAVE_CXX11_THREAD   0
 
#define HAVE_CXX11_THREAD_LOCAL   0
 
#define HAVE_CXX11_TYPE_TRAITS   0
 
#define HAVE_CXX11_UNICODE_LITERAL   0
 
#define NVWA_CXX11_MODE   0
 

Detailed Description

C++11 feature detection macros and workarounds.

Date
2013-10-03

Definition in file c++11.h.

Macro Definition Documentation

#define __has_extension (   x)    0

Definition at line 43 of file c++11.h.

#define __has_feature (   x)    0

Definition at line 46 of file c++11.h.

#define __has_include (   x)    0

Definition at line 49 of file c++11.h.

#define _FINAL

Definition at line 273 of file c++11.h.

#define _NOEXCEPT   throw ()

Definition at line 286 of file c++11.h.

#define _NOEXCEPT_ (   x)

Definition at line 287 of file c++11.h.

#define _NULLPTR   NULL

Definition at line 293 of file c++11.h.

#define _OVERRIDE

Definition at line 279 of file c++11.h.

#define _THREAD_LOCAL   __thread

Definition at line 302 of file c++11.h.

#define HAVE_CXX11_ATOMIC   0

Definition at line 75 of file c++11.h.

#define HAVE_CXX11_AUTO_TYPE   0

Definition at line 86 of file c++11.h.

#define HAVE_CXX11_EXPLICIT_CONVERSION   0

Definition at line 96 of file c++11.h.

#define HAVE_CXX11_FINAL   0

Definition at line 107 of file c++11.h.

#define HAVE_CXX11_FUTURE   0

Definition at line 120 of file c++11.h.

#define HAVE_CXX11_GENERALIZED_INITIALIZER   0

Definition at line 130 of file c++11.h.

#define HAVE_CXX11_LAMBDA   0

Definition at line 141 of file c++11.h.

#define HAVE_CXX11_MUTEX   0

Definition at line 154 of file c++11.h.

#define HAVE_CXX11_NOEXCEPT   0

Definition at line 164 of file c++11.h.

#define HAVE_CXX11_NULLPTR   0

Definition at line 175 of file c++11.h.

#define HAVE_CXX11_OVERRIDE   0

Definition at line 186 of file c++11.h.

#define HAVE_CXX11_RANGE_FOR   0

Definition at line 197 of file c++11.h.

#define HAVE_CXX11_RVALUE_REFERENCE   0

Definition at line 208 of file c++11.h.

#define HAVE_CXX11_STATIC_ASSERT   0

Definition at line 219 of file c++11.h.

#define HAVE_CXX11_THREAD   0

Definition at line 232 of file c++11.h.

#define HAVE_CXX11_THREAD_LOCAL   0

Definition at line 242 of file c++11.h.

#define HAVE_CXX11_TYPE_TRAITS   0

Definition at line 253 of file c++11.h.

#define HAVE_CXX11_UNICODE_LITERAL   0

Definition at line 263 of file c++11.h.

#define NVWA_CXX11_MODE   0

Definition at line 60 of file c++11.h.