![]() |
![]() |
#include "CondCore/DBCommon/interface/ClassID.h"
Go to the source code of this file.
Functions | |
void | NOT_SEAL_CAPABILITIES (const char **&names, int &n) |
Variables | |
cond::ClassIDRegistry | packageClassIDRegistry (cond::idCategories::dictIDCategory) |
Definition at line 18 of file ClassIDCapability.h.
References cond::ClassIDRegistry::csids, and packageClassIDRegistry.
00019 { 00020 names = &packageClassIDRegistry.csids.front(); 00021 n = packageClassIDRegistry.csids.size(); 00022 }
cond::ClassIDRegistry packageClassIDRegistry(cond::idCategories::dictIDCategory) [static] |
Referenced by NOT_SEAL_CAPABILITIES().