Inheritance diagram for B:

Public Member Functions | |
| B () | |
| ~B () | |
| void | beep (C *c) |
|
|
Definition at line 24 of file test-conn.cc. 00024 { cerr << "B()\n"; }
|
|
|
Definition at line 25 of file test-conn.cc. 00025 { cerr << "~B()\n"; }
|
|
|
Definition at line 26 of file test-conn.cc. 00026 { cerr << "c=" << (void*)c << "\n"; }
|
1.3.9.1