Changes in libcfa/src/exception.h [8f910430:ecfd758]
- File:
-
- 1 edited
-
libcfa/src/exception.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/exception.h
r8f910430 recfd758 29 29 struct __cfaehm_base_exception_t; 30 30 typedef struct __cfaehm_base_exception_t exception_t; 31 struct __cfa vir_type_info;31 struct __cfa__parent_vtable; 32 32 struct __cfaehm_base_exception_t_vtable { 33 const struct __cfa vir_type_info* __cfavir_typeid;33 const struct __cfa__parent_vtable * __cfavir_typeid; 34 34 size_t size; 35 35 void (*copy)(struct __cfaehm_base_exception_t *this, … … 41 41 struct __cfaehm_base_exception_t_vtable const * virtual_table; 42 42 }; 43 extern struct __cfa vir_type_info__cfatid_exception_t;43 extern struct __cfa__parent_vtable __cfatid_exception_t; 44 44 45 45
Note:
See TracChangeset
for help on using the changeset viewer.