yoda is hosted by Hepforge, IPPP Durham
YODA - Yet more Objects for Data Analysis 2.0.0
YodaConfig.h
Go to the documentation of this file.
1/* include/YODA/Config/YodaConfig.h. Generated from YodaConfig.h.in by configure. */
2#ifndef YODA_YODACONFIG_H
3#define YODA_YODACONFIG_H
4
5
6/* Define to the address where bug reports for this package should be sent. */
7#define YODA_BUGREPORT "yoda@projects.hepforge.org"
8
9/* Define to the full name of this package. */
10#define YODA_NAME "YODA"
11
12/* Define to the full name and version of this package. */
13#define YODA_STRING "YODA 2.0.0"
14
15/* Define to the one symbol short name of this package. */
16#define YODA_TARNAME "YODA"
17
18/* Define to the version of this package. */
19#define YODA_VERSION "2.0.0"
20
21
22#include <string>
23namespace YODA {
25 inline std::string version() {
26 return YODA_VERSION;
27 }
28}
29
30
31#endif
#define YODA_VERSION
Definition DummyConfig.h:91
Anonymous namespace to limit visibility.
std::string version()
Namespaced version string function.
Definition YodaConfig.h:25