CbmRoot
|
#include "EnumDict.h"
Go to the source code of this file.
Namespaces | |
namespace | cbm |
namespace | cbm::algo |
Enumerations | |
enum | cbm::algo::ProfilingLevel { cbm::algo::ProfilingNone = 0 , cbm::algo::ProfilingSummary = 1 , cbm::algo::ProfilingPerTS = 2 } |
Functions | |
CBM_ENUM_DICT (cbm::algo::ProfilingLevel, {"None", cbm::algo::ProfilingNone}, {"Summary", cbm::algo::ProfilingSummary}, {"PerTS", cbm::algo::ProfilingPerTS},) | |
CBM_ENUM_DICT | ( | cbm::algo::ProfilingLevel | , |
{"None", cbm::algo::ProfilingNone} | , | ||
{"Summary", cbm::algo::ProfilingSummary} | , | ||
{"PerTS", cbm::algo::ProfilingPerTS} | ) |
References cbm::algo::ProfilingNone.