virtual_inheritance.h
Go to the documentation of this file.
00001 struct Base
00002 {
00003     double field;
00004 };
00005 
00006 struct Derived : virtual public Base
00007 {
00008     double other_field;
00009 };


typelib
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Sat Jun 8 2019 18:49:22