The Gaudi Framework
v29r0 (ff2e7097)
|
#include "GaudiKernel/Service.h"
#include <functional>
#include <iterator>
#include <string>
#include <thread>
#include <unordered_map>
#include <vector>
#include <boost/dynamic_bitset.hpp>
Go to the source code of this file.
Classes | |
class | AlgsExecutionStates |
The AlgsExecutionStates encodes the state machine for the execution of algorithms within a single event. More... | |
class | AlgsExecutionStates::Iterator |
Functions | |
std::ostream & | operator<< (std::ostream &s, AlgsExecutionStates::State x) |
Streaming of State values (required by C++11 scoped enums). More... | |
|
inline |
Streaming of State values (required by C++11 scoped enums).
Definition at line 131 of file AlgsExecutionStates.h.