![]() |
The Gaudi Framework
v32r2 (46d42edc)
|
#include <Gaudi/Application.h>
#include <GaudiKernel/AppReturnCode.h>
#include <GaudiKernel/Bootstrap.h>
#include <GaudiKernel/IAppMgrUI.h>
#include <GaudiKernel/IEventProcessor.h>
#include <GaudiKernel/IJobOptionsSvc.h>
#include <GaudiKernel/IMessageSvc.h>
#include <GaudiKernel/INamedInterface.h>
#include <GaudiKernel/IProperty.h>
#include <GaudiKernel/ISvcLocator.h>
#include <GaudiKernel/Property.h>
#include <gsl/span>
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, 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 17 of file Application.cpp.
#define GAUDI_ASSERT_THROW_NAME | ( | cond, | |
msg, | |||
name | |||
) | if ( !cond ) throw GaudiException{msg, name, StatusCode::FAILURE}; |
Definition at line 14 of file Application.cpp.
Gaudi::Application* _py_Gaudi__Application__create | ( | const char * | name, |
const c_opt_t * | options, | ||
long | n | ||
) |
Definition at line 105 of file Application.cpp.
void _py_Gaudi__Application__delete | ( | Gaudi::Application * | self | ) |
Definition at line 112 of file Application.cpp.
int _py_Gaudi__Application__run | ( | Gaudi::Application * | self | ) |
Definition at line 111 of file Application.cpp.