#include <algorithm>
#include <sstream>
#include "boost/thread/tss.hpp"
#include "Reflex/Base.h"
#include "Reflex/Member.h"
#include "Reflex/TypeTemplate.h"
#include "Api.h"
#include "FWCore/Utilities/interface/ReflexTools.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include "FWCore/Utilities/interface/Algorithms.h"
Go to the source code of this file.
Namespaces | |
namespace | edm |
namespace | ROOT |
namespace | ROOT::Reflex |
Functions | |
void | edm::checkAllDictionaries () |
void | edm::checkDictionaries (std::string const &name, bool noComponents=false) |
void | edm::checkType (Type t, bool noComponents=false) |
bool | edm::find_nested_type_named (std::string const &nested_type, Type const &type_to_search, Type &found_type) |
Type | edm::get_final_type (Type t) |
bool | edm::hasCintDictionary (std::string const &name) |
bool | edm::if_edm_ref_get_value_type (Type const &possible_ref, Type &result) |
bool | edm::if_edm_refToBase_get_value_type (Type const &possible_ref, Type &result) |
bool | edm::is_RefToBaseVector (ROOT::Reflex::Type const &possible_ref_vector, ROOT::Reflex::Type &value_type) |
bool | edm::is_RefVector (ROOT::Reflex::Type const &possible_ref_vector, ROOT::Reflex::Type &value_type) |
bool | edm::is_sequence_wrapper (Type const &possible_sequence_wrapper, Type &found_sequence_value_type) |
StringSet & | edm::missingTypes () |
std::ostream & | ROOT::Reflex::operator<< (std::ostream &os, TypeTemplate const &tt) |
std::ostream & | ROOT::Reflex::operator<< (std::ostream &os, Type const &t) |
void | edm::public_base_classes (const Type &type, std::vector< Type > &baseTypes) |
void const * | edm::reflex_pointer_adjust (void *raw, Type const &dynamicType, std::type_info const &toType) |
Variables | |
std::string const | edm::oneParam [oneParamArraySize] |
int const | edm::oneParamArraySize = 6 |
std::string const | edm::twoParam [twoParamArraySize] |
int const | edm::twoParamArraySize = 3 |