SMBIOS Library
Macros
suffix.hpp File Reference
#include <limits.h>
Include dependency graph for suffix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LIBSMBIOS_NO_INTEGRAL_INT64_T
#define LIBSMBIOS_STD_EXTENSION_NAMESPACE   std
#define LIBSMBIOS_NO_LONG_LONG_NUMERIC_LIMITS
#define LIBSMBIOS_NO_MS_INT64_NUMERIC_LIMITS
#define LIBSMBIOS_MSVC6_MEMBER_TEMPLATES
#define LIBSMBIOS_HAS_PARTIAL_STD_ALLOCATOR
#define LIBSMBIOS_NO_SLIST
#define LIBSMBIOS_NO_HASH
#define LIBSMBIOS_STATIC_CONSTANT(type, assignment)   static const type assignment
#define LIBSMBIOS_USE_FACET(Type, loc)   std::use_facet< Type >(loc)
#define LIBSMBIOS_NESTED_TEMPLATE   template
#define LIBSMBIOS_UNREACHABLE_RETURN(x)
#define LIBSMBIOS_DEDUCED_TYPENAME   typename
#define LIBSMBIOS_STRINGIZE(X)   LIBSMBIOS_DO_STRINGIZE(X)
#define LIBSMBIOS_DO_STRINGIZE(X)   #X
#define LIBSMBIOS_JOIN(X, Y)   LIBSMBIOS_DO_JOIN( X, Y )
#define LIBSMBIOS_DO_JOIN(X, Y)   LIBSMBIOS_DO_JOIN2(X,Y)
#define LIBSMBIOS_DO_JOIN2(X, Y)   X##Y
#define LIBSMBIOS_COMPILER   "Unknown ISO C++ Compiler"
#define LIBSMBIOS_STDLIB   "Unknown ISO standard library"
#define LIBSMBIOS_PLATFORM   "Unknown"

Macro Definition Documentation

#define LIBSMBIOS_COMPILER   "Unknown ISO C++ Compiler"

Definition at line 488 of file suffix.hpp.

#define LIBSMBIOS_DEDUCED_TYPENAME   typename

Definition at line 379 of file suffix.hpp.

#define LIBSMBIOS_DO_JOIN (   X,
 
)    LIBSMBIOS_DO_JOIN2(X,Y)

Definition at line 480 of file suffix.hpp.

#define LIBSMBIOS_DO_JOIN2 (   X,
 
)    X##Y

Definition at line 481 of file suffix.hpp.

#define LIBSMBIOS_DO_STRINGIZE (   X)    #X

Definition at line 469 of file suffix.hpp.

#define LIBSMBIOS_HAS_PARTIAL_STD_ALLOCATOR

Definition at line 157 of file suffix.hpp.

#define LIBSMBIOS_JOIN (   X,
 
)    LIBSMBIOS_DO_JOIN( X, Y )

Definition at line 479 of file suffix.hpp.

#define LIBSMBIOS_MSVC6_MEMBER_TEMPLATES

Definition at line 99 of file suffix.hpp.

#define LIBSMBIOS_NESTED_TEMPLATE   template

Definition at line 351 of file suffix.hpp.

#define LIBSMBIOS_NO_HASH

Definition at line 260 of file suffix.hpp.

#define LIBSMBIOS_NO_INTEGRAL_INT64_T

Definition at line 40 of file suffix.hpp.

#define LIBSMBIOS_NO_LONG_LONG_NUMERIC_LIMITS

Definition at line 82 of file suffix.hpp.

#define LIBSMBIOS_NO_MS_INT64_NUMERIC_LIMITS

Definition at line 90 of file suffix.hpp.

#define LIBSMBIOS_NO_SLIST

Definition at line 256 of file suffix.hpp.

#define LIBSMBIOS_PLATFORM   "Unknown"

Definition at line 498 of file suffix.hpp.

#define LIBSMBIOS_STATIC_CONSTANT (   type,
  assignment 
)    static const type assignment

Definition at line 314 of file suffix.hpp.

#define LIBSMBIOS_STD_EXTENSION_NAMESPACE   std

Definition at line 55 of file suffix.hpp.

#define LIBSMBIOS_STDLIB   "Unknown ISO standard library"

Definition at line 491 of file suffix.hpp.

#define LIBSMBIOS_STRINGIZE (   X)    LIBSMBIOS_DO_STRINGIZE(X)

Definition at line 468 of file suffix.hpp.

#define LIBSMBIOS_UNREACHABLE_RETURN (   x)

Definition at line 364 of file suffix.hpp.

#define LIBSMBIOS_USE_FACET (   Type,
  loc 
)    std::use_facet< Type >(loc)

Definition at line 337 of file suffix.hpp.