CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions | Variables
DictionaryTools.cc File Reference
#include "FWCore/Utilities/interface/DictionaryTools.h"
#include "FWCore/Utilities/interface/Algorithms.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include "FWCore/Utilities/interface/BaseWithDict.h"
#include "FWCore/Utilities/interface/MemberWithDict.h"
#include "FWCore/Utilities/interface/TypeWithDict.h"
#include "Api.h"
#include "TROOT.h"
#include "boost/algorithm/string.hpp"
#include "boost/thread/tss.hpp"
#include <algorithm>
#include <sstream>

Go to the source code of this file.

Namespaces

 edm
 A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator.
 

Functions

void edm::checkDictionaries (std::string const &name, bool noComponents=false)
 
std::string const & edm::dictionaryPlugInPrefix ()
 
bool edm::find_nested_type_named (std::string const &nested_type, TypeWithDict const &type_to_search, TypeWithDict &found_type)
 
StringSet & edm::foundTypes ()
 
bool edm::is_PtrVector (TypeWithDict const &possible_ref_vector, TypeWithDict &value_type)
 
bool edm::is_RefToBaseVector (TypeWithDict const &possible_ref_vector, TypeWithDict &value_type)
 
bool edm::is_RefVector (TypeWithDict const &possible_ref_vector, TypeWithDict &value_type)
 
void edm::loadMissingDictionaries ()
 
StringSet & edm::missingTypes ()
 
void edm::public_base_classes (TypeWithDict const &type, std::vector< TypeWithDict > &baseTypes)
 
void edm::throwMissingDictionariesException ()
 

Variables

static StringSet edm::foundTypes_
 
static StringSet edm::missingTypes_