00001 // @(#)root/reflex:$Id: Reflex.h 22729 2008-03-19 10:20:10Z pcanal $ 00002 // Author: Stefan Roiser 2004 00003 00004 // Copyright CERN, CH-1211 Geneva 23, 2004-2006, All rights reserved. 00005 // 00006 // Permission to use, copy, modify, and distribute this software for any 00007 // purpose is hereby granted without fee, provided that this copyright and 00008 // permissions notice appear in all copies and derivatives. 00009 // 00010 // This software is provided "as is" without express or implied warranty. 00011 00012 #ifndef Reflex_Reflex 00013 #define Reflex_Reflex 00014 00015 #include "Reflex/Base.h" 00016 #include "Reflex/Member.h" 00017 #include "Reflex/MemberTemplate.h" 00018 #include "Reflex/Object.h" 00019 #include "Reflex/ValueObject.h" 00020 #include "Reflex/PropertyList.h" 00021 #include "Reflex/Scope.h" 00022 #include "Reflex/Type.h" 00023 #include "Reflex/TypeTemplate.h" 00024 00025 #include "Reflex/Any.h" 00026 #include "Reflex/Tools.h" 00027 00028 #include "Reflex/Callback.h" 00029 00030 /** \defgroup Ref Reflex */ 00031 00032 #endif // Reflex_Reflex