Go to the documentation of this file.00001 #ifndef FWCore_Utilities_UseReflex_h
00002 #define FWCore_Utilities_UseReflex_h
00003
00004
00005
00006
00007
00008
00009
00010
00011 #include "Reflex/Type.h"
00012 #include "Reflex/TypeTemplate.h"
00013
00014 namespace Reflex {
00015 class Base;
00016 class Member;
00017 class Object;
00018 class PropertyList;
00019 class SharedLibrary;
00020 class Type;
00021 class TypeTemplate;
00022 inline
00023 std::ostream& operator<<(std::ostream& os, Type const& t) {
00024 os << t.Name();
00025 return os;
00026 }
00027 inline
00028 std::ostream& operator<<(std::ostream& os, TypeTemplate const& tt) {
00029 os << tt.Name();
00030 return os;
00031 }
00032 }
00033 #endif