EventAnalysis  1.3.0
Public Attributes | List of all members
__cxxabiv1::__dynamic_cast_info Struct Reference

#include <private_typeinfo.h>

Public Attributes

const __class_type_infodst_type
 
const void * static_ptr
 
const __class_type_infostatic_type
 
std::ptrdiff_t src2dst_offset
 
const void * dst_ptr_leading_to_static_ptr
 
const void * dst_ptr_not_leading_to_static_ptr
 
int path_dst_ptr_to_static_ptr
 
int path_dynamic_ptr_to_static_ptr
 
int path_dynamic_ptr_to_dst_ptr
 
int number_to_static_ptr
 
int number_to_dst_ptr
 
int is_dst_type_derived_from_static_type
 
int number_of_dst_type
 
bool found_our_static_ptr
 
bool found_any_static_type
 
bool search_done
 

Member Data Documentation

◆ dst_ptr_leading_to_static_ptr

const void* __cxxabiv1::__dynamic_cast_info::dst_ptr_leading_to_static_ptr

◆ dst_ptr_not_leading_to_static_ptr

const void* __cxxabiv1::__dynamic_cast_info::dst_ptr_not_leading_to_static_ptr

◆ dst_type

const __class_type_info* __cxxabiv1::__dynamic_cast_info::dst_type

◆ found_any_static_type

bool __cxxabiv1::__dynamic_cast_info::found_any_static_type

◆ found_our_static_ptr

bool __cxxabiv1::__dynamic_cast_info::found_our_static_ptr

◆ is_dst_type_derived_from_static_type

int __cxxabiv1::__dynamic_cast_info::is_dst_type_derived_from_static_type

◆ number_of_dst_type

int __cxxabiv1::__dynamic_cast_info::number_of_dst_type

◆ number_to_dst_ptr

int __cxxabiv1::__dynamic_cast_info::number_to_dst_ptr

◆ number_to_static_ptr

int __cxxabiv1::__dynamic_cast_info::number_to_static_ptr

◆ path_dst_ptr_to_static_ptr

int __cxxabiv1::__dynamic_cast_info::path_dst_ptr_to_static_ptr

◆ path_dynamic_ptr_to_dst_ptr

int __cxxabiv1::__dynamic_cast_info::path_dynamic_ptr_to_dst_ptr

◆ path_dynamic_ptr_to_static_ptr

int __cxxabiv1::__dynamic_cast_info::path_dynamic_ptr_to_static_ptr

◆ search_done

bool __cxxabiv1::__dynamic_cast_info::search_done

◆ src2dst_offset

std::ptrdiff_t __cxxabiv1::__dynamic_cast_info::src2dst_offset

◆ static_ptr

const void* __cxxabiv1::__dynamic_cast_info::static_ptr

◆ static_type

const __class_type_info* __cxxabiv1::__dynamic_cast_info::static_type

The documentation for this struct was generated from the following file: