CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Typedefs | Functions
ReflexTools.h File Reference
#include "Reflex/Object.h"
#include "Reflex/Type.h"
#include <ostream>
#include <set>
#include <string>
#include <typeinfo>
#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)
 
bool edm::find_nested_type_named (std::string const &nested_type, Reflex::Type const &type_to_search, Reflex::Type &found_type)
 
StringSet & edm::foundTypes ()
 
bool edm::is_PtrVector (Reflex::Type const &possible_ref_vector, Reflex::Type &value_type)
 
bool edm::is_RefToBaseVector (Reflex::Type const &possible_ref_vector, Reflex::Type &value_type)
 
bool edm::is_RefVector (Reflex::Type const &possible_ref_vector, Reflex::Type &value_type)
 
void edm::loadMissingDictionaries ()
 
StringSet & edm::missingTypes ()
 
void edm::public_base_classes (Reflex::Type const &type, std::vector< Reflex::Type > &baseTypes)
 
template<class T >
T const * edm::reflex_cast (void *raw, Reflex::Type const &dynamicType)
 
void const * edm::reflex_pointer_adjust (void *raw, Reflex::Type const &dynamicType, std::type_info const &toType)
 
void edm::throwMissingDictionariesException ()
 
bool edm::value_type_of (Reflex::Type const &t, Reflex::Type &found_type)
 
bool edm::wrapper_type_of (Reflex::Type const &possible_wrapper, Reflex::Type &found_wrapped_type)