The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
GaudiEnv.h File Reference
#include <GaudiKernel/Bootstrap.h>
#include <GaudiKernel/IAppMgrUI.h>
#include <GaudiKernel/IProperty.h>
#include <GaudiKernel/ISvcLocator.h>
#include <GaudiKernel/ISvcManager.h>
#include <GaudiKernel/IToolSvc.h>
#include <GaudiKernel/SmartIF.h>
#include <sstream>
#include <stdexcept>
Include dependency graph for GaudiEnv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GaudiTesting::GaudiEnv
 

Namespaces

namespace  GaudiTesting
 

Macros

#define Ensures(a)
 
#define DEBUG_TRACE(a)
 

Functions

void GaudiTesting::throwConditionFailed (bool condition, const std::string &file_name, int line_no, const std::string &condition_string)
 

Macro Definition Documentation

◆ DEBUG_TRACE

#define DEBUG_TRACE ( a)
Value:
do { a; } while ( false )

Definition at line 28 of file GaudiEnv.h.

28# define DEBUG_TRACE( a ) \
29 do { a; } while ( false )

◆ Ensures

#define Ensures ( a)
Value:
GaudiTesting::throwConditionFailed( a, __FILE__, __LINE__, #a )
void throwConditionFailed(bool condition, const std::string &file_name, int line_no, const std::string &condition_string)

Definition at line 26 of file GaudiEnv.h.