Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Functions
IoComponentMgr.cpp File Reference
#include "IoComponentMgr.h"
#include "GaudiKernel/IIncidentSvc.h"
#include "GaudiKernel/FileIncident.h"
#include "GaudiKernel/IFileMgr.h"
#include "GaudiKernel/ServiceHandle.h"
#include <boost/filesystem.hpp>
#include "GaudiKernel/Property.h"
Include dependency graph for IoComponentMgr.cpp:

Go to the source code of this file.

Macros

#define ON_DEBUG   if (UNLIKELY(outputLevel() <= MSG::DEBUG))
 
#define ON_VERBOSE   if (UNLIKELY(outputLevel() <= MSG::VERBOSE))
 
#define DEBMSG   ON_DEBUG debug()
 
#define VERMSG   ON_VERBOSE verbose()
 

Functions

std::ostream & operator<< (std::ostream &os, const IIoComponentMgr::IoMode::Type &m)
 

Macro Definition Documentation

#define DEBMSG   ON_DEBUG debug()

Definition at line 24 of file IoComponentMgr.cpp.

#define ON_DEBUG   if (UNLIKELY(outputLevel() <= MSG::DEBUG))

Definition at line 21 of file IoComponentMgr.cpp.

#define ON_VERBOSE   if (UNLIKELY(outputLevel() <= MSG::VERBOSE))

Definition at line 22 of file IoComponentMgr.cpp.

#define VERMSG   ON_VERBOSE verbose()

Definition at line 25 of file IoComponentMgr.cpp.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const IIoComponentMgr::IoMode::Type m 
)

Definition at line 33 of file IoComponentMgr.cpp.

{
switch (m) {
case IIoComponentMgr::IoMode::READ : os << "READ"; break;
case IIoComponentMgr::IoMode::WRITE : os << "WRITE"; break;
case IIoComponentMgr::IoMode::RW : os << "RW"; break;
default:
os << "INVALID"; break;
}
return os;
}

Generated at Wed Jun 4 2014 14:48:59 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004