The Gaudi Framework
master (37c0b60a)
|
#include <Gaudi/Application.h>
#include <Gaudi/Interfaces/IOptionsSvc.h>
#include <Gaudi/Property.h>
#include <GaudiKernel/AppReturnCode.h>
#include <GaudiKernel/Bootstrap.h>
#include <GaudiKernel/IAppMgrUI.h>
#include <GaudiKernel/IEventProcessor.h>
#include <GaudiKernel/IMessageSvc.h>
#include <GaudiKernel/INamedInterface.h>
#include <GaudiKernel/IProperty.h>
#include <GaudiKernel/ISvcLocator.h>
#include <gsl/span>
#include <type_traits>
Go to the source code of this file.
Macros | |
#define | GAUDI_ASSERT_THROW_NAME(cond, msg, name) if ( !cond ) throw GaudiException{ msg, name, StatusCode::FAILURE }; |
#define | GAUDI_ASSERT_THROW(cond, msg) if ( !cond ) throw GaudiException{ msg, this->name(), StatusCode::FAILURE }; |
Functions | |
Gaudi::Application * | _py_Gaudi__Application__create (const char *name, const c_opt_t *options, unsigned long n) |
int | _py_Gaudi__Application__run (Gaudi::Application *self) |
void | _py_Gaudi__Application__delete (Gaudi::Application *self) |
#define GAUDI_ASSERT_THROW | ( | cond, | |
msg | |||
) | if ( !cond ) throw GaudiException{ msg, this->name(), StatusCode::FAILURE }; |
Definition at line 29 of file Application.cpp.
#define GAUDI_ASSERT_THROW_NAME | ( | cond, | |
msg, | |||
name | |||
) | if ( !cond ) throw GaudiException{ msg, name, StatusCode::FAILURE }; |
Definition at line 26 of file Application.cpp.
Gaudi::Application* _py_Gaudi__Application__create | ( | const char * | name, |
const c_opt_t * | options, | ||
unsigned long | n | ||
) |
Definition at line 110 of file Application.cpp.
void _py_Gaudi__Application__delete | ( | Gaudi::Application * | self | ) |
Definition at line 117 of file Application.cpp.
int _py_Gaudi__Application__run | ( | Gaudi::Application * | self | ) |
Definition at line 116 of file Application.cpp.