#include <assert.h>
#include <dlfcn.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <set>
#include <string>
#include <typeinfo>
Go to the source code of this file.
◆ RTTI_DUMP_LOG
#define RTTI_DUMP_LOG |
( |
|
fmt, |
|
|
|
... |
|
) |
| printf(fmt "\n", ## __VA_ARGS__) |
◆ RTTI_DUMP_UNUSED
#define RTTI_DUMP_UNUSED __attribute__((unused)) |
◆ __base_count
unsigned int __base_count |
◆ __base_info
__base_class_type_info __base_info[1] |
◆ __base_type
const __class_type_info* __base_type |
◆ __flags
◆ __offset_flags
◆ label_
◆ seen_
std::set<const std::type_info*> seen_ |
|
private |