Searched refs:my_global_A_ptr (Results 1 – 1 of 1) sorted by relevance
53 static A* my_global_A_ptr; variable58 my_global_A_ptr = new B (100, 200); in main()59 B myB (10, 20, my_global_A_ptr); in main()