![]() |
Belle II Software
release-05-02-19
|
Interface defining a mapping of objects to attribute values e.g. a color. More...
#include <Mapping.h>
Public Member Functions | |
virtual | ~Mapping ()=default |
Destructor of interfaces should be virtual. | |
virtual std::string | map (int index __attribute__((unused)), T &t __attribute__((unused))) |
Main function returning an attribute value for an object at the given index. | |
virtual std::string | info () |
Informal string summarizing the translation from the object to the attribute value. | |
Interface defining a mapping of objects to attribute values e.g. a color.