The Gaudi Framework
master (37c0b60a)
|
#include "IoComponentMgr.h"
#include <Gaudi/Property.h>
#include <GaudiKernel/FileIncident.h>
#include <GaudiKernel/IFileMgr.h>
#include <GaudiKernel/IIncidentSvc.h>
#include <GaudiKernel/ServiceHandle.h>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem.hpp>
#include <algorithm>
#include <array>
Go to the source code of this file.
Macros | |
#define | ON_DEBUG if ( outputLevel() <= MSG::DEBUG ) |
#define | ON_VERBOSE if ( 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) |
#define DEBMSG ON_DEBUG debug() |
Definition at line 36 of file IoComponentMgr.cpp.
#define ON_DEBUG if ( outputLevel() <= MSG::DEBUG ) |
Definition at line 33 of file IoComponentMgr.cpp.
#define ON_VERBOSE if ( outputLevel() <= MSG::VERBOSE ) |
Definition at line 34 of file IoComponentMgr.cpp.
#define VERMSG ON_VERBOSE verbose() |
Definition at line 37 of file IoComponentMgr.cpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const IIoComponentMgr::IoMode::Type & | m | ||
) |
Definition at line 42 of file IoComponentMgr.cpp.