Macros
def.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BOOST_PP_SLOT_CC_10(a, b, c, d, e, f, g, h, i, j)   BOOST_PP_SLOT_CC_10_D(a, b, c, d, e, f, g, h, i, j)
 
#define BOOST_PP_SLOT_CC_10_D(a, b, c, d, e, f, g, h, i, j)   a ## b ## c ## d ## e ## f ## g ## h ## i ## j
 
#define BOOST_PP_SLOT_CC_2(a, b)   BOOST_PP_SLOT_CC_2_D(a, b)
 
#define BOOST_PP_SLOT_CC_2_D(a, b)   a ## b
 
#define BOOST_PP_SLOT_CC_3(a, b, c)   BOOST_PP_SLOT_CC_3_D(a, b, c)
 
#define BOOST_PP_SLOT_CC_3_D(a, b, c)   a ## b ## c
 
#define BOOST_PP_SLOT_CC_4(a, b, c, d)   BOOST_PP_SLOT_CC_4_D(a, b, c, d)
 
#define BOOST_PP_SLOT_CC_4_D(a, b, c, d)   a ## b ## c ## d
 
#define BOOST_PP_SLOT_CC_5(a, b, c, d, e)   BOOST_PP_SLOT_CC_5_D(a, b, c, d, e)
 
#define BOOST_PP_SLOT_CC_5_D(a, b, c, d, e)   a ## b ## c ## d ## e
 
#define BOOST_PP_SLOT_CC_6(a, b, c, d, e, f)   BOOST_PP_SLOT_CC_6_D(a, b, c, d, e, f)
 
#define BOOST_PP_SLOT_CC_6_D(a, b, c, d, e, f)   a ## b ## c ## d ## e ## f
 
#define BOOST_PP_SLOT_CC_7(a, b, c, d, e, f, g)   BOOST_PP_SLOT_CC_7_D(a, b, c, d, e, f, g)
 
#define BOOST_PP_SLOT_CC_7_D(a, b, c, d, e, f, g)   a ## b ## c ## d ## e ## f ## g
 
#define BOOST_PP_SLOT_CC_8(a, b, c, d, e, f, g, h)   BOOST_PP_SLOT_CC_8_D(a, b, c, d, e, f, g, h)
 
#define BOOST_PP_SLOT_CC_8_D(a, b, c, d, e, f, g, h)   a ## b ## c ## d ## e ## f ## g ## h
 
#define BOOST_PP_SLOT_CC_9(a, b, c, d, e, f, g, h, i)   BOOST_PP_SLOT_CC_9_D(a, b, c, d, e, f, g, h, i)
 
#define BOOST_PP_SLOT_CC_9_D(a, b, c, d, e, f, g, h, i)   a ## b ## c ## d ## e ## f ## g ## h ## i
 
#define BOOST_PP_SLOT_OFFSET_10(x)   (x) % 1000000000UL
 
#define BOOST_PP_SLOT_OFFSET_2(x)   BOOST_PP_SLOT_OFFSET_3(x) % 10UL
 
#define BOOST_PP_SLOT_OFFSET_3(x)   BOOST_PP_SLOT_OFFSET_4(x) % 100UL
 
#define BOOST_PP_SLOT_OFFSET_4(x)   BOOST_PP_SLOT_OFFSET_5(x) % 1000UL
 
#define BOOST_PP_SLOT_OFFSET_5(x)   BOOST_PP_SLOT_OFFSET_6(x) % 10000UL
 
#define BOOST_PP_SLOT_OFFSET_6(x)   BOOST_PP_SLOT_OFFSET_7(x) % 100000UL
 
#define BOOST_PP_SLOT_OFFSET_7(x)   BOOST_PP_SLOT_OFFSET_8(x) % 1000000UL
 
#define BOOST_PP_SLOT_OFFSET_8(x)   BOOST_PP_SLOT_OFFSET_9(x) % 10000000UL
 
#define BOOST_PP_SLOT_OFFSET_9(x)   BOOST_PP_SLOT_OFFSET_10(x) % 100000000UL
 

Macro Definition Documentation

#define BOOST_PP_SLOT_CC_10 (   a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j 
)    BOOST_PP_SLOT_CC_10_D(a, b, c, d, e, f, g, h, i, j)

Definition at line 37 of file def.hpp.

#define BOOST_PP_SLOT_CC_10_D (   a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j 
)    a ## b ## c ## d ## e ## f ## g ## h ## i ## j

Definition at line 47 of file def.hpp.

#define BOOST_PP_SLOT_CC_2 (   a,
  b 
)    BOOST_PP_SLOT_CC_2_D(a, b)

Definition at line 29 of file def.hpp.

#define BOOST_PP_SLOT_CC_2_D (   a,
  b 
)    a ## b

Definition at line 39 of file def.hpp.

#define BOOST_PP_SLOT_CC_3 (   a,
  b,
  c 
)    BOOST_PP_SLOT_CC_3_D(a, b, c)

Definition at line 30 of file def.hpp.

#define BOOST_PP_SLOT_CC_3_D (   a,
  b,
  c 
)    a ## b ## c

Definition at line 40 of file def.hpp.

#define BOOST_PP_SLOT_CC_4 (   a,
  b,
  c,
 
)    BOOST_PP_SLOT_CC_4_D(a, b, c, d)

Definition at line 31 of file def.hpp.

#define BOOST_PP_SLOT_CC_4_D (   a,
  b,
  c,
 
)    a ## b ## c ## d

Definition at line 41 of file def.hpp.

#define BOOST_PP_SLOT_CC_5 (   a,
  b,
  c,
  d,
 
)    BOOST_PP_SLOT_CC_5_D(a, b, c, d, e)

Definition at line 32 of file def.hpp.

#define BOOST_PP_SLOT_CC_5_D (   a,
  b,
  c,
  d,
 
)    a ## b ## c ## d ## e

Definition at line 42 of file def.hpp.

#define BOOST_PP_SLOT_CC_6 (   a,
  b,
  c,
  d,
  e,
  f 
)    BOOST_PP_SLOT_CC_6_D(a, b, c, d, e, f)

Definition at line 33 of file def.hpp.

#define BOOST_PP_SLOT_CC_6_D (   a,
  b,
  c,
  d,
  e,
  f 
)    a ## b ## c ## d ## e ## f

Definition at line 43 of file def.hpp.

#define BOOST_PP_SLOT_CC_7 (   a,
  b,
  c,
  d,
  e,
  f,
  g 
)    BOOST_PP_SLOT_CC_7_D(a, b, c, d, e, f, g)

Definition at line 34 of file def.hpp.

#define BOOST_PP_SLOT_CC_7_D (   a,
  b,
  c,
  d,
  e,
  f,
  g 
)    a ## b ## c ## d ## e ## f ## g

Definition at line 44 of file def.hpp.

#define BOOST_PP_SLOT_CC_8 (   a,
  b,
  c,
  d,
  e,
  f,
  g,
  h 
)    BOOST_PP_SLOT_CC_8_D(a, b, c, d, e, f, g, h)

Definition at line 35 of file def.hpp.

#define BOOST_PP_SLOT_CC_8_D (   a,
  b,
  c,
  d,
  e,
  f,
  g,
  h 
)    a ## b ## c ## d ## e ## f ## g ## h

Definition at line 45 of file def.hpp.

#define BOOST_PP_SLOT_CC_9 (   a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i 
)    BOOST_PP_SLOT_CC_9_D(a, b, c, d, e, f, g, h, i)

Definition at line 36 of file def.hpp.

#define BOOST_PP_SLOT_CC_9_D (   a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i 
)    a ## b ## c ## d ## e ## f ## g ## h ## i

Definition at line 46 of file def.hpp.

#define BOOST_PP_SLOT_OFFSET_10 (   x)    (x) % 1000000000UL

Definition at line 17 of file def.hpp.

#define BOOST_PP_SLOT_OFFSET_2 (   x)    BOOST_PP_SLOT_OFFSET_3(x) % 10UL

Definition at line 25 of file def.hpp.

#define BOOST_PP_SLOT_OFFSET_3 (   x)    BOOST_PP_SLOT_OFFSET_4(x) % 100UL

Definition at line 24 of file def.hpp.

#define BOOST_PP_SLOT_OFFSET_4 (   x)    BOOST_PP_SLOT_OFFSET_5(x) % 1000UL

Definition at line 23 of file def.hpp.

#define BOOST_PP_SLOT_OFFSET_5 (   x)    BOOST_PP_SLOT_OFFSET_6(x) % 10000UL

Definition at line 22 of file def.hpp.

#define BOOST_PP_SLOT_OFFSET_6 (   x)    BOOST_PP_SLOT_OFFSET_7(x) % 100000UL

Definition at line 21 of file def.hpp.

#define BOOST_PP_SLOT_OFFSET_7 (   x)    BOOST_PP_SLOT_OFFSET_8(x) % 1000000UL

Definition at line 20 of file def.hpp.

#define BOOST_PP_SLOT_OFFSET_8 (   x)    BOOST_PP_SLOT_OFFSET_9(x) % 10000000UL

Definition at line 19 of file def.hpp.

#define BOOST_PP_SLOT_OFFSET_9 (   x)    BOOST_PP_SLOT_OFFSET_10(x) % 100000000UL

Definition at line 18 of file def.hpp.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:24