Macros
clang.hpp File Reference

Go to the source code of this file.

Macros

#define __has_attribute(x)   0
 
#define __has_extension   __has_feature
 
#define BOOST_ATTRIBUTE_UNUSED   __attribute__((__unused__))
 
#define BOOST_CLANG   1
 
#define BOOST_COMPILER   "Clang version " __clang_version__
 
#define BOOST_HAS_LONG_LONG
 
#define BOOST_HAS_NRVO
 
#define BOOST_HAS_PRAGMA_ONCE
 
#define BOOST_NO_CXX11_ALIGNAS
 
#define BOOST_NO_CXX11_AUTO_DECLARATIONS
 
#define BOOST_NO_CXX11_AUTO_MULTIDECLARATIONS
 
#define BOOST_NO_CXX11_CHAR16_T
 
#define BOOST_NO_CXX11_CHAR32_T
 
#define BOOST_NO_CXX11_CONSTEXPR
 
#define BOOST_NO_CXX11_DECLTYPE
 
#define BOOST_NO_CXX11_DECLTYPE_N3276
 
#define BOOST_NO_CXX11_DEFAULTED_FUNCTIONS
 
#define BOOST_NO_CXX11_DELETED_FUNCTIONS
 
#define BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS
 
#define BOOST_NO_CXX11_FINAL
 
#define BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS
 
#define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 
#define BOOST_NO_CXX11_INLINE_NAMESPACES
 
#define BOOST_NO_CXX11_LAMBDAS
 
#define BOOST_NO_CXX11_LOCAL_CLASS_TEMPLATE_PARAMETERS
 
#define BOOST_NO_CXX11_NOEXCEPT
 
#define BOOST_NO_CXX11_NULLPTR
 
#define BOOST_NO_CXX11_RANGE_BASED_FOR
 
#define BOOST_NO_CXX11_RAW_LITERALS
 
#define BOOST_NO_CXX11_REF_QUALIFIERS
 
#define BOOST_NO_CXX11_RVALUE_REFERENCES
 
#define BOOST_NO_CXX11_SCOPED_ENUMS
 
#define BOOST_NO_CXX11_STATIC_ASSERT
 
#define BOOST_NO_CXX11_TEMPLATE_ALIASES
 
#define BOOST_NO_CXX11_THREAD_LOCAL
 
#define BOOST_NO_CXX11_TRAILING_RESULT_TYPES
 
#define BOOST_NO_CXX11_UNICODE_LITERALS
 
#define BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX
 
#define BOOST_NO_CXX11_USER_DEFINED_LITERALS
 
#define BOOST_NO_CXX11_VARIADIC_TEMPLATES
 
#define BOOST_NO_CXX14_AGGREGATE_NSDMI
 
#define BOOST_NO_CXX14_BINARY_LITERALS
 
#define BOOST_NO_CXX14_CONSTEXPR
 
#define BOOST_NO_CXX14_DECLTYPE_AUTO
 
#define BOOST_NO_CXX14_DIGIT_SEPARATORS
 
#define BOOST_NO_CXX14_GENERIC_LAMBDAS
 
#define BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES
 
#define BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION
 
#define BOOST_NO_CXX14_VARIABLE_TEMPLATES
 
#define BOOST_NO_EXCEPTIONS
 
#define BOOST_NO_RTTI
 
#define BOOST_NO_TYPEID
 
#define BOOST_SYMBOL_EXPORT   __attribute__((__visibility__("default")))
 
#define BOOST_SYMBOL_IMPORT
 
#define BOOST_SYMBOL_VISIBLE   __attribute__((__visibility__("default")))
 

Macro Definition Documentation

◆ __has_attribute

#define __has_attribute (   x)    0

Definition at line 27 of file clang.hpp.

◆ __has_extension

#define __has_extension   __has_feature

Definition at line 23 of file clang.hpp.

◆ BOOST_ATTRIBUTE_UNUSED

#define BOOST_ATTRIBUTE_UNUSED   __attribute__((__unused__))

Definition at line 296 of file clang.hpp.

◆ BOOST_CLANG

#define BOOST_CLANG   1

Definition at line 303 of file clang.hpp.

◆ BOOST_COMPILER

#define BOOST_COMPILER   "Clang version " __clang_version__

Definition at line 299 of file clang.hpp.

◆ BOOST_HAS_LONG_LONG

#define BOOST_HAS_LONG_LONG

Definition at line 68 of file clang.hpp.

◆ BOOST_HAS_NRVO

#define BOOST_HAS_NRVO

Definition at line 57 of file clang.hpp.

◆ BOOST_HAS_PRAGMA_ONCE

#define BOOST_HAS_PRAGMA_ONCE

Definition at line 11 of file clang.hpp.

◆ BOOST_NO_CXX11_ALIGNAS

#define BOOST_NO_CXX11_ALIGNAS

Definition at line 224 of file clang.hpp.

◆ BOOST_NO_CXX11_AUTO_DECLARATIONS

#define BOOST_NO_CXX11_AUTO_DECLARATIONS

Definition at line 114 of file clang.hpp.

◆ BOOST_NO_CXX11_AUTO_MULTIDECLARATIONS

#define BOOST_NO_CXX11_AUTO_MULTIDECLARATIONS

Definition at line 115 of file clang.hpp.

◆ BOOST_NO_CXX11_CHAR16_T

#define BOOST_NO_CXX11_CHAR16_T

Definition at line 122 of file clang.hpp.

◆ BOOST_NO_CXX11_CHAR32_T

#define BOOST_NO_CXX11_CHAR32_T

Definition at line 123 of file clang.hpp.

◆ BOOST_NO_CXX11_CONSTEXPR

#define BOOST_NO_CXX11_CONSTEXPR

Definition at line 132 of file clang.hpp.

◆ BOOST_NO_CXX11_DECLTYPE

#define BOOST_NO_CXX11_DECLTYPE

Definition at line 136 of file clang.hpp.

◆ BOOST_NO_CXX11_DECLTYPE_N3276

#define BOOST_NO_CXX11_DECLTYPE_N3276

Definition at line 140 of file clang.hpp.

◆ BOOST_NO_CXX11_DEFAULTED_FUNCTIONS

#define BOOST_NO_CXX11_DEFAULTED_FUNCTIONS

Definition at line 144 of file clang.hpp.

◆ BOOST_NO_CXX11_DELETED_FUNCTIONS

#define BOOST_NO_CXX11_DELETED_FUNCTIONS

Definition at line 148 of file clang.hpp.

◆ BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS

#define BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS

Definition at line 152 of file clang.hpp.

◆ BOOST_NO_CXX11_FINAL

#define BOOST_NO_CXX11_FINAL

Definition at line 236 of file clang.hpp.

◆ BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS

#define BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS

Definition at line 156 of file clang.hpp.

◆ BOOST_NO_CXX11_HDR_INITIALIZER_LIST

#define BOOST_NO_CXX11_HDR_INITIALIZER_LIST

Definition at line 160 of file clang.hpp.

◆ BOOST_NO_CXX11_INLINE_NAMESPACES

#define BOOST_NO_CXX11_INLINE_NAMESPACES

Definition at line 232 of file clang.hpp.

◆ BOOST_NO_CXX11_LAMBDAS

#define BOOST_NO_CXX11_LAMBDAS

Definition at line 164 of file clang.hpp.

◆ BOOST_NO_CXX11_LOCAL_CLASS_TEMPLATE_PARAMETERS

#define BOOST_NO_CXX11_LOCAL_CLASS_TEMPLATE_PARAMETERS

Definition at line 168 of file clang.hpp.

◆ BOOST_NO_CXX11_NOEXCEPT

#define BOOST_NO_CXX11_NOEXCEPT

Definition at line 172 of file clang.hpp.

◆ BOOST_NO_CXX11_NULLPTR

#define BOOST_NO_CXX11_NULLPTR

Definition at line 176 of file clang.hpp.

◆ BOOST_NO_CXX11_RANGE_BASED_FOR

#define BOOST_NO_CXX11_RANGE_BASED_FOR

Definition at line 180 of file clang.hpp.

◆ BOOST_NO_CXX11_RAW_LITERALS

#define BOOST_NO_CXX11_RAW_LITERALS

Definition at line 184 of file clang.hpp.

◆ BOOST_NO_CXX11_REF_QUALIFIERS

#define BOOST_NO_CXX11_REF_QUALIFIERS

Definition at line 188 of file clang.hpp.

◆ BOOST_NO_CXX11_RVALUE_REFERENCES

#define BOOST_NO_CXX11_RVALUE_REFERENCES

Definition at line 196 of file clang.hpp.

◆ BOOST_NO_CXX11_SCOPED_ENUMS

#define BOOST_NO_CXX11_SCOPED_ENUMS

Definition at line 200 of file clang.hpp.

◆ BOOST_NO_CXX11_STATIC_ASSERT

#define BOOST_NO_CXX11_STATIC_ASSERT

Definition at line 204 of file clang.hpp.

◆ BOOST_NO_CXX11_TEMPLATE_ALIASES

#define BOOST_NO_CXX11_TEMPLATE_ALIASES

Definition at line 208 of file clang.hpp.

◆ BOOST_NO_CXX11_THREAD_LOCAL

#define BOOST_NO_CXX11_THREAD_LOCAL

Definition at line 43 of file clang.hpp.

◆ BOOST_NO_CXX11_TRAILING_RESULT_TYPES

#define BOOST_NO_CXX11_TRAILING_RESULT_TYPES

Definition at line 228 of file clang.hpp.

◆ BOOST_NO_CXX11_UNICODE_LITERALS

#define BOOST_NO_CXX11_UNICODE_LITERALS

Definition at line 212 of file clang.hpp.

◆ BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX

#define BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX

Definition at line 192 of file clang.hpp.

◆ BOOST_NO_CXX11_USER_DEFINED_LITERALS

#define BOOST_NO_CXX11_USER_DEFINED_LITERALS

Definition at line 220 of file clang.hpp.

◆ BOOST_NO_CXX11_VARIADIC_TEMPLATES

#define BOOST_NO_CXX11_VARIADIC_TEMPLATES

Definition at line 216 of file clang.hpp.

◆ BOOST_NO_CXX14_AGGREGATE_NSDMI

#define BOOST_NO_CXX14_AGGREGATE_NSDMI

Definition at line 248 of file clang.hpp.

◆ BOOST_NO_CXX14_BINARY_LITERALS

#define BOOST_NO_CXX14_BINARY_LITERALS

Definition at line 240 of file clang.hpp.

◆ BOOST_NO_CXX14_CONSTEXPR

#define BOOST_NO_CXX14_CONSTEXPR

Definition at line 274 of file clang.hpp.

◆ BOOST_NO_CXX14_DECLTYPE_AUTO

#define BOOST_NO_CXX14_DECLTYPE_AUTO

Definition at line 244 of file clang.hpp.

◆ BOOST_NO_CXX14_DIGIT_SEPARATORS

#define BOOST_NO_CXX14_DIGIT_SEPARATORS

Definition at line 287 of file clang.hpp.

◆ BOOST_NO_CXX14_GENERIC_LAMBDAS

#define BOOST_NO_CXX14_GENERIC_LAMBDAS

Definition at line 256 of file clang.hpp.

◆ BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES

#define BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES

Definition at line 252 of file clang.hpp.

◆ BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION

#define BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION

Definition at line 278 of file clang.hpp.

◆ BOOST_NO_CXX14_VARIABLE_TEMPLATES

#define BOOST_NO_CXX14_VARIABLE_TEMPLATES

Definition at line 282 of file clang.hpp.

◆ BOOST_NO_EXCEPTIONS

#define BOOST_NO_EXCEPTIONS

Definition at line 31 of file clang.hpp.

◆ BOOST_NO_RTTI

#define BOOST_NO_RTTI

Definition at line 35 of file clang.hpp.

◆ BOOST_NO_TYPEID

#define BOOST_NO_TYPEID

Definition at line 39 of file clang.hpp.

◆ BOOST_SYMBOL_EXPORT

#define BOOST_SYMBOL_EXPORT   __attribute__((__visibility__("default")))

Definition at line 98 of file clang.hpp.

◆ BOOST_SYMBOL_IMPORT

#define BOOST_SYMBOL_IMPORT

Definition at line 99 of file clang.hpp.

◆ BOOST_SYMBOL_VISIBLE

#define BOOST_SYMBOL_VISIBLE   __attribute__((__visibility__("default")))

Definition at line 100 of file clang.hpp.



sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:56:19