ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

typeinfo.h
Go to the documentation of this file.
00001 
00006 #include <crtdefs.h>
00007 
00008 #ifndef _INC_TYPEINFO
00009 #define _INC_TYPEINFO
00010 
00011 #pragma pack(push,_CRT_PACKING)
00012 
00013 #ifndef RC_INVOKED
00014 
00015 #ifndef __cplusplus
00016 #error This header requires a C++ compiler ...
00017 #endif
00018 
00019 #include <typeinfo>
00020 
00021 #ifdef __RTTI_OLDNAMES
00022 using std::bad_cast;
00023 using std::bad_typeid;
00024 
00025 typedef type_info Type_info;
00026 typedef bad_cast Bad_cast;
00027 typedef bad_typeid Bad_typeid;
00028 #endif
00029 #endif
00030 
00031 #pragma pack(pop)
00032 #endif

Generated on Mon May 28 2012 04:29:41 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.