Functions | |
bool | checkMappedType (const Reflex::Type &type, const std::string &mappedTypeName) |
void * | constructObject (const Reflex::Type &typ) |
Reflex::Type | containerDataType (const Reflex::Type &typ) |
Reflex::Type | containerKeyType (const Reflex::Type &typ) |
Reflex::Type | containerSubType (const Reflex::Type &typ, const std::string &subTypeName) |
Reflex::Type | containerValueType (const Reflex::Type &typ) |
std::string | demangledName (const std::type_info &typeInfo) |
bool | findBaseType (Reflex::Type &type, Reflex::Type &baseType, Reflex::OffsetFunction &func) |
bool | isType (const Reflex::Type &type, const Reflex::Type &baseType) |
bool | isTypeAssociativeContainer (const Reflex::Type &typ) |
bool | isTypeContainer (const Reflex::Type &typ) |
bool | isTypeKeyedContainer (const Reflex::Type &typ) |
bool | isTypeNamedReference (const Reflex::Type &typ) |
bool | isTypeNameOraVector (const std::string &typeName) |
bool | isTypeNonAssociativeContainer (const Reflex::Type &typ) |
bool | isTypeNonKeyedContainer (const Reflex::Type &typ) |
bool | isTypeObject (const Reflex::Type &typ) |
bool | isTypeOraPointer (const Reflex::Type &typ) |
bool | isTypeOraReference (const Reflex::Type &typ) |
bool | isTypeOraVector (const Reflex::Type &typ) |
bool | isTypePrimitive (const Reflex::Type &typ) |
bool | isTypePVector (const Reflex::Type &typ) |
bool | isTypeQueryableVector (const Reflex::Type &typ) |
bool | isTypeString (const Reflex::Type &typ) |
bool | isTypeUniqueReference (const Reflex::Type &typ) |
void | loadDictionary (const std::string &className) |
Reflex::Type | lookupDictionary (const std::type_info &typeInfo, bool throwFlag=true) |
Reflex::Type | lookupDictionary (const std::string &className, bool throwFlag=true) |
Reflex::Type | resolvedType (const Reflex::Type &typ) |
void * | upCast (const Reflex::Type &type, void *ptr, const Reflex::Type &asType) |
bool ora::ClassUtils::checkMappedType | ( | const Reflex::Type & | type, |
const std::string & | mappedTypeName | ||
) |
Definition at line 54 of file ClassUtils.cc.
References isTypeNameOraVector(), isTypeOraVector(), and isTypeString().
Referenced by ora::ObjectStreamerBase::buildBaseDataMembers(), and ora::ObjectStreamerBase::buildDataMembers().
void * ora::ClassUtils::constructObject | ( | const Reflex::Type & | typ | ) |
Definition at line 127 of file ClassUtils.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by ora::OraPtrReadBuffer::read(), ora::DependentClassReader::read(), and ora::ReadBuffer::read().
Reflex::Type ora::ClassUtils::containerDataType | ( | const Reflex::Type & | typ | ) |
Definition at line 373 of file ClassUtils.cc.
References dtTPAnalyzer_cfg::dataType, and i.
Referenced by ora::STLContainerWriter::build(), ora::STLContainerReader::build(), and ora::ArrayMapping::process().
Reflex::Type ora::ClassUtils::containerKeyType | ( | const Reflex::Type & | typ | ) |
Definition at line 357 of file ClassUtils.cc.
References i.
Referenced by ora::STLContainerWriter::build(), ora::STLContainerReader::build(), and ora::ArrayMapping::process().
Reflex::Type ora::ClassUtils::containerSubType | ( | const Reflex::Type & | typ, |
const std::string & | subTypeName | ||
) |
Definition at line 389 of file ClassUtils.cc.
References i, and resolvedType().
Referenced by ora::QVQueryMaker::build().
Reflex::Type ora::ClassUtils::containerValueType | ( | const Reflex::Type & | typ | ) |
Definition at line 341 of file ClassUtils.cc.
References i.
Referenced by ora::STLContainerWriter::build(), ora::QVQueryMaker::build(), ora::STLContainerReader::build(), ora::ArrayMapping::process(), ora::PVectorHandler::PVectorHandler(), and ora::STLContainerHandler::STLContainerHandler().
std::string ora::ClassUtils::demangledName | ( | const std::type_info & | typeInfo | ) |
Definition at line 82 of file ClassUtils.cc.
References run_regression::ret, ntuplemaker::status, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by cond::persistency::Session::createIov(), cond::service::PoolDBOutputService::createNewIOV(), cond::createPayload(), PhysicsTools::VarProcessor::deriv(), PhysicsTools::MVAComputer::evalInternal(), cond::lookUpDictionary(), lookupDictionary(), cond::RootInputArchive::read(), ora::Container::realClassName(), cond::persistency::Session::storePayload(), ora::throwException(), edm::typeDemangle(), cond::RootOutputArchive::write(), and cond::service::PoolDBOutputService::writeOne().
bool ora::ClassUtils::findBaseType | ( | Reflex::Type & | type, |
Reflex::Type & | baseType, | ||
Reflex::OffsetFunction & | func | ||
) |
Definition at line 67 of file ClassUtils.cc.
References CustomConfigs::Base(), newFWLiteAna::base, newFWLiteAna::found, i, and resolvedType().
Referenced by ora::OraReferenceStreamerBase::buildDataElement().
bool ora::ClassUtils::isType | ( | const Reflex::Type & | type, |
const Reflex::Type & | baseType | ||
) |
Definition at line 45 of file ClassUtils.cc.
References run_regression::ret.
Referenced by ora::DatabaseContainer::fetchItemAsType(), and ora::IteratorBuffer::getItemAsType().
bool ora::ClassUtils::isTypeAssociativeContainer | ( | const Reflex::Type & | typ | ) |
Definition at line 211 of file ClassUtils.cc.
References AlCaHLTBitMon_QueryRunRegistry::string, and groupFilesInBlocks::tt.
Referenced by ora::RelationalMapping::_sizeInColumns(), and ora::ArrayMapping::process().
bool ora::ClassUtils::isTypeContainer | ( | const Reflex::Type & | typ | ) |
Definition at line 147 of file ClassUtils.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by isTypeObject(), ora::RelationalMappingFactory::newProcessor(), ora::RelationalStreamerFactory::newStreamer(), and ora::SpecialSTLContainerHandler::SpecialSTLContainerHandler().
bool ora::ClassUtils::isTypeKeyedContainer | ( | const Reflex::Type & | typ | ) |
Definition at line 173 of file ClassUtils.cc.
References AlCaHLTBitMon_QueryRunRegistry::string, and groupFilesInBlocks::tt.
Referenced by ora::STLContainerHandler::STLContainerHandler().
bool ora::ClassUtils::isTypeNamedReference | ( | const Reflex::Type & | typ | ) |
Definition at line 267 of file ClassUtils.cc.
Referenced by ora::RelationalMapping::_sizeInColumns(), and ora::RelationalStreamerFactory::newStreamer().
bool ora::ClassUtils::isTypeNameOraVector | ( | const std::string & | typeName | ) |
Definition at line 317 of file ClassUtils.cc.
References customizeTrackingMonitorSeedNumber::idx, AlCaHLTBitMon_QueryRunRegistry::string, and cond::persistency::GLOBAL_TAG::tname.
Referenced by checkMappedType().
bool ora::ClassUtils::isTypeNonAssociativeContainer | ( | const Reflex::Type & | typ | ) |
Definition at line 227 of file ClassUtils.cc.
References AlCaHLTBitMon_QueryRunRegistry::string, and groupFilesInBlocks::tt.
Referenced by ora::RelationalMapping::_sizeInColumns(), and ora::ArrayMapping::process().
bool ora::ClassUtils::isTypeNonKeyedContainer | ( | const Reflex::Type & | typ | ) |
bool ora::ClassUtils::isTypeObject | ( | const Reflex::Type & | typ | ) |
Definition at line 326 of file ClassUtils.cc.
References isTypeContainer(), isTypeOraPointer(), isTypeOraVector(), isTypePrimitive(), isTypeUniqueReference(), and resolvedType().
bool ora::ClassUtils::isTypeOraPointer | ( | const Reflex::Type & | typ | ) |
Definition at line 250 of file ClassUtils.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by ora::RelationalMapping::_sizeInColumns(), isTypeObject(), ora::RelationalMappingFactory::newProcessor(), and ora::RelationalStreamerFactory::newStreamer().
bool ora::ClassUtils::isTypeOraReference | ( | const Reflex::Type & | typ | ) |
Definition at line 263 of file ClassUtils.cc.
Referenced by ora::RelationalStreamerFactory::newStreamer().
bool ora::ClassUtils::isTypeOraVector | ( | const Reflex::Type & | typ | ) |
Definition at line 310 of file ClassUtils.cc.
References isTypePVector(), and isTypeQueryableVector().
Referenced by checkMappedType(), isTypeObject(), and ora::RelationalStreamerFactory::newStreamer().
bool ora::ClassUtils::isTypePrimitive | ( | const Reflex::Type & | typ | ) |
Definition at line 143 of file ClassUtils.cc.
References isTypeString().
Referenced by ora::RelationalMapping::_sizeInColumns(), isTypeObject(), ora::RelationalMappingFactory::newProcessor(), and ora::RelationalStreamerFactory::newStreamer().
bool ora::ClassUtils::isTypePVector | ( | const Reflex::Type & | typ | ) |
Definition at line 284 of file ClassUtils.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by isTypeOraVector(), ora::RelationalStreamerFactory::newStreamer(), and ora::ArrayMapping::process().
bool ora::ClassUtils::isTypeQueryableVector | ( | const Reflex::Type & | typ | ) |
Definition at line 297 of file ClassUtils.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by isTypeOraVector(), ora::RelationalStreamerFactory::newStreamer(), and ora::ArrayMapping::process().
bool ora::ClassUtils::isTypeString | ( | const Reflex::Type & | typ | ) |
Definition at line 137 of file ClassUtils.cc.
References mergeVDriftHistosByStation::name, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by ora::PrimitiveStreamerBase::buildDataElement(), checkMappedType(), isTypePrimitive(), and ora::PrimitiveMapping::process().
bool ora::ClassUtils::isTypeUniqueReference | ( | const Reflex::Type & | typ | ) |
Definition at line 271 of file ClassUtils.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by ora::RelationalMapping::_sizeInColumns(), isTypeObject(), ora::RelationalMappingFactory::newProcessor(), and ora::RelationalStreamerFactory::newStreamer().
void ora::ClassUtils::loadDictionary | ( | const std::string & | className | ) |
Definition at line 27 of file ClassUtils.cc.
References edmplugin::PluginCapabilities::get(), edmplugin::PluginCapabilities::load(), prof2calltree::prefix, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by lookupDictionary().
Reflex::Type ora::ClassUtils::lookupDictionary | ( | const std::type_info & | typeInfo, |
bool | throwFlag = true |
||
) |
Definition at line 93 of file ClassUtils.cc.
References demangledName(), loadDictionary(), AlCaHLTBitMon_QueryRunRegistry::string, and ora::throwException().
Referenced by ora::Object::cast(), ora::Database::createContainer(), ora::Container::extendSchema(), ora::Container::fetchItemAsType(), ora::Database::getContainer(), ora::ContainerIterator::getItemAsType(), ora::Database::getTypedObjectByName(), ora::ContainerSchema::initClassDict(), ora::Container::insertItem(), ora::Database::nameForContainer(), ora::Object::Object(), ora::UniqueRefReader::read(), ora::Container::realClassName(), ora::Container::updateItem(), and ora::UniqueRefWriter::write().
Reflex::Type ora::ClassUtils::lookupDictionary | ( | const std::string & | className, |
bool | throwFlag = true |
||
) |
Definition at line 110 of file ClassUtils.cc.
References loadDictionary(), and ora::throwException().
Reflex::Type ora::ClassUtils::resolvedType | ( | const Reflex::Type & | typ | ) |
Definition at line 404 of file ClassUtils.cc.
Referenced by ora::RelationalMapping::_sizeInColumns(), ora::RelationalMapping::_sizeInColumnsForCArray(), ora::CArrayWriter::build(), ora::OraPtrWriter::build(), ora::OraPtrReadBuffer::build(), ora::STLContainerWriter::build(), ora::OraPtrUpdater::build(), ora::QVQueryMaker::build(), ora::CArrayReader::build(), ora::STLContainerReader::build(), ora::ObjectStreamerBase::buildBaseDataMembers(), ora::InlineCArrayStreamerBase::buildDataElement(), ora::ObjectStreamerBase::buildDataMembers(), ora::CArrayHandler::CArrayHandler(), containerSubType(), findBaseType(), ora::DatabaseContainer::insertItem(), isTypeObject(), ora::RelationalMappingFactory::newProcessor(), ora::PrimitiveMapping::process(), ora::ArrayMapping::process(), ora::CArrayMapping::process(), ora::ObjectMapping::process(), ora::processBaseClasses(), ora::PVectorHandler::PVectorHandler(), ora::STLContainerHandler::STLContainerHandler(), and ora::DatabaseContainer::updateItem().
void * ora::ClassUtils::upCast | ( | const Reflex::Type & | type, |
void * | ptr, | ||
const Reflex::Type & | asType | ||
) |
Definition at line 32 of file ClassUtils.cc.
References run_regression::ret.
Referenced by ora::Object::cast().