![]() |
|
|||
File indexing completed on 2025-04-19 09:13:36
0001 /* include/YODA/Config/YodaConfig.h. Generated from YodaConfig.h.in by configure. */ 0002 #ifndef YODA_YODACONFIG_H 0003 #define YODA_YODACONFIG_H 0004 0005 0006 /* Define to the address where bug reports for this package should be sent. */ 0007 #define YODA_BUGREPORT "yoda@projects.hepforge.org" 0008 0009 /* Define to the full name of this package. */ 0010 #define YODA_NAME "YODA" 0011 0012 /* Define to the full name and version of this package. */ 0013 #define YODA_STRING "YODA 2.0.2" 0014 0015 /* Define to the one symbol short name of this package. */ 0016 #define YODA_TARNAME "YODA" 0017 0018 /* Define to the version of this package. */ 0019 #define YODA_VERSION "2.0.2" 0020 0021 0022 #include <string> 0023 namespace YODA { 0024 /// Namespaced version string function 0025 inline std::string version() { 0026 return YODA_VERSION; 0027 } 0028 } 0029 0030 0031 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |