private_base_class.h
Go to the documentation of this file.
00001 struct Base
00002 {
00003     double first;
00004 };
00005 
00006 struct Derived : private Base
00007 {
00008     double second;
00009 };


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