ReactOS
0.4.16-dev-752-g47bae01
typeinfo.cpp
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS c++ runtime library
3
* LICENSE: GPLv2+ - See COPYING in the top level directory
4
* PURPOSE: Type info stub implementation
5
* PROGRAMMER: Thomas Faber (thomas.faber@reactos.org)
6
*/
7
8
#include <typeinfo>
9
10
/* These stubs don't need to do anything (those private functions are never
11
* called). They need to be in cpprt, though, in order to have the vtable
12
* and generated destructor thunks available to programs */
13
type_info::type_info(
const
type_info
&)
14
{
15
}
16
17
type_info
&type_info::operator=(
const
type_info
&)
18
{
19
return
*
this
;
20
}
__type_info
Definition:
cpp.c:33
sdk
lib
cpprt
typeinfo.cpp
Generated on Mon Feb 17 2025 06:13:58 for ReactOS by
1.9.6