#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 | |
namespace | edm |
namespace | ROOT |
namespace | ROOT::Reflex |
Typedefs | |
typedef std::set< std::string > | edm::StringSet |
Functions | |
void | edm::checkAllDictionaries () |
void | edm::checkDictionaries (std::string const &name, bool noComponents=false) |
bool | edm::find_nested_type_named (std::string const &nested_type, ROOT::Reflex::Type const &type_to_search, ROOT::Reflex::Type &found_type) |
bool | edm::if_edm_ref_get_value_type (ROOT::Reflex::Type const &possible_ref, ROOT::Reflex::Type &value_type) |
bool | edm::if_edm_refToBase_get_value_type (ROOT::Reflex::Type const &possible_ref, ROOT::Reflex::Type &value_type) |
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 (ROOT::Reflex::Type const &possible_sequence_wrapper, ROOT::Reflex::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 ROOT::Reflex::Type &type, std::vector< ROOT::Reflex::Type > &baseTypes) |
template<class T> | |
T const * | edm::reflex_cast (void *raw, ROOT::Reflex::Type const &dynamicType) |
Try to convert the un-typed pointer raw (which we promise is a pointer to an object whose dynamic type is denoted by dynamicType) to a pointer of type T. | |
void const * | edm::reflex_pointer_adjust (void *raw, ROOT::Reflex::Type const &dynamicType, std::type_info const &toType) |
Take an un-typed pointer raw (which we promise is a pointer to an object whose dynamic type is denoted by dynamicType), and return a raw pointer that is appropriate for referring to an object whose type is denoted by toType. | |
bool | edm::value_type_of (ROOT::Reflex::Type const &t, ROOT::Reflex::Type &found_type) |
bool | edm::wrapper_type_of (ROOT::Reflex::Type const &possible_wrapper, ROOT::Reflex::Type &found_wrapped_type) |