Macros | |
#define | _NAME1_(name) name |
#define | _NAME2_(name1, name2) _NAME1_(name1)name2 |
#define | _NAME3_(name1, name2, name3) _NAME2_(name1,name2)name3 |
#define | _QUOTE_(name) "name" |
#define | _R__DEPRECATED_620(REASON) _R_DEPRECATED_REMOVE_NOW(REASON) |
#define | _R__DEPRECATED_622(REASON) _R_DEPRECATED_REMOVE_NOW(REASON) |
#define | _R__DEPRECATED_624(REASON) _R__DEPRECATED_LATER(REASON) |
#define | _R__DEPRECATED_626(REASON) _R__DEPRECATED_LATER(REASON) |
#define | _R__DEPRECATED_700(REASON) _R_DEPRECATED_REMOVE_NOW(REASON) |
#define | _R__DEPRECATED_LATER(REASON) __pragma(deprecated(REASON)) |
#define | _R__JOIN3_(F, X, Y) _NAME3_(F,X,Y) |
#define | _R__JOIN_(X, Y) _NAME2_(X,Y) |
#define | _R__UNIQUE_(X) _R__JOIN_(X,__LINE__) |
#define | _R__UNIQUE_DICT_(X) _R__JOIN3_(R__DICTIONARY_FILENAME,X,__LINE__) |
#define | _R_DEPRECATED_REMOVE_NOW(REASON) __attribute__((REMOVE_THIS_NOW)) |
#define | R__ALWAYS_INLINE inline |
#define | R__ALWAYS_SUGGEST_ALTERNATIVE(ALTERNATIVE) _R__DEPRECATED_LATER("There is a superior alternative: " ALTERNATIVE) |
#define | R__ANSISTREAM /* ANSI C++ Standard Library conformant */ |
#define | R__DEPRECATED(MAJOR, MINOR, REASON) _R__JOIN3_(_R__DEPRECATED_,MAJOR,MINOR)("will be removed in ROOT v" #MAJOR "." #MINOR ": " REASON) |
#define | R__HIDDEN |
#define | R__INTENTIONALLY_UNINIT_BEGIN |
#define | R__INTENTIONALLY_UNINIT_END |
#define | R__likely(expr) expr |
#define | R__NEVER_INLINE inline |
#define | R__SSTREAM /* use sstream or strstream header */ |
#define | R__SUGGEST_ALTERNATIVE(ALTERNATIVE) |
#define | R__unlikely(expr) expr |
#define | R__USE_SHADOW_CLASS |
#define | SafeDelete(p) { delete p; p = 0; } |
Definition at line 447 of file RConfig.hxx.
#define _NAME2_ | ( | name1, | |
name2 | |||
) | _NAME1_(name1)name2 |
Definition at line 448 of file RConfig.hxx.
#define _NAME3_ | ( | name1, | |
name2, | |||
name3 | |||
) | _NAME2_(name1,name2)name3 |
Definition at line 449 of file RConfig.hxx.
#define _QUOTE_ | ( | name | ) | "name" |
Definition at line 451 of file RConfig.hxx.
#define _R__DEPRECATED_620 | ( | REASON | ) | _R_DEPRECATED_REMOVE_NOW(REASON) |
Definition at line 493 of file RConfig.hxx.
#define _R__DEPRECATED_622 | ( | REASON | ) | _R_DEPRECATED_REMOVE_NOW(REASON) |
Definition at line 500 of file RConfig.hxx.
#define _R__DEPRECATED_624 | ( | REASON | ) | _R__DEPRECATED_LATER(REASON) |
Definition at line 505 of file RConfig.hxx.
#define _R__DEPRECATED_626 | ( | REASON | ) | _R__DEPRECATED_LATER(REASON) |
Definition at line 512 of file RConfig.hxx.
#define _R__DEPRECATED_700 | ( | REASON | ) | _R_DEPRECATED_REMOVE_NOW(REASON) |
Definition at line 521 of file RConfig.hxx.
#define _R__DEPRECATED_LATER | ( | REASON | ) | __pragma(deprecated(REASON)) |
Definition at line 477 of file RConfig.hxx.
Definition at line 458 of file RConfig.hxx.
#define _R__JOIN_ | ( | X, | |
Y | |||
) | _NAME2_(X,Y) |
Definition at line 457 of file RConfig.hxx.
#define _R__UNIQUE_ | ( | X | ) | _R__JOIN_(X,__LINE__) |
Definition at line 460 of file RConfig.hxx.
#define _R__UNIQUE_DICT_ | ( | X | ) | _R__JOIN3_(R__DICTIONARY_FILENAME,X,__LINE__) |
Definition at line 459 of file RConfig.hxx.
#define _R_DEPRECATED_REMOVE_NOW | ( | REASON | ) | __attribute__((REMOVE_THIS_NOW)) |
Definition at line 486 of file RConfig.hxx.
#define R__ALWAYS_INLINE inline |
Definition at line 574 of file RConfig.hxx.
#define R__ALWAYS_SUGGEST_ALTERNATIVE | ( | ALTERNATIVE | ) | _R__DEPRECATED_LATER("There is a superior alternative: " ALTERNATIVE) |
Definition at line 537 of file RConfig.hxx.
#define R__ANSISTREAM /* ANSI C++ Standard Library conformant */ |
Definition at line 37 of file RConfig.hxx.
#define R__DEPRECATED | ( | MAJOR, | |
MINOR, | |||
REASON | |||
) | _R__JOIN3_(_R__DEPRECATED_,MAJOR,MINOR)("will be removed in ROOT v" #MAJOR "." #MINOR ": " REASON) |
Definition at line 526 of file RConfig.hxx.
#define R__HIDDEN |
Definition at line 353 of file RConfig.hxx.
#define R__INTENTIONALLY_UNINIT_BEGIN |
Definition at line 563 of file RConfig.hxx.
#define R__INTENTIONALLY_UNINIT_END |
Definition at line 564 of file RConfig.hxx.
#define R__likely | ( | expr | ) | expr |
Definition at line 609 of file RConfig.hxx.
#define R__NEVER_INLINE inline |
Definition at line 586 of file RConfig.hxx.
#define R__SSTREAM /* use sstream or strstream header */ |
Definition at line 38 of file RConfig.hxx.
#define R__SUGGEST_ALTERNATIVE | ( | ALTERNATIVE | ) |
Definition at line 534 of file RConfig.hxx.
#define R__unlikely | ( | expr | ) | expr |
Definition at line 608 of file RConfig.hxx.
#define R__USE_SHADOW_CLASS |
Definition at line 34 of file RConfig.hxx.
#define SafeDelete | ( | p | ) | { delete p; p = 0; } |
Definition at line 547 of file RConfig.hxx.