#include <set>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
edm | |
A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator. | |
Typedefs | |
typedef std::set< std::string > | edm::StringSet |
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 () |
bool | edm::value_type_of (TypeWithDict const &t, TypeWithDict &found_type) |
bool | edm::wrapper_type_of (TypeWithDict const &possible_wrapper, TypeWithDict &found_wrapped_type) |