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 <ostream>
#include <set>
#include <string>
#include <vector>
#include "Reflex/Type.h"
#include "Reflex/Object.h"

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)
 
bool edm::if_edm_ptr_get_value_type (Reflex::Type const &possible_ref, Reflex::Type &value_type)
 
bool edm::if_edm_ref_get_value_type (Reflex::Type const &possible_ref, Reflex::Type &value_type)
 
bool edm::if_edm_refToBase_get_value_type (Reflex::Type const &possible_ref, Reflex::Type &value_type)
 
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)
 
bool edm::is_sequence_wrapper (Reflex::Type const &possible_sequence_wrapper, Reflex::Type &found_sequence_value_type)
 
StringSet & edm::missingTypes ()
 
void edm::public_base_classes (const Reflex::Type &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)
 
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)