#include <XML/XMLElements.h>
#include <xercesc/util/XMLString.hpp>
#include <xercesc/util/PlatformUtils.hpp>
#include <stdexcept>
#include <iostream>
#include <map>
#include <XML/UnicodeValues.h>
Go to the source code of this file.
|
| dd4hep |
| Namespace for the AIDA detector description toolkit.
|
|
| dd4hep::xml |
| Namespace for the AIDA detector description toolkit supporting XML utilities.
|
|
|
#define | UNICODE(x) extern const Tag_t Unicode_##x (#x, #x, __Init::register_tag) |
|
|
const Tag_t | dd4hep::xml::Unicode_NULL ("NULL", "0", __Init::register_tag) |
|
const Tag_t | dd4hep::xml::Unicode_empty ("", "", __Init::register_tag) |
|
const Tag_t | dd4hep::xml::Unicode_star ("star", "*", __Init::register_tag) |
|
const Tag_t | dd4hep::xml::Unicode_PI ("PI", "3.14159265358979323846", __Init::register_tag) |
|
const Tag_t | dd4hep::xml::Unicode_TWOPI ("TWOPI", "6.28318530717958647692", __Init::register_tag) |
|
◆ UNICODE
#define UNICODE |
( |
|
x | ) |
extern const Tag_t Unicode_##x (#x, #x, __Init::register_tag) |