#include <iostream>
#include <typeinfo>
Go to the source code of this file.
Classes | |
struct | Base |
struct | A |
struct | B |
Functions | |
Base * | make_a () |
Base * | make_b () |
int | main () |
int main | ( | void | ) |
Definition at line 34 of file test_decl.cxx.
Base* make_a | ( | ) |
Definition at line 31 of file test_decl.cxx.
Base* make_b | ( | ) |
Definition at line 32 of file test_decl.cxx.