Logo ROOT   6.08/07
Reference Guide
Macros
RConfig.h File Reference
#include "RVersion.h"
Include dependency graph for RConfig.h:
This graph shows which files directly or indirectly include this file:

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_610(REASON)   _R__DEPRECATED_LATER(REASON)
 
#define _R__DEPRECATED_612(REASON)   _R__DEPRECATED_LATER(REASON)
 
#define _R__DEPRECATED_700(REASON)   _R__DEPRECATED_LATER(REASON)
 
#define _R__DEPRECATED_LATER(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_DEPRECATED_REMOVE_NOW(REASON)   __attribute__((REMOVE_THIS_NOW))
 
#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__likely(expr)   expr
 
#define R__SSTREAM   /* use sstream or strstream header */
 
#define R__unlikely(expr)   expr
 
#define R__USE_SHADOW_CLASS
 
#define SafeDelete(p)   { delete p; p = 0; }
 

Macro Definition Documentation

◆ _NAME1_

#define _NAME1_ (   name)    name

Definition at line 436 of file RConfig.h.

◆ _NAME2_

#define _NAME2_ (   name1,
  name2 
)    _NAME1_(name1)name2

Definition at line 437 of file RConfig.h.

◆ _NAME3_

#define _NAME3_ (   name1,
  name2,
  name3 
)    _NAME2_(name1,name2)name3

Definition at line 438 of file RConfig.h.

◆ _QUOTE_

#define _QUOTE_ (   name)    "name"

Definition at line 440 of file RConfig.h.

◆ _R__DEPRECATED_610

#define _R__DEPRECATED_610 (   REASON)    _R__DEPRECATED_LATER(REASON)

Definition at line 477 of file RConfig.h.

◆ _R__DEPRECATED_612

#define _R__DEPRECATED_612 (   REASON)    _R__DEPRECATED_LATER(REASON)

Definition at line 485 of file RConfig.h.

◆ _R__DEPRECATED_700

#define _R__DEPRECATED_700 (   REASON)    _R__DEPRECATED_LATER(REASON)

Definition at line 492 of file RConfig.h.

◆ _R__DEPRECATED_LATER

#define _R__DEPRECATED_LATER (   REASON)

Definition at line 471 of file RConfig.h.

◆ _R__JOIN3_

#define _R__JOIN3_ (   F,
  X,
  Y 
)    _NAME3_(F,X,Y)

Definition at line 447 of file RConfig.h.

◆ _R__JOIN_

#define _R__JOIN_ (   X,
  Y 
)    _NAME2_(X,Y)

Definition at line 446 of file RConfig.h.

◆ _R__UNIQUE_

#define _R__UNIQUE_ (   X)    _R__JOIN_(X,__LINE__)

Definition at line 451 of file RConfig.h.

◆ _R_DEPRECATED_REMOVE_NOW

#define _R_DEPRECATED_REMOVE_NOW (   REASON)    __attribute__((REMOVE_THIS_NOW))

Definition at line 473 of file RConfig.h.

◆ R__ANSISTREAM

#define R__ANSISTREAM   /* ANSI C++ Standard Library conformant */

Definition at line 32 of file RConfig.h.

◆ R__DEPRECATED

#define R__DEPRECATED (   MAJOR,
  MINOR,
  REASON 
)    _R__JOIN3_(_R__DEPRECATED_,MAJOR,MINOR)("will be removed in ROOT v" #MAJOR "." #MINOR ": " REASON)

Definition at line 499 of file RConfig.h.

◆ R__HIDDEN

#define R__HIDDEN

Definition at line 342 of file RConfig.h.

◆ R__likely

#define R__likely (   expr)    expr

Definition at line 533 of file RConfig.h.

◆ R__SSTREAM

#define R__SSTREAM   /* use sstream or strstream header */

Definition at line 33 of file RConfig.h.

◆ R__unlikely

#define R__unlikely (   expr)    expr

Definition at line 532 of file RConfig.h.

◆ R__USE_SHADOW_CLASS

#define R__USE_SHADOW_CLASS

Definition at line 29 of file RConfig.h.

◆ SafeDelete

#define SafeDelete (   p)    { delete p; p = 0; }

Definition at line 507 of file RConfig.h.