DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep  Rev:Unversioneddirectory
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros
ComponentProperties_inl.h File Reference
#include "DD4hep/BasicGrammar.h"
#include "DD4hep/ComponentProperties.h"
#include <sstream>
#include <vector>
#include <list>
#include <map>
#include <set>
#include <stdexcept>

Go to the source code of this file.

Namespaces

 DD4hep
 Namespace for the AIDA detector description toolkit.
 

Macros

#define DD4HEP_DEFINE_PROPERTY_TYPE(x)
 
#define DD4HEP_DEFINE_PROPERTY_CONT(x)
 
#define DD4HEP_DEFINE_PROPERTY_U_CONT(x)   DD4HEP_DEFINE_PROPERTY_CONT(x)
 

Macro Definition Documentation

#define DD4HEP_DEFINE_PROPERTY_CONT (   x)
Value:

Definition at line 80 of file ComponentProperties_inl.h.

#define DD4HEP_DEFINE_PROPERTY_TYPE (   x)
Value:
template x Property::value() const; \
template void Property::value(x& value) const; \
template void Property::set(const x& value); \
template Property& Property::operator=(const x& value); \
template void Property::make(x& value)

Definition at line 72 of file ComponentProperties_inl.h.

#define DD4HEP_DEFINE_PROPERTY_U_CONT (   x)    DD4HEP_DEFINE_PROPERTY_CONT(x)

Definition at line 97 of file ComponentProperties_inl.h.